Skip to content

Add module products, point, member, and cart. It is the package for meteor built following the atmosphere meteor guide.

License

Notifications You must be signed in to change notification settings

chaksaray/ecommerce-framwork

Repository files navigation

ecommerce-framwork

package to add module products, point, member, and cart. It is built following the meteor guide

Installation

With Meteor >=0.9.0:

$ meteor add saraychak:ecommerce-framwork

Install like so:

$ meteor add saraychak:ecommerce-framwork

This package is a replacement for the official ecommerce-framwork package, so remove it if it's already in your project:

$ meteor remove saraychak:ecommerce-framwork

You will also can find at github.

How to use

Add {{> ecommerceFramwork}} to your body

Example:

<head>
  <title>ecommerce-framwork</title>
</head>

<body>
  {{> ecommerceFramwork}}
</body>

Thanks.

Releases

No releases published

Packages

No packages published