Tag Archives: Zen Cart

Zen Cart Shopping Cart – Editing Zen Cart “Order Email Confirmation” text

Editing Zen Cart “Order Email Confirmation” text This is the file that a customer receives as confirmation for their purchase: 1. (Template override) file located at: root/includes/languages/english/musicforhope/checkout_process.php 2. Original file copied from: root/includes/languages/english/checkout_process.php — Editing Zen Cart “Email Disclaimer” text at bottom of “Order Email Confirmation” email This is the lower half of the info that a customer receives as confirmation for their [...]
Posted in Ecommerce shopping cart, Website design, Zen Cart Shopping Cart | Also tagged , , | Leave a comment

Zen Cart – Adding jQuery Tabbed Content Box to Zen Cart EZ Pages

(Using Zen Cart 1.3.8a) 1. jQuery source: http://net.tutsplus.com/javascript-ajax/create-a-tabbed-interface-using-jquery/ 2. Zen Cart integration: - CSS: Delete “*” and “body” classes from file. Put in template’s css folder (root/includes/templates/CUSTOM TEMPLATE/css). I changed file name from “style.css” to “style_tabbed_content.css”. - Javascripts: Put all 3 javascript files in jscript folder (root/includes/templates/CUSTOM TEMPLATE/jscript). Must also add jscript_ text to the beginning of each file name [...]
Posted in Ecommerce shopping cart, Website design, Zen Cart Shopping Cart | Also tagged , | 1 Comment