Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Posts
    124
    Plugin Contributions
    0

    Add Selected Products to Cart button

    How do I change the color of the ""Add Selected Products to Cart" button when using the add multiple items option? I looked through the css file (build number 1.27d) and cannot find what changes the button from a grey color with black font to lets say a blue button with white font. Thank you in advance.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Add Selected Products to Cart button

    You may need to add a class to the form to do that.

  3. #3
    Join Date
    Jul 2005
    Posts
    124
    Plugin Contributions
    0

    Default Re: Add Selected Products to Cart button

    Quote Originally Posted by Kim
    You may need to add a class to the form to do that.
    ummm. the "FORM" area of the css?
    Does anyone have a working example please?

  4. #4
    Join Date
    Feb 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Add Selected Products to Cart button

    no, the form is the name for the area in witch the button resides in the code.

    [code]
    <form>
    <input type="button">
    </form>
    [code]

    add a div or a ID. and
    color: will change the font
    background-color: the button.

  5. #5
    Join Date
    Jul 2005
    Posts
    124
    Plugin Contributions
    0

    Default Re: Add Selected Products to Cart button

    Quote Originally Posted by Desopolis
    no, the form is the name for the area in witch the button resides in the code.

    [code]
    <form>
    <input type="button">
    </form>
    [code]

    add a div or a ID. and
    color: will change the font
    background-color: the button.
    Would you know which .php file holds this cold for that specific button? I've gone through the Developers Toolkit looking for input type="button" but, could not find that specific code.

  6. #6
    Join Date
    Feb 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Add Selected Products to Cart button

    yeah I didnt even think about it, Zen writes form buttons its own way
    its
    includes/templates/classic/tpl_product_info_display.php
    make sure to override it properly

 

 

Similar Threads

  1. add selected products to cart button
    By adowty in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 18 Jul 2011, 09:24 PM
  2. Add Selected Products to Cart Button
    By dmacmanes in forum General Questions
    Replies: 2
    Last Post: 24 Jul 2009, 03:51 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