boxabhi / complete-djano-ecommerce-youtube

Create a Fully Functional Ecommerce Application in Django | Django Ecommerce - Welcome to the new series on Django e-commerce. Where we will be building a complete e-commerce application from ground zero. We will be Creating a fully functional e-commerce application in django. #djangoecommerce #djangoecommercehindi #ecommerceapplicationdjango
53 stars 58 forks source link

Cart #2

Open themohitbhatia opened 1 year ago

themohitbhatia commented 1 year ago

@boxabhi cart.html is missing from the repository. Please add it as soon as possible.

Samcool1990 commented 1 year ago

Yes. The cart is not there

Khalidur-sujon commented 1 year ago

Here is the cart.html file.

{% extends 'base/base.html' %} {% block content %}

{% for cart_item in cart.cart_items.all %} {% endfor %}
Product Quantity Price
{{cart_item.product.product_name}} {% if cart_item.size_variant %}

Size: {{cart_item.size_variant.Size_name}}
Brand: Gucci

{% endif %}
${{cart_item.get_product_price}}.00
Remove

Free Delivery within 1-2 weeks

{% endblock %}

DhananjayKathuria commented 11 months ago

@Khalidur-sujon or anybody could you please share a zip of whole project please... It would be very very generous and helpful of you.

Samcool1990 commented 11 months ago

Hi Boxabhi/Complete-Djano-Ecommerce-Youtube,

Could you please send the correct zip file.

On Sat, Sep 16, 2023, 2:02 AM DhananjayKathuria @.***> wrote:

@Khalidur-sujon https://github.com/Khalidur-sujon or anybody could you please share a zip of whole project please... It would be very very generous and helpful of you.

— Reply to this email directly, view it on GitHub https://github.com/boxabhi/complete-djano-ecommerce-youtube/issues/2#issuecomment-1721833312, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWJVWAFIRZAHNKHKAWABTFTX2S3MLANCNFSM6AAAAAAUMLQBQA . You are receiving this because you commented.Message ID: @.***>

umang220 commented 2 months ago

any one knows how to get js and font folder which needs to be pasted at ecomm/public/static location.