Articles in the Zen Cart Category
Zen Cart »
To add the banners in the zencart just follow the three steps.
1. Open the zencart database and insert one record in the “Configurations” table.
Keep the configuration_id null(it will update automatically)
Write the title for e.g.’Banner Display Group All pages left‘ in configuration_title.Layout Settings on the Admin side.
In configuration_key write the tag ‘SHOW_BANNERS_GROUP_SET10‘
Note: SET10 is the id of sets of banner. Upto SET9 all are the default banners of zencart.Update the SET no. everytime you want to add banners such as SHOW_BANNERS_GROUP_SET11,SHOW_BANNERS_GROUP_SET12 and so on….
In the configuration_value write any value such as’left_banner2‘
Note …
Solved Issues, Zen Cart »
some has experienced that when clicked on some link blank page is displayed
that problem is there because of add page process of zencart
to add page in zencart we have to create four pages
* A new directory, includes/modules/pages/myNewPage/, containing a file called header_php.php
* A new file in the directory includes/templates/template_default/templates called tpl_myNewPage_default.php
* A new file, includes/extra_datafiles/myNewPage.php, defining your new page’s filename for the Zen Cartâ„¢ system
* A new language file, …
