Tag Archives: Zen Cart

Zen Cart – Change Chapter and TOC Navigation from Vertical to Horizontal

5 Apr

Zen Cart: Change Chapter and TOC navigation from vertical to horizontal. Great CSS instructions at:

http://www.zen-cart.com/forum/showpost.php?p=292547&postcount=4

Full thread: http://www.zen-cart.com/forum/showthread.php?p=866120#post866120

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

14 Dec

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 purchase – everything from Payment Method and below:

1. (Template override) file located at:
root/includes/languages/english/musicforhope/email_extras.php

2. Original file copied from:
root/includes/languages/english/email_extras.php

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

23 Nov

(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 (ie: change “jquery-1.2.6.min.js” to “jscript_jquery-1.2.6.min.js”) – this allows Zen Cart to link to your custom javascript via the custom template system.

- HTML: Open original index.html file, copy everything between body tags and paste into an EZ Pages page. HTMLarea must be ON in EZ Pages setup.