Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Apr 2005
    Posts
    55
    Plugin Contributions
    0

    Default best way to remove product price ?

    I need to remove the displayed price in the product listing only ? is there a way with out removing by hard coding please ?


    if this is the only way I guess I would edit tpl_product_info_display.php and comment out:

    <!--bof Product Price block -->
    <h2 id="productPrices" class="productGeneral">

    line62-63

    don't want to break it !!!

    Thanks

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    Quote Originally Posted by pilot View Post
    I need to remove the displayed price in the product listing only ? is there a way with out removing by hard coding please ?


    if this is the only way I guess I would edit tpl_product_info_display.php and comment out:

    <!--bof Product Price block -->
    <h2 id="productPrices" class="productGeneral">

    line62-63

    don't want to break it !!!

    Thanks
    Pi,
    Take a look here:
    admin panel/ configuration/ product listing/ Display Product Price/Add to Cart

    1. set to 0

  3. #3
    Join Date
    Apr 2005
    Posts
    55
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    Thank you for helping, I tried that in product listing/ Display Product Price/Add to Cart 0 and set 0 and update but it had no effect ?

    I tried it a couple of times to make sure I was in the right place, and wasn't sure it was the right tool for it ?

    Thanks

  4. #4
    Join Date
    Apr 2005
    Posts
    55
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    Sorry, correction on my last post. The product listing/ Display Product Price/Add to Cart to 0 does actually work and removed the price and add to cart in the category listing. This is also what I wanted thanks. I was looking at the product display.
    Here in the product display, the product price still remains. and I need to hide it ?

    I tried to comment out this:
    <!--bof Product Price block -->

    <!-- <h2 id="productPrices" class="productGeneral"> -->
    but it only took away the style in bold and left the price still.

    Probably need to comment out elsewhere, ideas would be gratefully received

    Thanks

  5. #5
    Join Date
    Apr 2005
    Posts
    55
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    got it !

    In style sheets -> just add at the bottom

    #productPrices {
    display: none;
    }

    Thanks to fairestcape's post and reply from haredo

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    Pi,
    Glad you got the price problem mastered. You are most welcome for the help..

    Nice site clean and sharp!!!!

  7. #7
    Join Date
    Apr 2006
    Location
    CA, USA
    Posts
    18
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    Cool! I have just had this issue too and now you found the solution! this is great help for me!

  8. #8
    Join Date
    Apr 2006
    Location
    CA, USA
    Posts
    18
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    BY the way, how to disable the price of the product list? I have just disabled the price on product info but not on the list. on the new items list on home page!

  9. #9
    Join Date
    May 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    Quote Originally Posted by pilot View Post
    got it !

    In style sheets -> just add at the bottom

    #productPrices {
    display: none;
    }

    Thanks to fairestcape's post and reply from haredo

    What style sheets?????!!!!!

  10. #10
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: best way to remove product price ?

    Mo,
    includes/ templates/ your_template/ css/ stylesheet.css

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to Remove brackets around shipping (Best way)?
    By ianhg in forum General Questions
    Replies: 1
    Last Post: 3 Mar 2013, 02:51 PM
  2. Best way to remove product from database?
    By notageek in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 10 Sep 2010, 06:56 PM
  3. the best way to remove woz?
    By wagnerguy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 22 Apr 2010, 09:48 PM
  4. Best Way - What does it mean? How to remove?
    By lausianne in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Feb 2010, 12:32 AM
  5. How do I remove (Best Way) brackets?
    By 121webconsultancy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Oct 2008, 06:42 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