Installation guide Shopreview-Modul-Box

» Back to the installation guide

Installation guide Shopreview-Modul-Box for

 

Step 1:

Open:
templates/yourTemplate/source/boxes.php

Insert:
at the end before ?> the following code:

// web4design.de - Shopreview-Modul
require_once(DIR_FS_CATALOG . 'includes/external/mailhive/configbeez/config_shopvoting/classes/Shopvoting_widget.php'); $shopvoting = new Shopvoting_widget(); $smarty->assign('box_shopvoting',$shopvoting->output());

Step 2:

Open:
templates/yourTemplate/index.html

Insert
the following code at the position, where you want that the Shopreview-Modul-Box will appear.

{$box_shopvoting}
 

» Back to the installation guide