Re: Disable Status Update/Change notification e-mail OC 2.0
maybe try to refresh modifications, what else I remember maintenance mode need to be switch off
Jump to post- Sat Jun 04, 2016 3:59 pm
- Replies 12
- Views 4866
Re: Bad image quality in catalog
You can change it settings=>images=> e.g. I had set up image related product 80x80 and my template (journal) was displaying this foto with size 200x200 so the resolution was poor, after change to 200x200 everything is perfect.
Jump to post- Mon Apr 25, 2016 2:37 am
- Replies 8
- Views 6839
Re: Disable Status Update/Change notification e-mail OC 2.0
works like a charm for OC 2.0.1.1, thank you
- Wed Apr 06, 2016 2:57 am
- Replies 12
- Views 4866
Re: Editing orders dont work 2.0.1.1
I had similar issue, while editing order I had error:
Code: Select all
unexpected end of input
- Wed Mar 30, 2016 3:33 am
- Replies 112
- Views 48275
Re: Website hangs when I try to add item to cart
Yes, this helped, after I connected theme to supported OC version, everything works like a charm thank you
- Fri Mar 25, 2016 8:50 am
- Replies 10
- Views 1125
Re: Website hangs when I try to add item to cart
when I looked into error log I have following message: 2016-03-24 19:39:18 - PHP Notice: Undefined index: key in /home/wilek666/domains/pszczelafarma.pl/public_html/catalog/view/theme/journal2/template/common/cart.tpl on line 26 this line looks like this: <td class="text-center remove"><bu...
Jump to post- Fri Mar 25, 2016 2:43 am
- Replies 10
- Views 1125
Re: Website hangs when I try to add item to cart
with www example of config: <?php // HTTP define('HTTP_SERVER', 'http://www.pszczelafarma.pl/'); // HTTPS define('HTTPS_SERVER', 'http://www.pszczelafarma.pl/'); // DIR define('DIR_APPLICATION', '/home/wilek666/domains/pszczelafarma.pl/public_html/catalog/'); define('DIR_SYSTEM', '/home/wilek666/dom...
Jump to post- Thu Mar 24, 2016 3:14 am
- Replies 10
- Views 1125
Re: Website hangs when I try to add item to cart
dear all,
I have same issue - my cart hangs, I redirected page to http://www.pszczelafarma.pl but I think the issue is my template - journal 2, what should I change to avoid it ?
- Sat Mar 19, 2016 6:12 pm
- Replies 10
- Views 1125
Re: Modification refresh doesn't work
I have same error, and what is weird it does not appear on localhost - only on external server, does anyone knows what's going on ?
Jump to post- Sat Mar 19, 2016 4:54 am
- Replies 2
- Views 1281
Re: Logo inside Nav Menu Bar
Dear all, how did you manage 3 point ?
While scroll down, how to keep the Nav Bar locked (static on the top of the page) ?
- Wed Mar 02, 2016 6:35 am
- Replies 11
- Views 10306
Re: Opencart Mobile Framework - how to uninstall the lite ve
admin panel=>extentions=>modules=> choose module=>uninstall
Jump to post- Fri Mar 20, 2015 7:37 am
- Replies 1
- Views 905
Re: How to include product name when sending mail
I found out sollution for OC 1.5.6.X error: Undefined variable: product_info
in XML file change
Code: Select all
<?php echo $product_info['name']; ?>
with this:
Code: Select all
<?php echo $heading_title; ?>
- Thu Mar 19, 2015 1:57 am
- Replies 22
- Views 3828
Re: How to include product name when sending mail
Dear all,
how can I resolve this error: ?
Code: Select all
Notice: Undefined variable: product_info in C:\xampp\htdocs\opencart\vqmod\vqcache\vq2-catalog_view_theme_ortopediko_template_product_product.tpl on line 390
- Tue Mar 17, 2015 4:20 am
- Replies 22
- Views 3828
Re: Help with Auto Related Product Code
if you want to have related product from same subcategory replace this query in extension: $getCat = $this->db->query("SELECT * FROM " . DB_PREFIX . "product_to_category WHERE product_id = '" . (int)$product_id . "'"); with this: $getCat = $this->db->query("SELECT ...
Jump to post- Tue Mar 10, 2015 1:46 am
- Replies 13
- Views 2988
Re: Manually Edit Invoice Number
Dear gedielson,
You are great! Thank you.
If someone was interested in funtionality to override present invoice number - please download extention from this link
- Sat Mar 07, 2015 2:16 am
- Replies 5
- Views 1590
Re: Manually Edit Invoice Number
Dear gedielson, Thank you for answer but I think there is a bug in controller file - on line with query (I checked the query and it worked fine): Parse error: syntax error, unexpected '(', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\xampp\htdocs\opencart\vqmod\vqcach...
Jump to post- Fri Mar 06, 2015 1:58 am
- Replies 5
- Views 1590
Manually Edit Invoice Number
Dear all,
I'm struggling with manually editing invoice number.
I would like to send new value from text field into database.
Could You help me ?
http://www.ortopediko.pl/image/data/cha ... number.jpg
- Wed Mar 04, 2015 6:24 am
- Replies 5
- Views 1590
Re: viewed sort order on category page
Does someone know ?
- Thu Feb 12, 2015 12:41 am
- Replies 1
- Views 264
Manufacturers Dropdown - friendly URL
Dear all, Could You help me to make friedly URLs for links in Manufacturers Dropdown module ? http://www.opencart.com/index.php?route=extension/extension/info&extension_id=4935 when I choose link from a dropdown list I get dirty url e.g.: http://www.ortopediko.pl/index.php?route=product/manufact...
Jump to post- Thu Feb 12, 2015 12:40 am
- Replies 0
- Views 476
viewed sort order on category page
Dear all,
How can I make viewed sort order on category page ?
- Thu Jan 29, 2015 6:43 am
- Replies 1
- Views 264