Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Unlimited quantity?

    Hi;

    My site is about online services and download, so how do i make the quantity of products are unlimited; so i dont need to add them every time run out of stock? Since its never run out of stock...

    Thanks

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Unlimited quantity?

    In admin > Configuration > Stock, set check stock and subtract stock to false. Make sure you have a quantity in stock of 1 or more in the product entry/editing page.

  3. #3
    Join Date
    May 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Unlimited quantity?

    great thanks a lot

  4. #4
    Join Date
    Jun 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Unlimited quantity?

    Quote Originally Posted by gjh42 View Post
    In admin > Configuration > Stock, set check stock and subtract stock to false. Make sure you have a quantity in stock of 1 or more in the product entry/editing page.


    thanks for this info but by doing this it says there is 1 in stock on my product info page

    i want to show i have unlimited stock.....how?

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Unlimited quantity?

    In Tools > Developers Toolkit, enter "units in stock" in the upper left box, select catalog files and search. This will show the file and line number where the text is defined. Edit that to say what you want and put the file in your template override folder.

    To not show the number, find in tpl_product_info.php
    PHP Code:
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == and $products_model != '') or ($flag_show_product_info_weight == and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
      <?php echo (($flag_show_product_info_model == and $products_model !='') ? '<li>' TEXT_PRODUCT_MODEL $products_model '</li>' '') . "\n"?>
      <?php echo (($flag_show_product_info_weight == and $products_weight !=0) ? '<li>' TEXT_PRODUCT_WEIGHT .  $products_weight TEXT_PRODUCT_WEIGHT_UNIT '</li>'  '') . "\n"?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' $products_quantity TEXT_PRODUCT_QUANTITY '</li>'  '') . "\n"?>
      <?php echo (($flag_show_product_info_manufacturer == and !empty($manufacturers_name)) ? '<li>' TEXT_PRODUCT_MANUFACTURER $manufacturers_name '</li>' '') . "\n"?>
    </ul>
    and delete

    . $products_quantity

    PHP Code:
     <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' TEXT_PRODUCT_QUANTITY '</li>'  '') . "\n"?>

  6. #6
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Unlimited quantity?

    ACK! No need to touch the files to turn off the quantity - look in your Admin> Catalog> Product Types> Product General - click edit layout and then disable the product quantity display.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Unlimited quantity?

    This was for the case where he wanted to have an "unlimited stock" message showing, so just turning it off would eliminate that.

    Yes, it would be easier to just turn qty in stock off and indicate elsewhere that there is no limit.

  8. #8
    Join Date
    Aug 2006
    Posts
    67
    Plugin Contributions
    0

    Default Re: Unlimited quantity?

    Hi,

    I tried your suggestion for the Document-Product type but it does not work. I am selling a service and everytime a customer purchases a service, the service in the shopping cart will be displayed in red with 3 asterisks (out of stock).

    Is there a way around it?

    Regards,

    Hansi

  9. #9
    Join Date
    Aug 2006
    Posts
    67
    Plugin Contributions
    0

    Default Re: Unlimited quantity?

    Hi,

    I think that I figured it out. You have to also set the Check Stock level option to false.

    Hansi

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Unlimited quantity?

    You didn't try all the suggestions, because at least one of them will work for your case.

    In admin > Configuration > Stock, set check stock and subtract stock to false. Make sure you have a quantity in stock of 1 or more in the product entry/editing page.

    ---
    Ok, good for you!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Unlimited Quantity??
    By timbreman in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 23 Jan 2014, 07:10 PM
  2. Unlimited products quantity
    By ampm11 in forum General Questions
    Replies: 7
    Last Post: 31 Dec 2010, 08:16 AM
  3. Unlimited Quantity not working
    By Tech NO Babble in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 11 Oct 2010, 08:25 PM
  4. Unlimited Quantity
    By GaryDaSnail in forum Setting Up Categories, Products, Attributes
    Replies: 15
    Last Post: 7 May 2008, 12:31 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR