this is the code just added my info?
When I put it in the side box works great but I get blank pages. The weird thing is when I click add to cart on a product it goes to the cart but the page goes blank.
PHP Code:
<?php
// Defines for newsletter sidebox
// IMPORTANT! You must use your own values for the
// four fields below. PLEASE READ THE INSTRUCTIONS.
// http://www.thatsoftwareguy.com/zencart_mailchimp.html
//
define('BOX_MAILCHIMP_NEWSLETTER_ID','');
define('BOX_MAILCHIMP_NEWSLETTER_U','');
define('BOX_MAILCHIMP_NEWSLETTER_URL','');
define('BOX_MAILCHIMP_NEWSLETTER_API_KEY','');
// Language defines for newsletter sidebox
define('BOX_HEADING_MAILCHIMP_SIDEBOX', 'Newsletter');
define('BOX_MAILCHIMP_PITCH', 'Subscribe to our newsletter for periodic updates and valuable coupons. 15% off coupon on one purchase, for all new subscribers');
define('BOX_MAILCHIMP_SUBSCRIBE', 'Subscribe');
?>
Bookmarks