Summary:
Add to cart smarty tag error
Detailed Description:
Hi,
There is a problem in the smarty tag proposed in the module help :
{cgecomm_form_addtocart source=Products produc=$num}
"source" should be replaced with "supplier" because of the part :
$supplier_mod = 'Products';
if( isset($params['supplier']) )
{
$supplier_mod = trim($params['supplier']);
}
in the action.default.php of the Cart module
The problem occures when I try to use another supplier module than Products
Thanks