Page 1 of 1

Highlighting Product On Mouseover Depending on Price

Posted: Thu Aug 26, 2010 5:16 pm
by SinanGuclu
Okay I have almost every thing in place but theres one thing I don't get.

The plan is that when you access a list of products by category or in a search, as you mouse over them, the backgrounds will highlight.
The colour of the background will be dependant on a variable, first off price then when we get it implemented, a product code system.

Thing is I can't see where the site gets the data from to show in the list. Any ideas where it is?
(Using Big Commerce)

Thankyou.

Re: Highlighting Product On Mouseover Depending on Price

Posted: Fri Aug 27, 2010 1:33 pm
by Tony Barnes
I'd of done that via PHP, so not sure for BC....

I guess you could set up a javascript function to scrape the child categories for the price, and then change rollover for the parent div based on that?