New Zenner
- Join Date:
- Aug 2009
- Posts:
- 50
- Plugin Contributions:
- 0
My Checkout Without Account Mod
Hi, been looking back but can't seem to find anything on this... I'm new to ZC, but have tried to really dig on this one before asking the question...
Through my FTP I think all of the file overrides/replacements goes fine (my site is new so I haven't really touched much). When it comes to installing the SQL patch (I'm opening the COWOA.sql in notepad and copying and pasting into the sql field, after hittting send I'm receiving an error of:
1062 Duplicate entry 'Permanent Account Holders Only' for key 'query_name'
in:
[INSERT INTO zen_query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Permanent Account Holders Only', 'Send email only to permanent account holders ', 'select customers_email_address, customers_firstname, customers_lastname from TABLE_CUSTOMERS where COWOA_account != 1 order by customers_lastname, customers_firstname, customers_email_address');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Then trying with checkout it brings me to my default error page... https://www.throwdownperformance.com
Thanks in advance for any help!