So, there is no way to fix this? Customers are still able to push the "Confirm Order" button, and I am still getting the e-mails telling me.
So, there is no way to fix this? Customers are still able to push the "Confirm Order" button, and I am still getting the e-mails telling me.
Ok, well this is strange. I put a dummy order through, and got this error:
"1146 Table 'XXXXX.zen_sc_products_ratio' doesn't exist
in:
[SELECT ratio FROM zen_sc_products_ratio WHERE products_id='38' LIMIT 1]"
XXXXX = my database name
Could anyone please let me know what this means?
That's telling you that your PHP code contains instructions for reading data from a table named "sc_products_ratio" (evidently with a "zen_" prefix, presumably because your site is configured to use a prefix on all table names), but your MySQL database doesn't have such a table in it.
This most commonly occurs when you either half-install an addon or half-delete it. So, either finish installing it, or finish deleting it.
.
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.