
ZenCart is used (known, not changed and setup as proprietary CMS by companies or freelancers) on 87,148 websites. Zen Cart is one the position 2 to 5, in different statistics about eCommerce CMS and it is for sure one of …

ZenCart is used (known, not changed and setup as proprietary CMS by companies or freelancers) on 87,148 websites. Zen Cart is one the position 2 to 5, in different statistics about eCommerce CMS and it is for sure one of …
When you first time install a Zen Cart your website is looking not quite apple. To make your zencart (online shop) to represent your company / personality you may follow the following steps. 1. Choose e template (if you consider). …

At the end of July 2011 the zen cart 1.5 beta release is on the market. Zen cart 1.5 is the first open source ecommerce cms compliant with security standard. There are no big and relevant improvements regarding with the …
When to use WordPress and when to use Zen Cart A) WordPress is far one of the best CMS on the marked from many points of view including SEO. The single “problem” WordPress has is that Oppress is just missing …
Regsiter procedure on Zen Cart based wensites: /includes/modules/pages/create_account/jscript_form_check.php and /includes/modules/YOUR ACCOUNT/tpl_create_account_default.php or /includes/modules/tpl_create_account_default.php and delete the line(s) relevant – do not check filed you do not wish to be mandatory / insert lines for fileds you wish to be. /includes/templates/YOUR_TEMPLATE/templates/tpl_create_account_default.php /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account_dealer.php …
Additional images are not shown – ZenCart Tabbed Products Lite module Cause – file is not found Check if the file exists in your folder – file names array is not built. if you upload files with CAPITAL extensions like …
Basic files:used to display categories listing (caegories which have subcategories) /includes/YOUR_TEMPLATE/templates/tpl_index_categories.php Here is displayed categ image and description if exist and are enabled to be displayed. On #35you have: require($template->get_template_dir(‘tpl_modules_category_row.php’,DIR_WS_TEMPLATE, $current_page_base,’templates’). ‘/tpl_modules_category_row.php’); /includes/YOUR_TEMPLATE/templates/tpl_modules_category_row.php From now on is simple, there will …
1) /includes/languages/english/my_module_name.php must have at least two lines define(‘NAVBAR_TITLE_1′, ‘Module Name’); define(‘HEADING_TITLE’, ‘Module Name more details’); 2) /includes/modules/pages/my_module_name Folder which must contain at least this file: /includes/modules/pages/my_module_name/header.php // This should be first line of the script: $zco_notifier->notify(‘NOTIFY_HEADER_START_MY_MODULE_NAME‘); require(DIR_WS_MODULES . zen_get_module_directory(‘require_languages.php’)); …