Post by steveharman » Tue May 22, 2012 10:37 pm

Many thanks. Think I'll hold on and see if Daniel's fine work has squashed this one!@

Regards,

Steve

Active Member

Posts

Joined
Mon Mar 12, 2012 6:36 pm

Post by sb12759 » Fri May 25, 2012 10:15 am

I have 1.5.3 and just tried to disable - that didn't work. Then I uninstalled it - and that didn't work either!
Please help, how do I get rid of all mentions of reward points?

Thanks!

New member

Posts

Joined
Fri May 18, 2012 4:58 am

Post by sb12759 » Fri May 25, 2012 10:26 am

I see the problem! If there is reward points filled out for an item in admin - catalog - products, it will show up. Once I changed reward points to zero, rewards points is gone!

New member

Posts

Joined
Fri May 18, 2012 4:58 am

Post by jackie » Fri Aug 03, 2012 11:03 pm

Mod worked for me too - thank you so much.

New member

Posts

Joined
Thu Mar 01, 2012 11:26 pm

Post by rldev » Tue Oct 02, 2012 7:30 am

sb12759 wrote:I see the problem! If there is reward points filled out for an item in admin - catalog - products, it will show up. Once I changed reward points to zero, rewards points is gone!
Is this with the mod? I ask because all of my products are set to zero rewards points, yet it still shows up on the product details page.

New member

Posts

Joined
Fri Jun 15, 2012 10:13 pm

Post by merry » Fri Oct 12, 2012 2:57 am

rldev wrote:
sb12759 wrote:I see the problem! If there is reward points filled out for an item in admin - catalog - products, it will show up. Once I changed reward points to zero, rewards points is gone!
Is this with the mod? I ask because all of my products are set to zero rewards points, yet it still shows up on the product details page.
rldev, go to page 1 of this thread for the exact edits needed. You will need to make manual edits to 2 files but the instructions on this thread are very clear, even with pictures.

If that seems too difficult, you can hire a programmer for just a few bucks to do it for you.

Merry

Most answers are from my OpenCart 1.5 User Manual CURRENT TO 1.5.5.1 and includes free updates.
FREE HELP! 60-page user guide with OpenCart Admin Menu Cheatsheet, Install Guide & 30 Minute QuickStart Guide: http://showmeguides.com/


User avatar
Active Member

Posts

Joined
Thu Dec 09, 2010 12:51 am
Location - Mexico and sometimes Texas

Post by draysniro » Fri Oct 26, 2012 7:06 am

I have 1.5.4 installed and cannot get the rewards to go away with the uninstall option, though I see it was "fixed" with 1.5.2? I have every product set at "0" points, yet the display on the product pages still shows. It is not showing in the account page, just on the product pages. Any way to fix this without coding?

Newbie

Posts

Joined
Fri Oct 26, 2012 7:03 am

Post by Mark Carolus » Sat Feb 01, 2014 8:24 pm

Yes, vqmods are all fine and dandy, replacing and/or modifying template files might seem like a good idea, but it isn't.

This should very clearly, be either on or off, whether you have reward points filled in for your product or not.

Right now, if the product has reward points filled in in the admin, it will show, even if you disabled the feature.

File product.tpl needs to be changed on 2 locations.

1.
<?php if ($reward) { ?>
Must change to:
<?php if ($reward && $this->config->get('reward_status') == 1) { ?>

2.
<?php if ($points) { ?>
Must change to:
<?php if ($points && $this->config->get('reward_status') == 1) { ?>

Now it checks if an item has points AND if those points should or should not be displayed.

Newbie

Posts

Joined
Fri Dec 06, 2013 8:45 pm
Who is online

Users browsing this forum: No registered users and 93 guests