Category Archives: Ecommerce shopping cart

Ecommerce shopping carts

Website Design – Zen Cart Ecommerce Integration – HolidayHope.net

Zen Cart ecommerce integration and design “skinning” by Designparc. Website design by Joshua Estes. Project management, including merchant account and product fulfillment integration by Designparc. Zen Cart product orders/shipping export modification by Joshua Estes.
Also posted in Website design, Zen Cart Shopping Cart | Tagged , , | Leave a comment

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 , , , | 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 , , | 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 , , | 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 [...]
Also posted in Magento ecommerce, Zen Cart Shopping Cart | Tagged , , , | 2 Comments

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 , , , | 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’);
Also posted in WP e-Commerce, Website design, WordPress, WordPress plugins, WordPress shopping cart, WordPress tutorial | Tagged , , , , , , | 1 Comment

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’);
Also posted in WP e-Commerce, Website design, WordPress, WordPress plugins, WordPress shopping cart, WordPress tutorial | Tagged , , , , , , | Leave a comment

Magento Ecommerce – Create New CMS Page & Add Link in Top Menu Along with Category Links

Magento Ecommerce: Create a new CMS page and have the link to it show up in the menu alongside the category links. Brick House Bakery project: adding the Survey page link to the top navigation bar, alongside the existing category links. 1. Create a new CMS page, titled Survey, in Magento’s admin (Admin > CMS > Manage [...]
Also posted in Magento ecommerce, Magento tutorial, Website design | Tagged , , , , | 4 Comments