View Single Post
  #31  
Old 03-28-2012, 09:43 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-Cart popup messages

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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote