You are here: Home
Support site for Tips and Tricks HQ premium products
Also, this info does not get passed to PayPal.
RESOLVED
The local version of the eStore database tables were all lowercase (win7 box using xampp).
Running on a Linux webserver, eStore was re-creating the tables with mixed case names:
wp_wp_eStore_products_meta_tbl
I modified the local export .sql file to change the table names to mixed case, dropped the tables from the webserver, re-imported the eStore tables and all was well.