Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    14
    Plugin Contributions
    0

    help question Removing Prices in Main Product listing pages

    Hi,

    I've been searching on how to remove the prices from underneath the products on the category pages. I need to remove these completely. Can anyone point me in the right direction

    Also the prices how on Featured product listings. I've tried to switch this off in Admin however it hasn't worked. This may be due to some custom code from a previous developer. Which file can I edit to just remove the prices completely from the featured listing box.

    Thanks for any help in advance!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing Prices in Main Product listing pages

    I've been searching on how to remove the prices from underneath the products on the category pages. I need to remove these completely. Can anyone point me in the right direction
    "products on the category pages"??? If tihs is the product info pages I do not think that there is a setting for this as the intention is to sell product and buyers want to know the price - Why do you not want the price or is this not the page you are referring to?
    Also the prices how on Featured product listings. I've tried to switch this off in Admin however it hasn't worked. This may be due to some custom code from a previous developer. Which file can I edit to just remove the prices completely from the featured listing box.
    If due to custom code - you will have to determine where this is as we have no idea where it might be > If you actually mean the Featured Product Listing:

    admin > config > featured listing > Display Product Price > set to "0"

    But there is also a Featured listing on the main page that is different and not a toggle in the admin
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Removing Prices in Main Product listing pages

    Hi Kobra, thank you for your reply.

    The prices that I want to remove are the ones showing underneath each product in the product listings, not on the main product info pages.
    For example: Vistor clicks on category A from the left menu on the homepage, they see all the products in category A with product names underneath, but no prices, they then click through to the main product page to view the description and prices.

    (My site is for trade customers not the general public)

    The featured product section I was referring to is the Featured products box on the homepage. I've tried the admin link with no success.

    I just need to find the line in coding to remove however it is proving to be a real problem and is stopping the launch of my site

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing Prices in Main Product listing pages

    This will be difficult as this is listed with the columnar display and this also is used for other things so editing it will affect others also.

    A kludge - workaround might be using the following in your stylesheet.css and I assumed that your background color for this area is white or #FFFFFF
    Code:
    .centerBoxContentsFeatured {
    color: #ffffff;
    }
    This does not eliminate the price but if you match the color statement to your background color it is not visible
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removing Prices in Main Product listing pages

    Or try
    PHP Code:
    .centerBoxContentsFeatured {
         
    displaynone;
         } 
    and there will be no trace of it on your page display.

    (Displaying as background color still takes up space, and will be visible if highlighted with the mouse. It is also apparently frowned upon by search engines as spamming.)

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Removing Prices in Main Product listing pages

    Glenn,
    Code:
    .centerBoxContentsFeatured {
         display: none;
         }
    Gets rid of all of it and not just the price like the OP wanted and if all of it was desired better to turn off featured on the main page in the admin
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. different prices for product listing and product info pages
    By jwheels in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 13 Jun 2011, 05:28 AM
  2. removing the prices listed on main page and sidebar
    By Thunder in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 8 Aug 2008, 01:44 PM
  3. Removing Images From Product Pages without removing them from Category Pages
    By googlepasta in forum Templates, Stylesheets, Page Layout
    Replies: 23
    Last Post: 5 Jan 2008, 04:06 PM
  4. Removing "New Products For..." from Product Listing Pages
    By crystal-vysion in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Mar 2007, 04:38 PM
  5. Removing minimum/maximum text from product listing pages
    By lemuria in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Jul 2006, 05:10 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