How to Add Dynamic Attribute Options in Product Detail Page | Django Oscar Tutorial Part 9

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024
  • In this video, I’ll show you how to dynamically add #attribute #options in the #products detail page using the #django Oscar #dashboard . We will cover how to create and manage product attributes, including #pricing per option, handling different types of options like file uploads and images, and customizing them for your products.
    By the end of this tutorial, you'll know how to:
    Add dynamic attribute options in Django Oscar
    Manage pricing per option (e.g., text, checkbox, image, file)
    Customize options to enhance your product details page
    🔔 Don’t forget to #subscribe to my #youtube channel for more #django Oscar #tutorials and updates on the project!
    💡 Support the channel on #patreon for exclusive content and behind-the-scenes coding tips!
    If you're interested in getting some of the code, consider subscribing to one of the tiers in my Patreon membership! I'll personally email you the link to access it. Thank you for your support!
    Patreon : patreon.com/ElieCode

ความคิดเห็น • 9

  • @sameug
    @sameug 14 วันที่ผ่านมา

    Great video.
    Please make a tutorial on how to use wagtail in the product detail page, particularly in product description.
    Thanks

    • @eliecode
      @eliecode  14 วันที่ผ่านมา

      Great suggestion!

  • @MehfoozAli-yk8xr
    @MehfoozAli-yk8xr 14 วันที่ผ่านมา +1

    Thank you for this amazing video again.
    Can we add and customize our checkout model for calculating price as per country/city postal code ? means I want to calculate price as per distance rate. starting from where my shop located postal code for example is 1001 and i am targeting only 10-15 postal code nearby my area. Is there any library or such tool to integrate these feature?
    need your suggestions

    • @eliecode
      @eliecode  14 วันที่ผ่านมา

      thanks,
      Yes, you can customize the checkout process in Django Oscar to calculate prices based on country, city, or postal code by integrating distance-based rate calculation. You can achieve this by creating your own strategy classes to handle the custom pricing logic.

  • @ArunSaini-v6v
    @ArunSaini-v6v 9 วันที่ผ่านมา

    in my project the products not display on catalogue or home
    please help me.

    • @eliecode
      @eliecode  9 วันที่ผ่านมา

      Check if your solr server is started

    • @ArunSaini-v6v
      @ArunSaini-v6v 9 วันที่ผ่านมา +1

      @@eliecode i think the error with Django Oscar version 3.2.5 when it use another version this error solve Thanks for it.

    • @eliecode
      @eliecode  4 วันที่ผ่านมา +1

      I didn't know that. I hope others will be able to read this comment and correct the error.

    • @ArunSaini-v6v
      @ArunSaini-v6v 2 วันที่ผ่านมา

      ​@@eliecode​ i want to add item in cart without reloading page using ajax how i can do and which file need to modify. please tell me.