Laravel 8 E-Commerce - Admin Create Coupons

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 29

  • @olegpupkin6892
    @olegpupkin6892 3 года назад

    I can't stop admiring of these lessons!!! 👏

  • @rastacodbandkoolandthecat4174
    @rastacodbandkoolandthecat4174 3 года назад +2

    Question Sir ?? when we edit the coupon and we just wanna change the value or any fields exept the "code" ,it doesn t work because our validation tell the component that our "code" must be "unique" ..so we can solve that without put unique on our validation for the "code" in the edit updateCoupon function ...is there any other way to solve that problem??? it s the same thing for the edit product ,category because of the slug wich must be unique ...thanks ...great job as usual

    • @benalimustapha9613
      @benalimustapha9613 2 года назад

      'code' => ['required', Rule::unique('coupons')->ignore($this->coupon_id)],

  • @codewithus567
    @codewithus567 3 года назад

    Thanks, A lot for the Valuable Tutorials. When you are planning to finish this project

  • @Xlrb102
    @Xlrb102 3 года назад +1

    @Surfside Media Sir, I've been following the whole video serious from the begging and your doing a great job. Please if you can update the admin dashboard to see the brands of products or categories it according to brands in admin dashboard.

  • @olegpupkin6892
    @olegpupkin6892 3 года назад

    It`s will be GREAT to see sorting by attributes and by value!!!! Brand for example 🤘

  • @mysuccessword
    @mysuccessword 2 года назад +2

    This is a great series, thank you for this video very helpful. But there is an issues sir, when I want to edit and update, it will say coupon code already exist. it seems that we can not edit single input from the form. how can we do it so that we can just edit a single item in the form? Example, I want to change the cart value details without changing other items in the form.
    Thank you

    • @benalimustapha9613
      @benalimustapha9613 2 года назад

      'code' => ['required', Rule::unique('coupons')->ignore($this->coupon_id)],

  • @opahprincewill4103
    @opahprincewill4103 3 года назад +1

    thanks you so much. great tutorial. learning so much from these. thank u, bro

  • @minhangquang1144
    @minhangquang1144 2 года назад

    This project is really cool and useful!

  • @mdtoufikahamed6612
    @mdtoufikahamed6612 3 года назад

    Working fine, but my all dropdown style is not working properly for others pages as well. CSS problem for dropdown, please help me anyone. am using bootstrap 3 as you used on your tutorial.

  • @shadrachdameteye
    @shadrachdameteye 3 года назад

    great work. your tutorial is great. i m inspired

  • @rubelmiah6829
    @rubelmiah6829 3 года назад

    thank you a lot. waiting for next tutorial.

  • @shahzadgul8815
    @shahzadgul8815 3 года назад

    What's problem when I add new coupon the validation error show on coupon code "the code has already been taken"

    • @benalimustapha9613
      @benalimustapha9613 2 года назад

      'code' => ['required', Rule::unique('coupons')->ignore($this->coupon_id)],

  • @mohammadshahabuddin6944
    @mohammadshahabuddin6944 3 года назад

    Sir can you create a video on subcategories and brands for products. this will be great. Thank you.

  • @artemdeveloper7304
    @artemdeveloper7304 3 года назад

    Спасибо за видео!

  • @shehwar4038
    @shehwar4038 3 года назад

    nice..waiting for checkout page......

  • @kouzokiodin3623
    @kouzokiodin3623 2 года назад

    Thank u so much sir

  • @yeageranonymous3584
    @yeageranonymous3584 3 года назад

    Thanks you very much, sir !

  • @endriaja3049
    @endriaja3049 3 года назад

    amazing... thank you sir

  • @mohsensaeidi1663
    @mohsensaeidi1663 3 года назад

    You are great

  • @armankaliakyn1296
    @armankaliakyn1296 3 года назад

    Nice thanks

  • @aviwemusa6109
    @aviwemusa6109 3 года назад

    Thank you.

  • @salmakr5915
    @salmakr5915 3 года назад

    thank you. waiting for next tutorial.