Search found 13 matches

Page 1 of 1

Search found 13 matches

Re: Icon Not Showing

this may be annoying, but did you clear your cache?

firefox, chrome, try crtl+shift+f

Jump to post
  • Sat Jun 21, 2014 3:02 pm
  • Replies 6
  • Views 951
Re: How do I remove this!!!!!

For the sprintf() error, below is an example of how it works: $format = 'There are %d monkeys in the %s'; echo sprintf($format, $num, $location); So whomever edited or added the sprintf function didn't set it up properly. Search your catalog/model/account/customer.php file for the sprintf function, ...

Jump to post
  • Fri Jun 20, 2014 2:39 pm
  • Replies 2
  • Views 642
Re: How to Disable Module without Uninstall

I suggest using the variable:

$this->config->get('config_template')

for example:

Code: Select all

if ($this->config->get('config_template') == 'default') {

//do this

}

Jump to post
  • Fri Jun 20, 2014 2:16 pm
  • Replies 1
  • Views 416
Re: Opencart SEO Pack PRO error

this means that the custom_title variable is not defined in the model.

likely the xml file (vqmod) is not amending/editing the correct file.

Jump to post
  • Thu Jun 19, 2014 3:55 pm
  • Replies 2
  • Views 670
Re: addStyle Question

for global css, in: catalog/controller/common/header.php you could add: //load custom css $this->document->addStyle('catalog/view/theme/' . $this->config->get('config_template'). '/stylesheet/custom.css'); or if you wanna be more specific, you could apply styles to information pages by add the follo...

Jump to post
  • Thu Jun 19, 2014 1:58 pm
  • Replies 4
  • Views 1256
Re: OpenTshirts Problem!

can you give me a direct link to the product?

Jump to post
  • Wed Jun 18, 2014 1:51 pm
  • Replies 4
  • Views 1285
Re: Forbidden

do you have an htaccess file blocking your IP?

do you have the admin folder permissions set to 755?

Jump to post
  • Wed Jun 18, 2014 1:48 pm
  • Replies 2
  • Views 371
Re: Error cptitle

it means that cptitle is not defined in your:

catalog/model/catalog/product.php file, specifically, in this function:

public function getProduct($product_id) {

}

did you use auto or manual install?

Jump to post
  • Wed Jun 18, 2014 1:46 pm
  • Replies 1
  • Views 428
Re: Warning: Division by zero template/module/cart.tpl on Li

this means that the variable $this->data['duration'] is not set in your:

catalog/controller/module/cart.tpl file

Jump to post
  • Wed Jun 18, 2014 1:39 pm
  • Replies 2
  • Views 631
Re: Invoice Titles

Are you referring to the invoice in the back-end admin?

Could you be more specific?

Jump to post
  • Thu Jun 12, 2014 3:07 pm
  • Replies 3
  • Views 531
Re: category displaying even thout "top" is not selected

catalog\view\theme\default\template\common\header.tpl <?php foreach ($categories as $category) { ?> <li><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a> ... </li> <?php } ?> You could wrap the <li> tag in an if statement, such as if ($category['name'] != 'Sho...

Jump to post
  • Thu Jun 12, 2014 2:55 pm
  • Replies 2
  • Views 420
Canada Post REST API - label printing

I would like a custom mod where you can print shipping labels with Canada Post's REST API. See: http://www.canadapost.ca/cpo/mc/business/productsservices/developers/services/usecases.jsf#figure_2 I can purchase this mod, but it only captures rates: http://www.opencart.com/index.php?route=extension/e...

Jump to post
  • Wed Dec 04, 2013 1:33 pm
  • Replies 10
  • Views 2263

Page 1 of 1

Search found 13 matches