Just can't get it working!:no::no:
I just installed a new zencart.
From the instruction:
Installation Instructions:
- Modify /includes/templates/YOURTEMPLATE to refer to your template name
- Upload the includes and popupimages folders into your zencart store
- ** WILL NOT WORK WITHOUT THIS STEP **
modify /includes/templates/YOURTEMPLATE/common/html_header.php to include this line:
<?php
require(DIR_WS_TEMPLATE . '/simplepopup/simplepopup.php');
?>
-
Run the install.sql patch via Tools -> Install SQL Patch, I did it
-
Images must be uploaded via FTP or your hosts cpanel to /popupimages-----I uploaded it to the root: /public_html/test
-
I did this
-
I did it
-
I did it.
-
I did it
-
I uploaded it to the root: /public_html/test
The site is up but no popup.
I ran the upgrade sql, it returns me:
1062 Duplicate entry 'SIMPLE_POPUP_CAMPAIGN' for key 'unq_config_key_zen'
in:
[INSERT INTO znc_configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Campaign', 'SIMPLE_POPUP_CAMPAIGN','weekzen','If this utm_campaign value is set, ignore popup.', @t4, 20, NOW(), NOW(), NULL, NULL);]
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.
Can you tell me where I am missing?
Thank you very much.