What is FatFreeCart?
FatFreeCart is a free shopping cart developed by the team behind E-junkie shopping cart. It works inside your website, your blog and will even work from your MySpace page. It is simply a copy-paste cart and does not require you to register with us or install anything.It works with PayPal and Google Checkout. It supports product variations, shipping, handling and sales tax.
If you are already using PayPal shopping cart, you will find the button code is similar. On top of being certified by PayPal and Google, it has been successfully tested on humans and they absolutely love it (which means higher conversion rates for you). FatFreeCart is also the only serious cart with a somewhat funny name.
Demo
|
How does is it work?
You can get the code here. You just need to modify the code to add your product details to the and paste it in your website. It's that simple. You can try the demo above to see how the cart will appear in your websiteFeatures
- Handles shipping, handling, tax.
- Handles up-to 3 option variables.
- Can handle all currencies supported by
PayPal (16) and Google Checkout (2).
- Passed your site's Google Analytics data
to Google Checkout
- Simply set the product price to 0.00 to
let buyer enter her own amount!
- Multi -lanuage support (coming sometime this year)
Code
<!-- ADD TO CART button code. -->
<form action="https://www.e-junkie.com/ecom/fgb.php?c=cart&cl=1&ejc=2" target="ej_ejc" method="POST">
<!-- paypal email(remove if not using PayPal) -->
<input type="hidden" name="business" value="your_paypal_email"/>
<!-- google merchant id (remove if not using Google Checkout) -->
<input type="hidden" name="merchant_id" value="your_google_merchant_id"/>
<form action="https://www.e-junkie.com/ecom/fgb.php?c=cart&cl=1&ejc=2" target="ej_ejc" method="POST">
<!-- paypal email(remove if not using PayPal) -->
<input type="hidden" name="business" value="your_paypal_email"/>
<!-- google merchant id (remove if not using Google Checkout) -->
<input type="hidden" name="merchant_id" value="your_google_merchant_id"/>
<!-- site url -->
<input type="hidden" name="site_url" value="http://yoursite.com"/>
<input type="hidden" name="site_url" value="http://yoursite.com"/>
<!-- contact email (where we can notify of the updates) -->
<input type="hidden" name="contact_email" value="your@email.address"/>
<input type="hidden" name="contact_email" value="your@email.address"/>
<!-- item name -->
<input type="hidden" name="item_name" value="Test Item"/>
<input type="hidden" name="item_name" value="Test Item"/>
<!-- item number (should be different for each product)-->
<input type="hidden" name="item_number" value="1"/>
<input type="hidden" name="item_number" value="1"/>
<!-- item price -->
<input type="hidden" name="amount" value="1.00"/>
<!-- initial quantity -->
<input type="hidden" name="quantity" value="1"/>
<!-- item options (can be removed if not required) -->
<input type="hidden" name="on0" value="Size"/>
<select name="os0" >
<option value="S">S</option><option value="M">M</option>
</select>
<input type="hidden" name="on1" value="Color"/>
<select name="os1" >
<option value="Orng">Orng</option><option value="Blk">Blk</option>
</select>
<input type="hidden" name="on2" value="Message"/>
<input name="os2" type="text" value="Hello World"/>
<!-- shipping cost -->
<input type="hidden" name="shipping" value="1">
<!-- shipping cost of each additional unit -->
<input type="hidden" name="shipping2" value="0.5">
<input type="hidden" name="amount" value="1.00"/>
<!-- initial quantity -->
<input type="hidden" name="quantity" value="1"/>
<!-- item options (can be removed if not required) -->
<input type="hidden" name="on0" value="Size"/>
<select name="os0" >
<option value="S">S</option><option value="M">M</option>
</select>
<input type="hidden" name="on1" value="Color"/>
<select name="os1" >
<option value="Orng">Orng</option><option value="Blk">Blk</option>
</select>
<input type="hidden" name="on2" value="Message"/>
<input name="os2" type="text" value="Hello World"/>
<!-- shipping cost -->
<input type="hidden" name="shipping" value="1">
<!-- shipping cost of each additional unit -->
<input type="hidden" name="shipping2" value="0.5">
<!--handling cost -->
<input type="hidden" name="handling" value="0.5">
<!-- tax (flat amount, NOT percentage)-->
<input type="hidden" name="tax" value="0.50"/>
<!-- following options are applicable to whole cart-->
<!-- you thank you page -->
<input type="hidden" name="return_url" value="http://www.e-junkie.com/"/>
<!-- any custom info you want to pass for the whole order -->
<input type="hidden" name="custom" value="anything"/>
<!-- currency (USD for Google Checkout USA, GBP for Google Checkout UK. For PayPal: any currency that PayPal supports -->
<input type="hidden" name="currency_code" value="USD"/>
<input type="image" src="https://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" onClick="javascript:return EJEJC_lc(this.parentNode);">
</form>
<!-- VIEW CART button code. -->
<a href="https://www.e-junkie.com/ecom/fgb.php?c=cart&cl=1&ejc=2&
merchant_id=your_google_merchant_id&business=your_paypal_email" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="https://www.e-junkie.com/ej/ej_view_cart.gif" border="0"></a>
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script type="text/javascript"
src="https://www.e-junkie.com/ecom/box.js"></script>
<input type="hidden" name="handling" value="0.5">
<!-- tax (flat amount, NOT percentage)-->
<input type="hidden" name="tax" value="0.50"/>
<!-- following options are applicable to whole cart-->
<!-- you thank you page -->
<input type="hidden" name="return_url" value="http://www.e-junkie.com/"/>
<!-- any custom info you want to pass for the whole order -->
<input type="hidden" name="custom" value="anything"/>
<!-- currency (USD for Google Checkout USA, GBP for Google Checkout UK. For PayPal: any currency that PayPal supports -->
<input type="hidden" name="currency_code" value="USD"/>
<input type="image" src="https://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" onClick="javascript:return EJEJC_lc(this.parentNode);">
</form>
<!-- VIEW CART button code. -->
<a href="https://www.e-junkie.com/ecom/fgb.php?c=cart&cl=1&ejc=2&
merchant_id=your_google_merchant_id&business=your_paypal_email" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="https://www.e-junkie.com/ej/ej_view_cart.gif" border="0"></a>
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script type="text/javascript"
src="https://www.e-junkie.com/ecom/box.js"></script>