Results 1 to 5 of 5
  1. #1

    Default Removed Pricing For Products Priced By Attributes Only!!

    I'm trying to remove the price shown ONLY for prices listed as 'priced by attributes'. I've already managed to remove the line of text that says "starting at:", but every thing I've tried so far also removes the price shown for all my other products as well that are not priced by attributes. Here is an example....

    http://pishposhprints.com/index.php?...products_id=13

    ^ I want to remove the $3.32 w/o removing the price shown on this product...

    http://pishposhprints.com/index.php?...&products_id=4

    TYIA. =)

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Removed Pricing For Products Priced By Attributes Only!!

    You could test for it ... on the tpl_product_info_display.php you can use

    Code:
    if ($product_info->fields['products_priced_by_attribute'] == 1) {
    // don't show the price
    } else {
    // show the price 
    }
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3

    Default Re: Removed Pricing For Products Priced By Attributes Only!!

    Quote Originally Posted by Ajeh View Post
    You could test for it ... on the tpl_product_info_display.php you can use

    Code:
    if ($product_info->fields['products_priced_by_attribute'] == 1) {
    // don't show the price
    } else {
    // show the price 
    }
    didn't work

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Removed Pricing For Products Priced By Attributes Only!!

    What was the exact code that you used?
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  5. #5
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    Default Re: Removed Pricing For Products Priced By Attributes Only!!

    Try looking at this thread: http://www.zen-cart.com/forum/showth...+product+price

    I think this is what you might be looking for. If you scroll down, there's a post from pilot who lists some code that might help you out.

 

 

Similar Threads

  1. Min/Unit Mix not working for products priced by attributes
    By kgmmusic in forum Setting Up Categories, Products, Attributes
    Replies: 25
    Last Post: 28 Mar 2009, 08:06 PM
  2. Shopping cart doubling price of products priced by attributes
    By Kellyami in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 7 Oct 2008, 07:45 PM
  3. Setting "Priced by Attributes" on multiple products
    By Lopton in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Jul 2008, 02:29 AM
  4. Discounts On Products Priced By Attributes
    By stevearinsal in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 4 Mar 2008, 02:51 PM
  5. Quick update of products priced by attributes?
    By this side up in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 7 May 2007, 09:07 AM

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
  •