Post by stewiek » Tue Jan 03, 2012 2:20 pm

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?

New member

Posts

Joined
Mon Nov 09, 2009 4:04 pm

Post by stewiek » Tue Jan 03, 2012 3:22 pm

Sorry, just got my way around this.

here is a fix

New member

Posts

Joined
Mon Nov 09, 2009 4:04 pm

Post by yekxmerr » Wed Jan 04, 2012 2:39 am

It doesn't remove the button on category listings.

Newbie

Posts

Joined
Fri Dec 23, 2011 7:07 pm

Post by yekxmerr » Wed Jan 04, 2012 3:09 am

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 ! )

Newbie

Posts

Joined
Fri Dec 23, 2011 7:07 pm

Post by MarkNabors » Thu Feb 02, 2012 4:26 am

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.

Newbie

Posts

Joined
Thu Feb 02, 2012 4:22 am

Post by fadhlul » Thu Feb 02, 2012 11:59 pm

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.

Newbie

Posts

Joined
Thu Jan 26, 2012 3:24 pm

Post by suhone » Wed Oct 24, 2012 3:19 am

How about now? It doesn't work anymore.

Newbie

Posts

Joined
Wed Oct 24, 2012 3:19 am
Who is online

Users browsing this forum: No registered users and 9 guests