FireSpiritDesigns' Blog


FireSpiritDesigns does not have any blog posts yet.

ArtFire.com's Rapid Cart Remote Checkout Technology

 
 
 
 
 
 
 
 
 
 
 
 

ArtFire – Buy Handmade Unique Gifts

FireSpiritDesign's Studio

Unique Gifts

$(function() { $.getJSON("http://artfire.com/ext/RapidCart/getWidgetContent/58705/12/?callback=?", function(data) { var c=1; $.each(data.items, function(i,item){ if(item.error) { $('#rapidcart_item_'+c+'_1313792151').html('Error: '+item.error); }//handle error else { var img_html = ""+item.title+""; var title_html = "

"+item.title+"

"; var price_html = "

Price: $USD "+item.price+"

"; $('#rapidcart_item_'+c+'_1313792151').html(img_html).append(title_html).append(price_html).attr("rel", i); c++; } }); }); $(".rapidcart_item_1313792151").click(function() { var pid = $(this).attr('rel') window.open('http://artfire.com/ext/RapidCart/preview/'+pid, 'RapidCart', 'scrollbars=yes,width=875,height=700', 'left=500'); }); });