Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How to move the add to cart button to the left side?

    Correction: You want

    .additionalImages {clear: left;}

  2. #12
    Join Date
    Nov 2010
    Posts
    57
    Plugin Contributions
    0

    Default Re: How to move the add to cart button to the left side?

    Hey, now that I've added
    .additionalImages {clear: left;}

    The additional images is lined 1 picture per line... how do i set to have 2 additional images per line??

    Thanks!

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

    Default Re: How to move the add to cart button to the left side?

    You would have to scrap the clear: left; for that, and set the width of #productAdditionalImages to fit two images.

  4. #14
    Join Date
    Dec 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: How to move the add to cart button to the left side?

    Hello everyone I'm new to the website world I built my first website and the hosting company I use offer Zen Cart I uploaded it from my hosting site the only thing I having hard time understanding is.....my live website has add to cart buttons on many pages... how do I connect those to zen cart so that my clients can pay for there items?

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

    Default Re: How to move the add to cart button to the left side?

    The short answer is, you don't.

    Zen Cart is not built to be a back-end checkout processor, it is built to handle the whole display and management of your products.
    If all you want is to check out and pay for your items, there are reported to be carts that work that way, and you should go look for one of them.
    If you want to have integrated management of your products, sales, customer relations and inventory, Zen Cart can handle that, but you will need to put the products into Zen Cart's system and style its template to fit your design.

    A look at what you have now will let us advise on how much work is involved.
    Last edited by gjh42; 10 Dec 2010 at 10:11 AM.

  6. #16
    Join Date
    Nov 2010
    Posts
    57
    Plugin Contributions
    0

    Default Re: How to move the add to cart button to the left side?

    Hey, sorry but how do i set the width?

    Right now it's


    #productAdditionalImages {float:left; margin:-15em 0 0 0;}
    .additionalImages {clear: left;}

    I tried changing the margin but it just keeps pushing down the all the images, it doesn't extend the width.

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

    Default Re: How to move the add to cart button to the left side?

    Code:
    #productAdditionalImages {float:left; margin:-15em 0 0 0; width:300px;}
    .additionalImages {clear: left;}
    And you probably want to reset the margin.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. PayPal Express Button Image -how do I get it to move to the right side, not the left?
    By Mike_Dean in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Oct 2009, 04:46 AM
  2. How do I move the "add to cart button" closer to the price?
    By apples in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Apr 2009, 11:42 AM
  3. how do i move/reposition the 'add to cart' button?
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Oct 2007, 08:02 PM
  4. How to move the sidebox side ways. from left to more left? realy need help...
    By brekke00 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 27 Aug 2007, 02:38 PM
  5. How to move BODY to the left side of the website.
    By williamL in forum General Questions
    Replies: 5
    Last Post: 3 Apr 2007, 06:44 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