Thanks for the update.
Do I have to uninstall the old version first or should the new one install over the top without issues?
Printable View
Thanks for the update.
Do I have to uninstall the old version first or should the new one install over the top without issues?
you can install the admin files over the old but there is a new file for the catalog languages. Nothing bad will happen if you leave the old changes in - unless you decide you want to change that text. Then you might see problems because the text will exist in three places. Editing one may not work - not sure which one will override the others.
Thanks, I will try it when it has been approved and is in the downloads area.
The updated contribution has been posted:
http://www.zen-cart.com/index.php?ma...oducts_id=1140
I have just updated to the latest version of this mod and unfortunatly it still conflicts with the latest version of ceon url mapping.
The files that both mods seem to share are:
admin/includes/modules/product/collect_info.php
admin/includes/modules/copy_to_confirm.php
admin/includes/modules/update_product.php
Can someone produce merged files that will work with both of these great mods?
Thanks
I want to use this mod but before I do I had a question.
The looks of this mod are basically this on the product page:
But how would this look on the product page If I applied a product special discount? Lets say the price is $60 now using the special discount feature in zen-cart. How would the product page look now?Quote:
Retail Price: $92.00(Crossed out)
You save: $22.00 (24%)
Our Price: $70.00
The problems I am having with MSRP is for some reason when it displays on the website it appears as :
TEXT_PRODUCT_MSRP$45.95
TEXT_PRODUCT_SAVE$25.95 (56%)
TEXT_PRODUCT_OUR$20.00
instead of :
MSRP: $45.95
You Save: 25.95 (56%)
Our Price: $20.00
can someome help mewith this ?
I know that the define section in the MSRP.php is not being called correctly.
I can not find what exactly I need to change.
Please someone help.
Thanks.
Never mind, I got it to work.
I placed the MSRP.php in the wrong folder.
Thanks.
I know that others have had the issue of the text not appearing correctly...looking something like the following:
TEXT_PRODUCT_MSRP$45.95
TEXT_PRODUCT_SAVE$25.95 (56%)
TEXT_PRODUCT_OUR$20.00
I fixed this by editing the functions_price.php file in the following directory:
includes/functions/functions_price.php
I edited lines 298 and 305 and simply deleted the text in front of MSRP, SAVE and OUR. You could modify the text to anything you like.
I hope this helps other that have run into this issue. Good luck!