Results 1 to 10 of 15

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    8
    Plugin Contributions
    0

    Default How to disable stock quantity?

    How can I disable the area where I list how many of a certain product. If I leave it blank it posts the Sold Out button. My stock varies and keeping track of it online will not be viable.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: How to disable stock quantity

    Perhaps a search of the forum or FAQs would answer a few of your questions? The e-Start Your Web Store book is a worthwhile investment too.
    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.

  3. #3
    Join Date
    Apr 2005
    Posts
    15
    Plugin Contributions
    0

    Default Re: How to disable stock quantity

    Kim:

    Got the book and it does not say how to disable the "In Stock:" display. Also can not find any answer on the forum or tutorials. Any ideas on how we can get an answer on how to do this?

  4. #4
    Join Date
    Apr 2005
    Posts
    15
    Plugin Contributions
    0

    Default Re: How to disable stock quantity

    Found the answer! WooHoo!

    Go go under Product Types under the Catalog header and then click the "edit layout", You will see the line to change so the "In Stock:" quantity does not show.

  5. #5
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Something else you can do...

    You have a really neat looking site - And your Product descriptions (like a lot of others) is a very good description...
    However, it is 'centered text' which makes it a bit ragged looking on both ends of each line. I am anal about text (and you do not have to be like me - smile)... but using your style sheet you can fix that to look correctly left-justified...

    I found productListing-data in your style sheet. See below

    .centeredContent, th, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, label#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: center;
    }

    If you want to let the other data in the list remain centered and only have product listing left justified - perform the following:

    cut productListing-data from where it is and paste it after the text-align: center; as shown below and change text-align from center to left as shown below:


    .productListing-data {
    text-align: left;
    }


    jund

  6. #6
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: How to disable stock quantity

    Quote Originally Posted by fshn2day View Post
    Found the answer! WooHoo!

    Go go under Product Types under the Catalog header and then click the "edit layout", You will see the line to change so the "In Stock:" quantity does not show.


    Bless you! I've been looking for that answer for 3 days lol

  7. #7
    Join Date
    Jul 2009
    Location
    Maryland
    Posts
    65
    Plugin Contributions
    0

    Default Re: How to disable stock quantity?

    I have some products I DO NOT want to display the quantity and other I DO.

    I figure out how to turn on/off the stock quantity, but it affects all products. Any suggetions?

 

 

Similar Threads

  1. How can I dispaly stock quantities only if quantity in stock is greater than zero?
    By Liamv in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 22 Feb 2013, 12:39 AM

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