I have manually installed it. It does show up on admin. But I can't seem to change "Products MSRP" from 0 to the price I want to update with. The database doesn't seem to take the updated price. Do you have any idea why?
Printable View
I only get
Tax Class: (which I have set to) Taxable Goods
Products Price (Net):
Products MSRP:
I appear to have lost the Products Price (Gross ) when I was expecting to have an EXTRA input field similar to this
Tax Class: Taxable Goods
Products Price (Net):
Products Price (Gross )
Products MSRP:
Can anyone explain to me please
Thanks in advance
Steve
I've read through the 22 pages but still can't seem to solve my problem, and I'm sure that it's something that I overlooked. The problem I'm having is that the discounted price isn't showing up on the website.
I followed the instructions, copying the files along the way, and have done that a few time with no luck. I'm able to input the MSRP price on the products page but nothing shows up. Any advice?
http://vinniessurplus.com/transfer/MSRP.png
http://vinniessurplus.com/transfer/MSRP2.png
Did you add the sql statement to your database?
Did you manually install the MSRP mod to each file or did you just upload the package. Zen cart core files has change a lot since the module was written so I highly recommend using a merging program, such as WinMerge
(http://winmerge.sourceforge.net/) to merge the files together.
PHP Code:
ALTER TABLE products ADD `products_msrp` DECIMAL( 15, 4 ) NOT NULL AFTER `products_price` ;
I did run the sql statement through the Tools -> Install SQL Packages and it seemed to update just fine. I looked in phpmyadmin and the column was in the correct table.
As for adding the files, I copied over the files from the download to their corresponding folders. I didn't manually put the code into each file along the way.
Would you know of a program such as WinMerge for the Mac? Would that really help all that much at this point? If it helps, the site is vinniessurplus.com.
The program works well. I think my problem now is that I didn't back up the original files for some reason. I'm an idiot. Is there an easy way to get the original files and then upload them again?
nm, I have the files. Time to see if manually adding this will make it work.
Another question then. What file handles the display for the products?