2 replies [Last post]
Turgrid's picture
Offline
Joined: 03/05/2008
Juice: 109
Was this information Helpful?

Is there a way to do the following?

I would like to be able to have a category page with my products listed. When a shopper clicks a product, a box (such as Thickbox) opens with the content of the product node (via Ajax). I think this would be helpful for many people and really advance Ubercart if it does not yet exist.

In addition, it would be nice if I could have it setup to alleviate common issues with Ajax. This includes handling browser history (use of "back" button) and bookmarking. It should also rollback to a static page for users without javascript support.

A good example site I came across with such features is: http://www.eddiebauer.com/home.jsp

Is this possible with Drupal and Ubercart? Does a module exist to assist? Thanks.

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: Ajax Node/Product Viewing
<tr>.
Turgrid's picture
Offline
Joined: 03/05/2008
Juice: 109
Re: Ajax Node/Product Viewing

Thanks. Would something like Really Simple History (http://code.google.com/p/reallysimplehistory/) work to handle bookmarking and back button control, without much work to integrate with Ubercart/Drupal? Otherwise, the mentioned site looks like what I'm thinking of.