X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Download Expander, Decrementing Stock Qty (https://forum.x-cart.com/showthread.php?t=47464)

steve.thompson 05-09-2009 04:16 PM

Download Expander, Decrementing Stock Qty
 
Hi All.

I've installed Download Expander and it's working well, except that now when a customer buys a download the Qty in Stock is decremented. Now I have to put in stock quantity greater than 1. X-Cart wasn't doing that before and it's not appropriate for a digital product.

Any suggestions please?

Thanks, Steve.

steve.thompson 05-17-2009 01:47 AM

Re: Download Expander, Decrementing Stock Qty
 
Any suggestions please?

Steve.

steve.thompson 08-12-2009 03:32 PM

Re: Download Expander, Decrementing Stock Qty
 
For anyone else experiencing this problem, the following edit from Bill at alteredCart fixed this problem:
Quote:

Open include/func/func.order.php:

Find this code near line 1376:


Code:

foreach ($products as $product) {
          if (
$product['product_type'] == 'C' && !empty($active_modules['Product_Configurator']))
                continue;

         
$variantid = "";




After insert:


Code:

if ($product['distribution'])
                continue;





All times are GMT -8. The time now is 04:36 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.