45 comments found.
How do we add products and categories?
The cart has a back end?
Hi this is a small shop no backend, you can add the category and product from Json file
{
"categories": ["Vases", "Shelves", "Chairs", "Lamp"],
"products": [
{
"id":1,
"category": "Vases",
"filters": "All, Vases",
"name": "Figure Gr",
"price": 12.49,
"quantity": 6,
"imported": 0,
"image": "./assets/images/products/forniture/1.jpg",
"description": "There are many variations of ....."
},
Regards
Great Work, Congratulations GLWS 
Thanks!!!
few things to make it work well:
1. add stripe payment gateway
2. add ajax/jquery so that when item is added to cart, the add to cart button shows an effect that its already added to cart.
3. add related products under a product in the product detail page.
4. add zoom for product images
Hi we work on this
Thanks
is there stock management?
account management, tracking?
Hi it s not any account or login and not backend you can manage the product or category from json
{
"categories": ["Vases", "Shelves", "Chairs", "Lamp"],
"products": [
{
"id":1,
"category": "Vases",
"filters": "All, Vases",
"name": "Figure Gr",
"price": 12.49,
"quantity": 6,
"imported": 0,
"image": "./assets/images/products/forniture/1.jpg",
"description": "There are many variations of ....."
},
look great
Thanks!!!