It must be removed manually from at least product.tpl and account.tpl?
TIA,
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/
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/

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/
Live Long and Prosper!
Degsey :-]
Visit us at :
http://www.Supreme-Ink.com
First put
Code: Select all
span.rew{display:none;}
Then on cirka line 56 in theme's template/product/product.tpl replace:
Code: Select all
<span><?php echo $text_reward; ?></span> <?php echo $reward; ?><br />
Code: Select all
<span class="rew"><?php echo $text_reward; ?> <?php echo $reward; ?></span>
Code: Select all
<li><a href="<?php echo $reward; ?>"><?php echo $text_reward; ?></a></li>
Code: Select all
<span class="rew"><a href="<?php echo $reward; ?>"><?php echo $text_reward; ?></a></span>
Have'nt found any other sections with the reward points but maybe there is.
Cheers
/Jessica
You could delete them or just comment them out. Personally I prefer commenting code out in the event you ever change your mind and want to easily add it back in. One of the below ways will work to comment out code.gbisqit wrote:Hey avanoire, thank you for the help, but for some reason it doesn't work for me. I have opencart 1.5.1.1 with the shoppica theme, and I followed your instructions but it didn't work. Should I just delete those lines instead?
<!-- Code here -->
/* Code here */
// Code here
So far it seems to be working like a charm on the default template.
If you aren't using the default template, you'll have to make two small changes to the paths in the xml file to replace "default" with the name of your template.
Here on line 6:
Code: Select all
<file name="catalog/view/theme/default/template/product/product.tpl">
change to
<file name="catalog/view/theme/Your-Template-Name/template/product/product.tpl">
Code: Select all
<file name="catalog/view/theme/default/template/account/account.tpl">
change to
<file name="catalog/view/theme/Your-Template-Name/template/account/account.tpl">
Attachments
Use it? Like it? Want to support it but don't know how? Send a donation to show your appreciation.
Daniel's PayPal address - donate@opencart.com
Qphoria's Paypal address - qphoria@gmail.com
Live Long and Prosper!
Degsey :-]
Visit us at :
http://www.Supreme-Ink.com
That would be great if this can be implemented with the uninstall function, but it is an easy fix so I am not really complaining.
Not sure if this extension works with 1.5.1.3.1 or not...
OC version 1.5.1.3
that worked perfectly thanks!!!mwd wrote:I've been loving all the VQmods lately so I thought I would try my hand at making one for this.
So far it seems to be working like a charm on the default template.
If you aren't using the default template, you'll have to make two small changes to the paths in the xml file to replace "default" with the name of your template.
Here on line 6:and here on line 12:Code: Select all
<file name="catalog/view/theme/default/template/product/product.tpl"> change to <file name="catalog/view/theme/Your-Template-Name/template/product/product.tpl">
This is my first attempt at a VQmod so let me know if it doesn't work for you.Code: Select all
<file name="catalog/view/theme/default/template/account/account.tpl"> change to <file name="catalog/view/theme/Your-Template-Name/template/account/account.tpl">
Also a bit off topic, how do I remove the product model on the product information? I don't think I need to overwhelm my customer with this extra information.
Thanks
Users browsing this forum: No registered users and 59 guests