Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    4
    Plugin Contributions
    0

    Default remove add to cart button on featured listing

    How can I remove add to cart & details button from featured listing on my main page ?

    here is my page :
    http://www.carpetstories.com/

    which templates should I edit?

  2. #2
    Join Date
    Aug 2008
    Posts
    244
    Plugin Contributions
    0

    Default Re: remove add to cart button on featured listing

    Quote Originally Posted by Alborz View Post
    How can I remove add to cart & details button from featured listing on my main page ?

    here is my page :
    http://www.carpetstories.com/

    which templates should I edit?
    You can play around with that button in admin/configuration/featured listing

    It might be just that simple.

    However, it looks like you have added a new class to a div called goods_back.

    In admin/tools/developers tool kit, do a search for goods_back and locate those files, then you need to give a seperate id to those buttons as at the moment everything in your featured boxes has that class.

    When you have done this create a stylesheet that will only affect the main page called...

    index_home.css

    Then add a statement for the new names.

    .NEW_NAME {
    display:none;
    }

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,871
    Plugin Contributions
    96

    Default Re: remove add to cart button on featured listing

    ... or you could just edit your /includes/templates/1588/css/stylesheet.css to add the line:

    #featuredProducts tr+tr {
    display: none;
    }

 

 

Similar Threads

  1. Replies: 13
    Last Post: 21 Feb 2013, 03:52 PM
  2. Uniform Alignment of Add to Cart Button in Featured products
    By newbie456 in forum General Questions
    Replies: 0
    Last Post: 10 Aug 2011, 02:38 AM
  3. Adding the Add to Cart button to Featured Items
    By dimmyr in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Jan 2009, 06:28 AM
  4. Replies: 2
    Last Post: 9 Jan 2009, 12:33 PM
  5. Add to Cart button in Featured Products
    By PaulJaff in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Mar 2008, 04:43 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