Need to add some extra stuff to the Add to cart link
Posted: 05 February 2009 07:43 AM   Ignore ]  
Newbie
Rank
Total Posts:  2
Joined  2009-02-03

Hi,

Our plan is to use thickbox with Foxee but we can’t see to get access to the link tag:

We need to add this inside the link:

?KeepThis=true&TB_iframe=true&height=400&width=600

Any ideas? This is kinda crucial for us.

Thanks,

Rik

Profile
 
Posted: 05 February 2009 01:01 PM   Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  406
Joined  2008-04-21

Use jquery to accomplish this

$(document).ready(function() {
    
var href = $('a.foxycart').attr('href');
    $(
'a.foxycart').attr('href'href+"&KeepThis=true&TB_iframe=true&height=400&width=600")
}); 

The above appends the parameters to every foxycart link on the page.

Profile
 
   
 
 

Join our Mailing List