Jump to content

Edit History

tuk66

tuk66

You must assing all variables used in your template.

$this -> smarty -> assign(array(
	'custom_model' => $this -> custom_model,
	'product_name' => 'My product',
));

 

tuk66

tuk66

You must assing all variables used in your template.

 

×
×
  • Create New...