Biz Connection FREE TRIAL + $75 GOOGLE ADWORD - FREE VOUCHER for YOU!

Tag Archives: zen cart

eCommerce CMS and eCommerce platforms

Zen Cart Websites (industry) usage

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 …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
 

ZenCart or Magento

zencart vs magento

ZenCart or Magento, which of them is better for a business? It depends of many factors and it depends of who take the decision. As developer the answer is simple: you will use the one in which you are more …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 4.86 out of 5)
Loading ... Loading ...
 

Zen Cart Basic Customisation

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). …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...
 

Zen Cart 1.5 is the most secure open source commerce cms

zencart_logo1

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 …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 4.17 out of 5)
Loading ... Loading ...
 

Zen vs WordPress – SEO

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 …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
 

Mandatory fields – register

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 …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 1.00 out of 5)
Loading ... Loading ...
 

Additional images – tabbed module – bug

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 …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 

Categories listing – Zencart

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 …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 

ZenCart – YAHOO category tree menu

By deafault the when click on main category which have no products / contain subcategories – page loaded is not changed and all subactegories are displayed (expand) To make to be displayed the page (entry page) of that main catehory …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 

Create a module – ZenCart

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’)); …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...