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.

Shopify_help_theme_editor

In 'layouts' zone click on 'theme'.

Shopify_help_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 }}


Important! If you are already using Jquery javascript framework in your Shopify site, please only add the last two lines.
{{ '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:

Shopify_help_adding_scripts

2. Provide the URL of your store

And finally, go to your page tab and finish de installation.