Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    967
    Plugin Contributions
    0

    Default Showing custom Specials Price on product listing

    How do i also show the special price on product listing page
    and
    How do i also show the quantity in stock on product listing page
    actually i modified this to show an image i want to show the image
    Last edited by jimmie; 27 Jul 2015 at 09:53 PM.

  2. #2
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    967
    Plugin Contributions
    0

    Default Re: Showing Specials Price on product listing

    I have this in my tpl_product_info_display.php file and want it to show on the product listing page
    Code:
    <!--bof free ship icon  -->
    <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
    <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
    <?php } ?>
    <!--eof free ship icon  -->
    
    <!--bof free ship over 100 icon  -->
    <?php if(zen_products_lookup((int)$_GET['products_id'], 'products_price') >= 100 && ($products_weight) <=25 && !in_array($products_model, explode(',', FREE_SHIP_ICON_MFRS_EX3)) && !in_array($manufacturers_name, explode(',', FREE_SHIP_ICON_MFRS_EX))) { ?>
    <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
    <?php } ?>
    <!--eof free ship over 100 icon  -->
    
    <!--bof free ship under 200 icon  -->
    <?php if(zen_products_lookup((int)$_GET['products_id'], 'products_price') <= 99 && ($products_weight) <=25 && !in_array($products_model, explode(',', FREE_SHIP_ICON_MFRS_EX3)) && in_array($manufacturers_name, explode(',', FREE_SHIP_ICON_MFRS_IN)) && ($products_discount_type) <= 0) { ?>
    <div id="freeShippingunder"><?php echo TEXT_PRODUCT_FREE_SHIPPING_UNDER; ?></div>
    <?php } ?>
    <!--eof free ship under 200 icon  -->
    
    <!--bof free ship Friday's icon  -->
    <?php if(in_array($manufacturers_name, explode(',', FREE_SHIP_ICON_MFRS_IN2))) { ?>
    <div id="freeShippingfriday"><?php echo TEXT_PRODUCT_FREE_SHIPPING_FRIDAY; ?></div>
    <!--<span style="font-size:16px;"><u>&quot;Certain Restrictions Apply&quot;</u></span>-->
    <?php } ?>
    <!--eof free ship Friday's icon  -->
    
    <!--bof bulk buy icon  -->
    <?php if ($products_discount_type > 0) { ?>
    <div id="bulkbuy"><?php echo TEXT_PRODUCT_BULK_BUY; ?></div>
    <?php } ?>
    <!--eof bulk buy icon  -->
    <hr id="product-divider" />

  3. #3
    Join Date
    Jul 2015
    Location
    Berlin
    Posts
    3
    Plugin Contributions
    0

    Default Re: Showing Specials Price on product listing

    Can you show us exactly what you mean?

  4. #4
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    967
    Plugin Contributions
    0

    Default Re: Showing Specials Price on product listing

    Problem 1
    when a product is on sale it only shows sale price on product page, i want it to show on product listing also.
    Problem 2
    this item is in stock, shows on product page (Modified to show a Picture with Text)
    Same for Non stock, Want to show these on product listing
    http://floorz-n-more.com/index.php?m...oducts_id=3180
    Problem 3
    Modified the free ship label to show other labels
    Want to show this on product listing

 

 

Similar Threads

  1. v139h Specials showing higher price
    By 4jDesigns in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 13 Feb 2012, 08:44 AM
  2. Showing a price range on product listing
    By alliou in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 2 Feb 2012, 03:10 AM
  3. Price not showing in Product Listing
    By OneCustomer in forum General Questions
    Replies: 3
    Last Post: 22 Sep 2011, 10:36 PM
  4. Specials price not showing in Shopping cart
    By mhcueball2 in forum General Questions
    Replies: 15
    Last Post: 24 Jun 2008, 11:30 AM
  5. Adding custom field from specials table to product listing and product info
    By davale in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Oct 2007, 06:19 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