Home Look and feel (design) Side boxes New side box
New side box
There are 2 ways of adding the side box - by editing templates and by using the Manage ads page in the panel.
First method:
- Open the main.tpl template located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer directory of your CS-Cart installation and add lines of code that include templates with side boxes, e.g.:
{include file="side_boxes/new_sidebox.tpl"} - Add the new_sidebox.tpl template to the skins/[CUSTOMER_ACTIVE_SKIN]/customer/side_boxes directory and enter Smarty and HTML code into it, for instance:
{capture name="sidebox"}
CONTENT OF THE SIDE BOX IS HERE
{/capture}
{include file="common_templates/sidebox.tpl" title="SIDE BOX TITLE" content=$smarty.capture.sidebox icon=""}
