Highlighting Product On Mouseover Depending on Price

For all things BigCommerce.. Chat, sharing ideas, links to tips and ways to make things work.
Post Reply
SinanGuclu
Posts: 1
Joined: Thu Aug 26, 2010 5:10 pm
Location: United Kingdom

Highlighting Product On Mouseover Depending on Price

Post 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.
Tony Barnes
Posts: 744
Joined: Thu Jun 18, 2009 8:59 am

Re: Highlighting Product On Mouseover Depending on Price

Post 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?
Post Reply