keystoneJS simple shopping cart part1
In this tutorial, I am going to teach, how you can build a simple shopping cart using keystone.JS. (1)Add models. Creating model is equivalent to creating tables in Mysql. Lets create two model. A product and a Order. Make sure the first letter is capital and don...Tags: keystone.js, KeystoneJS, tutorial, mongoose tutorial, shopping cart, keystone.js ecommerce
keystoneJS advanced shopping cart
In the previous tutorial we just created an end to end framework. but in real world there are some chalenges to be addressed. (1) in an order customer may like to include more quantity of same product. (2)The price of product may change. Thus the price when order is made is rele...Tags: Kkeystone.js, KeystoneJS, KeystoneJS tutorial, mongoose tutorial, shopping cart, keystone.js ecommerce, keystonejs examples, KeystoneJS complex model, KeystoneJS deep relation