Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: AddToCartForm

  1. #1
    ryanjm is offline Junior Member
    Join Date
    Jan 2010
    Posts
    18

    Default AddToCartForm

    Where can I locate the add to cart form?

    I need the buttons to show up underneath the quantity boxes - should be an easy update, but I can't figure out where all the html is stored for this form.

    Thanks.

  2. #2
    webopius is offline Senior Member
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    440

    Default

    Hi, the Addtocart form layout is in the source code.

    The easiest way to move the buttons around without editing the code is to wrap the AddToCart form in a <div> and use CSS to make this div position:relative.

    Then, you can make each of the buttons (and any other of the form elements) position:absolute and put them in any location you like.