Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1

    Default removing Save: % off from sideboxes

    I was wondering if it were possible to remove Save: % off from the sideboxes, but keep it everywhere else.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  2. #2

    Default Re: removing Save: % off from sideboxes

    Basically I want to get rid of .productPriceDiscount in the featured, specials, and new products sideboxes.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  3. #3

    Default Re: removing Save: % off from sideboxes

    Is it possible?
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  4. #4

    Default Re: removing Save: % off from sideboxes

    Basically I am asking if it is possible to only remove Save: % off from the sideboxes only:

    $42.95 $36.10
    Save: 16% off


    $25.95 $20.87
    Save: 20% off
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: removing Save: % off from sideboxes

    All of the display prices are called via the same function ...

    You would need to do quite a bit of customization to alter the way this works to distinguish when and where the function is being called from ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6

    Default Re: removing Save: % off from sideboxes

    Couldn't you use the style sheet to call up prices from the specific sideboxes. The designer that worked on my site managed to change the color of the regular prices in the sideboxes so that they are different from the center boxes and product pages.
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: removing Save: % off from sideboxes

    Unfortunately, that is not broken down with an ID for what made the call to the display price function ...

    This could be designed for this, but you would be re-writing a great deal of code for this to happen ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    May 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: removing Save: % off from sideboxes

    i think he is right... if you want to the remove Save: 20% from the item on the sidebar, you'll be removing it from the regular product listing and the main product info page as well. i don't mind that... if you're interested, here is how to take it out

    /includes/functions/functions_prices.php

    line 427

    $show_sale_discount = '<span class="productPriceDiscount">' . '<br />' . PRODUCT_PRICE_DISCOUNT_PREFIX . $show_discount_amount . PRODUCT_PRICE_DISCOUNT_PERCENTAGE . '</span>';

    NEW LINE 427
    $show_sale_discount = '';

    save and upload and you're good to go. peace.

    ***this will work for items listed under 'Specials' inside ZenCart admin... don't know how it works with SaleMaker... doesn't apply to my situation. good luck.

  9. #9
    Join Date
    Jan 2008
    Posts
    34
    Plugin Contributions
    0

    Default Re: removing Save: % off from sideboxes

    How do you change specials display price form '%' to '$'? I know I've done this before but now just can't seem to find it. Any help would be appreciated.

  10. #10
    Join Date
    Jan 2008
    Posts
    34
    Plugin Contributions
    0

    Default Re: removing Save: % off from sideboxes

    Anyone? I know it is a very simple setting. Just don't know where to find it.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to remove 'off' from Save: $10.00 off?
    By jeking in forum Setting Up Specials and SaleMaker
    Replies: 13
    Last Post: 17 Sep 2010, 03:36 AM
  2. disable off from "Save: $69.05 off"
    By neal99 in forum Setting Up Specials and SaleMaker
    Replies: 5
    Last Post: 25 Feb 2010, 08:22 AM
  3. Removing whole "Save X% off" line
    By CreepyD in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Aug 2009, 10:16 PM
  4. Removing (more) from sideboxes
    By butchx5 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Mar 2009, 06:50 PM
  5. Removing sideboxes from EZ pages
    By ctcentralinfo in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jun 2008, 09:11 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