• Featured Articles

General Changes To Zen Cart Code To Add Functionality

Change or Remove Congratulations Message in Zen Cart

Change Congratulations… in Zen Cart Edit…public_html\includes/languages/english/index.php Remove the text between the single quotes in these lines define(‘HEADING_TITLE’, ‘Congratulations! You have …Read the Rest

Change website title and meta tags in Zen Cart

Change website title and meta tags in Zen Cart Edit…public_html/includes/languages/english/meta_tags.php Replace… define(‘TITLE’, ‘Zen Cart!’); define(‘SITE_TAGLINE’, ‘The Art of E-commerce’); define(‘CUSTOM_KEYWORDS’, …Read the Rest

Edit shopping cart page with custom text in Zen Cart

Edit shopping cart page with custom text in Zen Cart Edit …public_html/includes/languages/english/shopping_cart.php Replace… define(‘TEXT_INFORMATION’, ‘You may want to add some …Read the Rest

Edit create account success in Zen Cart

This will customize the page displayed to the customer after their account is created successfully in Zen Cart. Edit …public_html/includes/languages/english/create_account_success.php …Read the Rest

Edit create account email in Zen Cart

This will edit the e-mail sent to the customer when their account is created in Zen Cart. Edit ……public_html/includes/languages/english/create_account.php Replace… …Read the Rest

Edit Shopping Cart to add Company to Check/Money Order in Zen Cart

Edit Shopping Cart to add Company to Check/Money Order in Zen Cart. Edit …includes/languages/english/modules/payment/moneyorder.php Replace define(‘MODULE_PAYMENT_MONEYORDER_TEXT_TITLE’, ‘Check/Money Order’); With define(‘MODULE_PAYMENT_MONEYORDER_TEXT_TITLE’, …Read the Rest

Change larger image to click to enlarge in Zen Cart

Change “larger image” to “click to enlarge” in Zen Cart. Edit …includes/languages/english.php Replace define(‘TEXT_CLICK_TO_ENLARGE’, ‘larger image’); With define(‘TEXT_CLICK_TO_ENLARGE’, ‘Click to …Read the Rest

Change PayPal Logo in Zen Cart

Change PayPal Logo in Zen Cart Edit …includes/languages/english/modules/payment/paypal.php Replace define(‘MODULE_PAYMENT_PAYPAL_MARK_BUTTON_IMG’, ‘https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif’); With define(‘MODULE_PAYMENT_PAYPAL_MARK_BUTTON_IMG’, ‘https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif’); Save to ….includes/languages/english/modules/payment/YOUR_TEMPLATE/paypal.php

Edit htaccess for 301 and 404 in Zen Cart

Edit htaccess for 301 and 404 in Zen Cart Edit …public_html/htaccess RewriteEngine on RewriteCond %{HTTP_HOST} ^www.your_domain.com$ RewriteRule ^/?$ “http\:\/\/your_domain\.com\/” [R=301,L] …Read the Rest

Replace flag icon to US flag in Zen Cart

Replace flag icon to US flag in Zen Cart. Save the image below to …public_html/includes/languages/english/images/icon.gif Let it overwrite the existing …Read the Rest

Design by FtroopDad Theme by itx