Quote:
7. Open "modules/Discount_Coupons/discount_coupons.php" and FIND
$cart = func_array_merge($cart, func_calculate($cart, $products, $logged_userid, $current_area, 0));
In 4.4.3 the above doesn't exist - look for this line
list($cart, $products) = func_generate_products_n_recalculate_cart();
|
If it's not working on product details page you have something not loading there, check the install again