3 replies [Last post]
haysuess's picture
Offline
Joined: 07/07/2008
Juice: 299
Was this information Helpful?

I am building a site with Ubercart and have done a few more in the past but this one is much bigger and needs to be more custom. I want something like the interface at http://www.pencils.com/product. I want to have a text field where they can enter the quantity they want, any attribute select boxes, and then be able to hit add to cart and the page just refreshes with the info added to the cart rather than clicking add to cart and being taken to the actual cart page.

How would I go about doing this? Would this be something I'd set up using Views/CCK or something else. I notice when looking at the css there are "view" classes in there so I assume that it uses Views, I am just unsure exactly where to go with it. I'd really appreciate the most specific advice possible. Thanks.

Al
Al's picture
Offline
Bug FinderGetting busy with the Ubercode.Internationalizationizer
Joined: 02/14/2008
Juice: 249
Cart settings: Add to cart

Cart settings:
Add to cart redirect:
...
Enter < none > for no redirect.
Smiling

NecroHill's picture
Offline
Joined: 08/12/2008
Juice: 107
Re: Add to Cart without leaving page

or try to use ajax cart http://drupal.org/project/uc_ajax_cart

haysuess's picture
Offline
Joined: 07/07/2008
Juice: 299
Re: Re: Add to Cart without leaving page

Awesome! I didn't get an email for these replies for some reason and for some other weird reason I thought that this wasn't a feature built into the cart. Thanks a lot guys!