Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2012
    Posts
    3
    Plugin Contributions
    0

    Default How to remove Product name in listing?

    I was adjusting my new zencart template and I was wondering how to remove the product name while keeping the description in the listing. I tried to set Display Product Name to zero in Admin - Catalog which removes the product name as I want but at the same time it removes the product description which I actually want to keep. How can I solve this? I use zencart v1.5.0 which was installed a few days ago and a free template from picaflor-azul. For the rest I installed image handler and zen lightbox (latest version).

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How to remove Product name in listing?

    A link to your site woulkd help us help you.

  3. #3
    Join Date
    Jul 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: How to remove Product name in listing?

    I somewhat reluctant to put a link here but here it is. Note the remove this for the search engines:
    http://www.jeroenb.nl/fossilshopREMO...ex&cPath=2_3_6

    AS you can see, all the products have the same name (Ammonite) in the listing. That is what I want to remove while keeping the product description. In two (in my case the first two) of them I simply didn't enter any product name and therefore there is no product name but still a product description in the listing ; exactly what I want. However, this is not the solution I'm looking for because in the order overview you cannot see what you have ordered.

  4. #4
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How to remove Product name in listing?

    admin>>configuration>>product listing>>Display Product Name set to zero.

    Or you can do a similar thing with a bit of css

    Code:
    .productListing-data .itemTitle{
    display:none;
    }

  5. #5
    Join Date
    Jul 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: How to remove Product name in listing?

    Quote Originally Posted by niccol View Post
    admin>>configuration>>product listing>>Display Product Name set to zero.

    Or you can do a similar thing with a bit of css

    Code:
    .productListing-data .itemTitle{
    display:none;
    }
    Adjusting the .css code as you said did exactly what I want! thanks!

 

 

Similar Threads

  1. v151 Document General -how to remove remove “Product Image, Item Name- and Price”
    By BevCox in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 May 2013, 01:28 AM
  2. v139h Product listing: remove filters to order by price or name. How?
    By ilmarchez in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 May 2012, 02:54 AM
  3. How to display artist name in product listing?
    By shen in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 5 Dec 2010, 06:16 AM
  4. How do i remove item name from product page?
    By scorpio33 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Jun 2007, 04:10 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