Highlighting Product On Mouseover Depending on Price

SinanGuclu

2010-08-26 16:16:15

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.

Tony Barnes

2010-08-27 12:33:32

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?