Skip to content

launchly/launchly-cart

Repository files navigation

launch.ly Shopping Cart

JQuery shopping cart plugin to launch.ly

Requirements

CDN Locations

You can access the latest runtime versions of launchly-cart files at these locations

For specific releases use the following format

... in this instance, I am using the 0.1.0 specific version of launchly-cart.

For handlebars, you can access a CDN at http://cdnjs.com/libraries/handlebars.js/

Getting Started


{{ '//cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0-alpha.4/handlebars.min.js' | javascript_include }}
{{ 'https://checkout.stripe.com/checkout.js' | javascript_include }}
{{ 'https://d1adef9hr2r55o.cloudfront.net/latest/launchly-cart.min.js' | javascript_include }}

{% javascript %}
$(document).ready(function() {

	cart.init({
		{% if current_user.admin? %}
			can_pay_later: true,
		{% endif %}

		secure_url:	'{{ '/' | secure_url }}'
	});

});
{% endjavascript %}

Releases

This project uses Bump Build to change version numbers

Here is a quick cheat sheet ...

grunt build:major grunt build:minor grunt build:patch

run grunt build to generate a release

About

launch.ly cart

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors