Categories
Website design
- Smashing Magazine Design and web-development – useful information, latest trends and techniques, useful ideas, innovative approaches and tools.
Category Archives: Ecommerce shopping 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 [...]
Also posted in Website design, Zen Cart Shopping Cart Tagged Ecommerce, Order email confirmation, Shopping cart, Zen Cart 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 [...]
Also posted in Website design, Zen Cart Shopping Cart Tagged jQuery Tabbed Content, Zen Cart, Zen Cart EZ Pages 1 Comment
Magento Ecommerce – Run under PHP 5 on 1and1 Web Hosting
Some hosting providers do not yet provide PHP5 on their servers, opting instead to stay with PHP4 for the time being. As Magento is a PHP5-only application, this can be a barrier for some users. This document outlines a possible workaround for such a scenario. The goal is to install PHP5 as a CGI binary [...]
Also posted in Magento ecommerce, Magento tutorial, Website design Tagged Magento ecommerce, Magento Tutorial, PHP 5 on 1&1 Hosting Leave a comment
Manual Credit Card Processing Shopping Carts
Website client has a need for manually processing credit card orders because he already has a credit card terminal in his office and doesn’t want to incur any extra gateway processing fees.
Magento and Zen Cart have successfully passed the “manual credit card processing” test.
Magento keeps the full 16-digit credit card number in the admin back-end
Zen [...]
Magento Ecommerce – v1.3.2.4 Install Tips on 1and1 Hosting
Brief, non-detailed, overview of installing Magento Ecommerce Shopping Cart v1.3.2.4 on 1and1 Hosting
Download Magento 1.3.2.4 and Sample Data 1.2.0 from http://www.magentocommerce.com/download/noregister
Import Sample Data SQL files into database
Copy Magento Sample Data’s media/catalog folder to Magento/media folder
Follow Magento Installation Guide (http://www.magentocommerce.com/wiki/magento_installation_guide#installation1)
Create a cgi-bin folder in Magento root and add the php5-cgi file from http://www.magentocommerce.com/wiki/magento_installation_guide#step_1upload_the_php5_cgi_binary
FTP everything to the [...]
Also posted in Magento ecommerce, Magento tutorial, Website design Tagged 1and1 Hosting, Ecommerce shopping cart, Magento ecommerce, Magento Tutorial 1 Comment
WordPress Tutorial – WP e-Commerce 3.7.5 RC3: Change “P&P” text to “S&H” for Shipping & Handling
WP e-Commerce shopping cart (v 3.7.5 RC3) for WordPress: Change “P&P” text to “S&H” for shipping & handling on product page.
- For WP e-Commerce shopping cart, version 3.7.5 RC3 (released Oct 20, 2009)
- File located at: wp-e-commerce/languages/EN_en.php
- Line 757:
Change: define(’TXT_WPSC_PNP’, ‘P&P’);
To: define(’TXT_WPSC_PNP’, ‘S&H’);
WordPress Tutorial – WP e-Commerce 3.7.4: Change “P&P” text to “S&H” for Shipping & Handling
WP e-Commerce shopping cart (v3.7.4) for WordPress: Change “P&P” text to “S&H” for shipping & handling on product page.
- For WP e-Commerce shopping cart, version 3.7.4
- File located at: wp-e-commerce/languages/EN_en.php
- Line 749:
Change: define(‘TXT_WPSC_PNP’, ‘P&P’);
To: define(‘TXT_WPSC_PNP’, ‘S&H’);
Website Design – Zen Cart Ecommerce Integration – HolidayHope.net