Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default getting rid of the Attribute logo

    Hi All! I'm a newbie to ZenCart with no prior e-commerce software experience...

    I have recently installed ZenCart 1.3.9 and a template from blingthemes.com

    So far with all the researches & tutorials, I was able to make my site looking like this

    Yesterday i was trying to upload a product for testing, and when I click on the product to get into the product page, I notice that there is a black box that says "Product Attributes" shown under the product pic... is there any way to remove that?

    Also, is there any way to remove some sections listed on the left column? (ie. I want to remove Gift Certificate FAQ under the Information column on the left hand side)

    any help is appreciated!!!!!

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

    Default Re: getting rid of the Attribute logo

    That is something your template maker has added. It is an <h1> heading, which is wrong because there is only supposed to be one <h1> on a page - in this case, the product name. You can hide it by adding to your stylesheet

    #productAttributes h1 {display: none;}

    but the better way would be to delete its display code from /includes/templates/your_template/templates/tpl_product_info_display.php, or the attributes file, wherever the code is (can't tell from here).

    To turn off the GC FAQ link, disable ("remove") gift certificates in admin > Modules > Order Total > Gift Certificates ot_gv.

  3. #3
    Join Date
    Dec 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: getting rid of the Attribute logo

    That worked!!!!

    Thank you very much for your help!!!

 

 

Similar Threads

  1. Getting rid of zen logo on invoices
    By mw4kids in forum Managing Customers and Orders
    Replies: 6
    Last Post: 3 Feb 2010, 04:12 PM
  2. Getting rid of the Categories from the top of the page?
    By troy77 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Oct 2007, 05:57 PM
  3. Getting rid of the D
    By mescalbean in forum General Questions
    Replies: 3
    Last Post: 9 Oct 2006, 03:14 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