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:

  1. 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"}
  2. 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=""}
Second method:

The use of the '''Ads management''' addon.

Noticed an error in the article or it is not clear enough? Any suggestions to improve it? Please let us know by filling in the feedback form. Click here.