Shopify installation help
Doing work your shopping cart on Beetailer.
Beetailer offers users the ability to manage the purchase directly from Facebook. When they want to finish the purchase, their products are loaded directly into your shop and finally be able to complete the purchase in Shopify safely.
To enable users to do this we need you insert a file on your Shopify template. When a Facebook user wants to checkout this file will work to add the products on your Shopify cart.
The operation is very simple. Just click on Theme Editor.
In 'layouts' zone click on 'theme'.
And add the following code:
{{ 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' | script_tag }}
<script type="text/javascript">jQuery.noConflict();</script>
{{ 'api.jquery.js' | shopify_asset_url | script_tag }}
{{ 'http://beetailer.com/javascripts/beecart.js' | script_tag }}
{{ 'api.jquery.js' | shopify_asset_url | script_tag }}
{{ 'http://beetailer.com/javascripts/beecart.js' | script_tag }}
Please also be sure you added these lines under your jquery javacript include tag.
The result should be:
2. Provide the URL of your store
And finally, go to your page tab and finish de installation.
