Installationsanleitung Shopbewertungsbox
» Zurück zur allgemeinen Anleitung
Installationsanleitung Shopbewertungsbox für
- Modified-Shop 1.0x
- xtCommerce 3.04
Schritt 1:
Öffne:
templates/deinTemplate/source/boxes.php
Füge
am Ende vor ?> folgendes ein:
// web4design.de - Shopreview-Modul
require_once(DIR_FS_CATALOG . '/mailhive/configbeez/config_shopvoting/classes/Shopvoting_widget.php');
$shopvoting = new Shopvoting_widget();
$smarty->assign('box_shopvoting',$shopvoting->output());
Schritt 2:
Öffne:
templates/deinTemplate/index.html
Füge
an beliebiger Stelle im Code (optimal unter den anderen Boxen) folgendes ein:
{$box_shopvoting}