Too funny. I changed the template and there it was. So it installed correctly but I'll have to play with the template to make it work the way I want it.
Printable View
Too funny. I changed the template and there it was. So it installed correctly but I'll have to play with the template to make it work the way I want it.
Hello,
I have installed the MSRP module. It does work just fine on the sidebox :New Products". However, nothing shows up on the main product info page. I am using the 1.39hV with modern zen template from RubiksCube.
Any help is appreciated.
djace
OK, I can't afford to pull out anymore hair so I'm begging for help.
I downloaded and redownloaded the MSRP mod. The database step worked ok and the products_msrp table is in the database.
BUT, my admin product pages do not have the MSRP field for entry of retail prices. There are no problems, error messages and everything else is ok.
I used the 2 step method at the beginning of the Installation Instructions.
website is www.herbschina.com. Any ideas as to what is wrong??
Thanks for your help,
Marv
Someone please help!!!
Make sure you have uploaded all files, and if you are using a custom folder make sure you have renamed the admin folder to your custom folder name. If you are using the latest version of zen cart you need to take the core files that zen cart uses and merge the MSRP module files with the latest new modified core files zen cart uses with a file merger program like WinMerge or Beyond Compare. The reason you don't have that field is because in /admin/includes/modules/product/collect_info.php that file didn't upload right and is out of date. You will be better off to merge the MSRP files with the latest version of zen cart modified core file. Hope this helps.
countrycharm,
Thanks a bunch. It works great. Maybe my hair can start growing back, LOL.
Marv
Another question.
Is there a way to make the MSRP pricing show in the "preview" page before updating in case I entered the wrong price?
How do you go about deleting this addon from the database???
To install it you need to add this below but how about to uninstall it???
Code:ALTER TABLE products ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
Great mod! I am altering it a little for my needs. I have removed the line that shows the amount saved over MSRP because this site is only selling to distributors. I have prices hidden on my site unless account is verified. I would like it to still show the MSRP even if the user is not logged in. Is this possible?
Thanks