FireSpiritBeadsandSupplies' Blog


FireSpiritBeadsandSupplies does not have any blog posts yet.

ArtFire.com's Rapid Cart Remote Checkout Technology

 
 
 
 
 
 
 
 
 
 
 
 

ArtFire – Buy Handmade Unique Gifts

FireSpiritBeadsandSupplie's Studio

Unique Gifts

$(function() { $.getJSON("http://artfire.com/ext/RapidCart/getWidgetContent/10201/12/3/?callback=?", function(data) { var c=1; $.each(data.items, function(i,item){ if(item.error) { $('#rapidcart_item_'+c+'_13137991973117').html('Error: '+item.error); }//handle error else { var img_html = ""+item.title+""; img_html += "
"+item.title+"
"; img_html += "
Price: $USD "+item.price+"
"; $('#rapidcart_item_'+c+'_13137991973117').html(img_html).attr("rel", item.id); c++; } }); }); $(".rapidcart_item_13137991973117").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'); }); });