View Single Post
  #17  
Old 07-08-2014, 01:37 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 909
 

Default Re: New release: X-Cart 4.6.4 Classic

I just did a stock upgrade from 4.6.3 to 4.6.4 and now I cannot add wholesale prices. It just returns me to the main product screen.

edit: this is on ly on the "wholesale prices" page, if i add wholesale prices to variants, it works ok.

edit2: Is this the reason why?? product_modify.php.diff
Code:
@@ -1290,7 +1332,7 @@ // Wholesale trading module - if (!empty($active_modules['Wholesale_Trading']) && $product_info['is_variants'] != 'Y') { + if (!empty($active_modules['Wholesale_Trading']) && (!empty($product_info['is_variants']) && $product_info['is_variants'] != 'Y')) { include $xcart_dir.'/modules/Wholesale_Trading/product_wholesale.php'; }
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote