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?
![]()
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` ;
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
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.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
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?
Bookmarks