Skip to content

omarmohammed271/E_commerce

Repository files navigation

E_commerce

Category

-name
-slug
-description
-image

Product

-product_name
-slug
-description
-price
-image
-stock
-is_available
-Category
-created_at
-modified_at    

Make Templates and urls

display category in templates

display products in shop templates (without Filter and pagination)

pagination

product_detail

Filter Store (NOT DOne)

filter by category

context processors

filter by Category in home page

programming Nav Bar

product detail slug with category slug

Cart App & Cart Page Design

Cart & Cart items models

make cart session

add cart to cart page

Functionality cart view for cart page

context processor for cart

added Coupon Function

Search Functions

Offer Model and show it in offers page

show Offer in product details

make Variations Model and added in add_cart functions

fix group of quantity for cart variations

Regesteration urls and templates

model of profile

Functionality registeration by username

finished reset Password