Tag Archives: Zen Cart shopping cart

Website Design – Zen Cart Ecommerce Integration – HolidayHope.net

17 Dec

Zen Cart ecommerce integration and design “skinning” by Designparc. Website design by Joshua Estes.

Zen Cart ecommerce integration Website design - HolidayHope.net

Project management, including merchant account and product fulfillment integration by Designparc. Zen Cart product orders/shipping export modification by Joshua Estes.

Zen Cart FIX – Customer can’t log in. Error msg: There was a security error when trying to login.

23 Nov

Problem: Customer can’t log in
Error message: “There was a security error when trying to login.”

FIX: http://tutorials.zen-cart.com/index.php?article=312

ALL new templates need the following code added to their tpl_login_default.php file

  • line 50: <?php echo zen_draw_hidden_field(‘securityToken’, $_SESSION['securityToken']); ?>
  • line 79: <?php echo zen_draw_hidden_field(‘securityToken’, $_SESSION['securityToken']); ?>

(Original master file is here: root > includes > templates > template_default > templates > tpl_login_default.php)