Danielle
Shouldn't it be pretty easy to add the prefix in ourselves? I tried but I just can't get it to work. I've successfully done it with other mods, but this one I'm just not having any luckI would think we could just add zen_ to the table names but it's not working for me...
Danielle
/admin/includes/extra_datafiles/recover_cart_database_tables.php (or maybe recover_cart_filenames.php ):
vsCode:define('TABLE_SCART', 'scart');
Code:define('TABLE_SCART', DB_PREFIX . 'scart');
.
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.
Hi,
I'm now trying out the email function. I click on send email and I get
I assume it's a similar problem.Code:1146 Table 'alanlam_zencart.orders' doesn't exist in: [select * from orders where customers_id = '2']I'm off to lunch and will have a look at after I get back if someone else hasn't solved it in the meantime!
Alan