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
    69,402
    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.5]
    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!

  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
    69,402
    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.5]
    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!

  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. v153 Priced by attributes: Show only price?
    By lat9 in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 5 Dec 2014, 01:51 PM
  2. Replies: 11
    Last Post: 28 Nov 2012, 03:28 AM
  3. 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
  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. Pricing by weight or volume for some products only
    By brucecode in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 6 Jul 2007, 06:24 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR