We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20178
    • 82 Posts
    i would love to be able to have formit combined with a jquery cart such as simple cart, its already pretty easy to get them working together and getting a simple cart up and running. - for revolution .

    create an index page for your category - create your items as children of the category and call the children with a getresources call within the &tpl place - with calls to the item tv’s

    <a href="javascript:;" onclick="simpleCart.add( ’name=[[+tv.itemname]]’ , ’price=[[+tv.itemprice]]’ , ’quantity=1’ );">Add To Cart</a>

    within the index page or whereever you wish you can just place the cart script with the checkout/add/removeetc.

    <div class="simpleCart_items"></div>

    what i want to be able to do is use this in conjunction or as an extension of formit - i would like to be able to fill in form details and also send the js cart data to the form is this possible and if so how?

    this could be a great simple cart option with a little help....