Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2007
    Posts
    14
    Plugin Contributions
    0

    Default Product Availability

    Hello,
    I'm new to zencart, and i'm trying to build an ecommerce shop.

    Now i have this problem:

    I'd like to add to products (in product_info and product_listing) a picture or somthing that says if the product is available, if is arriving or not available.

    How to do it?

    Actually there is yet a picture that says if the product is not available, but i need it better

  2. #2
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Product Availability

    You can simply replace the existing sold out image with your own image (keep the file name the same)...

    ZenCart does not differentiate between sold out/arriving and sold out/not available. Easiest thing to do would be to modify the function zen_get_buy_now_button (in includes/functions/functions_general.php) and add an extra check. Something like if quantity <= 0 and no date available, then show a not available picture, if quantity <= 0 and there is a date available, then show sold out image.

    BrandTim

 

 

Similar Threads

  1. Product availability and shipping time
    By Bakedblue in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Sep 2010, 10:18 AM
  2. Date Format for Product Availability
    By jorsara in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2010, 09:48 PM
  3. Product availability in shop
    By vandreas in forum General Questions
    Replies: 0
    Last Post: 8 Feb 2009, 06:19 PM
  4. Selective product availability
    By Blooms in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 25 Aug 2007, 05:25 PM

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