Code

Discussion on MateStore - Angular Shopping Cart

Discussion on MateStore - Angular Shopping Cart

Cart 77 sales

ThemeOxygen supports this item

Supported

This author's response time can be up to 10 business days.

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 ....." 
        },

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey