Page 1 of 1

Display product summary over product image

Posted: Sat Mar 15, 2008 2:31 pm
by bobr2k
The product summary is sometimes too long to display on featured items. In fact, it would probably be better to have it display for a few seconds when someone hovered over the product image on the product search page and on the featured items grid. Has anyone come up with any methods that come close to doing this?
Thanks for any ideas,

Posted: Mon Mar 17, 2008 7:26 am
by sohaib
There is a useful control 'wwHoverPanel' that we use for this purpose on the admin side.

Take a look at Admin/Orders/Default.aspx for reference.

Posted: Mon Mar 17, 2008 2:34 pm
by bobr2k
sohaibATablecommerce wrote:There is a useful control 'wwHoverPanel' that we use for this purpose on the admin side.
Could this wwHoverPanel be used in conlib scriplets like: SearchPage.ascx and BuyProductDialog.ascx ?
I reviewed http://www.west-wind.com/tools/wwHoverPanel/ and Admin/Orders/Default.aspx along with the one used for affiliates. The tool appears easy to use if I knew where to put them for some ad hoc local testing :roll: (sometimes called trial and error).