my recently updated opencart 1.5.1.3 has made the extension installed not working.
the extension here:
http://www.opencart.com/index.php?route ... order=DESC
It worked perfectly fine in 1.5.1.2 until its upgraded to 1.5.1.3
Any anyone help to make the extension work again?
the extension here:
http://www.opencart.com/index.php?route ... order=DESC
It worked perfectly fine in 1.5.1.2 until its upgraded to 1.5.1.3
Any anyone help to make the extension work again?
To a quick solve just go to your template folder ( catalog\view\theme\default\template\module if you're running default ) and edit the category.tpl with dreamweaver or other editor. Do a quick search on the words "compare" and "wishlist" and delete the divs.
PS: If you're using the default template don't forget the rule number 1 - BACKUP BEFORE EDITING ! )
PS: If you're using the default template don't forget the rule number 1 - BACKUP BEFORE EDITING ! )
Hello,
Sorry but I'm new to the OpenCart software. Can you please tell me how to implement the above .xml file? The caterory.tpl edit is very stright forward but I can't seem to find basic instructions for implementing extensions.
Sorry but I'm new to the OpenCart software. Can you please tell me how to implement the above .xml file? The caterory.tpl edit is very stright forward but I can't seem to find basic instructions for implementing extensions.
You must edit 2 files under your template folder (catalog/view/theme/your template name/template/product/):
1. product.tpl
2. category.tpl
For both files, edit by commenting codes as follows:
<div class="more_actions">
<div class="wishlist"><!--<a onclick="addToWishList('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a>--></div>
<div class="compare"><!--<a onclick="addToCompare('<?php echo $product_id; ?>');"><?php echo $button_compare; ?></a>--></div>
</div>
Result: No wishlist nor Compare and yes, no more null error.
Got it working thru trial and error.
1. product.tpl
2. category.tpl
For both files, edit by commenting codes as follows:
<div class="more_actions">
<div class="wishlist"><!--<a onclick="addToWishList('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a>--></div>
<div class="compare"><!--<a onclick="addToCompare('<?php echo $product_id; ?>');"><?php echo $button_compare; ?></a>--></div>
</div>
Result: No wishlist nor Compare and yes, no more null error.
Got it working thru trial and error.
Who is online
Users browsing this forum: No registered users and 4 guests