Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default Help! How to add Sold to Specials and New Products only?

    Hi,
    Hope someone out there can tell us where to begin with customizing the Specials and New Products on the Index page to show a sold.gif.

    We've tried if this is home page and $this_is_home_page but it doesn't work. We only want to affect the index home, the other category pages are working fine so don't want to change anything about them.

    Found this code in the forums but it affects all pages:
    //get specials price or sale price
    function zen_get_products_special_price($product_id, $specials_price_only=false) {
    global $db;
    $product = $db->Execute("select products_price, products_model, products_priced_by_attribute from " . TABLE_PRODUCTS . " where products_id = '" . (int)$product_id . "'");

    Can anyone direct us how to do this?

    Thanks so much in advance,

    Julia
    http://www.skystonetrading.com
    1.3.8a

  2. #2
    Join Date
    Sep 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Help! How to add Sold to Specials and New Products only

    Well, we figured it out, if anyone else is interested, this is how to do it. In functions/functions_prices.php, starting around line 148 add the text in red:
    // Specials and Tax Included
    function zen_get_products_display_price($products_id) {
    global $db, $currencies, $this_is_home_page;
    $free_tag = "";
    $call_tag = "";


    // return sold out image vs price
    $products_quantity = zen_get_products_stock($products_id);
    if ( $products_quantity <= 0 && $this_is_home_page == true ) {
    $return_button = zen_image_button(BUTTON_IMAGE_SOLD_OUT_SM, BUTTON_SOLD_OUT_SM_ALT);
    return $return_button;
    }

    Julia
    http://www.skystonetrading.com

 

 

Similar Threads

  1. Sold New Products display Sold Out instead of price on index and products_new pages
    By dharma in forum Templates, Stylesheets, Page Layout
    Replies: 36
    Last Post: 1 Jun 2016, 09:29 PM
  2. How to turn off specials and new products on home page?
    By goldnuggetsales.com in forum General Questions
    Replies: 3
    Last Post: 10 Mar 2011, 10:42 PM
  3. how to get rid of monthly specials and new products?
    By nyczhenry in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 10 Nov 2010, 10:54 PM
  4. Change SOLD OUT button to text on new products page only
    By asphole in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Sep 2008, 03:56 PM
  5. How to add to cart, buy now on new products/specials list?
    By baddjuju in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Apr 2008, 09:28 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