Laravel 8 E-Commerce - Add Product To Wishlist

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • In this video I will talk about Add Product To Wishlist.
    TOPIC DISCUSSED:
    Add Product To Wishlist
    Showing the no of products on top of the page
    Your Queries -
    1.How to add product to wishlist in laravel 8 ecommerce?
    2.How to show no of items of wishlist in laravel 8 ecommerce?
    3.What are the steps for adding product to the wishlist in laravel 8 ecommerce?
    Template Url:
    github.com/sur...
    FOLLOW SURFSIDE MEDIA:
    / surfsidem
    / mediasurfside
    github.com/sur...
    / surfsidemedia
    #laravel #laravel8 #laravel8x

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

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

    sir when i use Cart::instance, The 'Add to cart' and 'Add to wishlist' not working. please solve.....

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

    There is a problem with category selection. It just stays for a second then disappears.

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

    Great content ever!!! 😀

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

    Soooooooooo helpful, thank you!

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

    Hi, How can I get in touch with you?

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

    Can you please tell me the meaning of instance?

  • @Aminefayez
    @Aminefayez 2 года назад +1

    when i add instance it's not working but if i remove it it's work successfully why i have this problem

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

    what you in a video like that I am writing, but no item showing in wishlit

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

    why the are not showing to me

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

    Amazing
    Thank you
    شكرا لك على الشرح الرائع

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

    thank you,

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

    The "Add To Cart" button in the product details section does not work after following the steps in this video, but if the "Add To Cart" button works in the product list in ¨Shop¨, someone knows what is this due?

    • @hackoomb
      @hackoomb 2 года назад +1

      Can you resolve the problem? I need help

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

      Replace the first line of the store function in DetailsComponent.php from:
      Cart::add($product_id, $product_name, $this->qty, $product_price) -> associate('App\Models\Product');
      to
      Cart::instance('cart')->add($product_id, $product_name, $this->qty, $product_price) -> associate('App\Models\Product');
      I hope it helps you out!

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

    Amazing
    Thank you....
    when I click on the heart this error appears
    "InvalidArgumentException
    Please supply a valid price. "
    I don't know where I went wrong ...

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

      I get the same thing!!

    • @ryansacks2178
      @ryansacks2178 3 года назад +3

      Solved!! I missed the '1' in the ->add function. Should be this:
      public function addToWishList($product_id, $product_name, $product_price)
      {
      Cart::instance('wishlist')->add($product_id, $product_name, 1, $product_price)->associate('App\Models\Product');
      }

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

      @@ryansacks2178 could you help me, I do not get the declared style for the heart, it is in small size and blue color under the add to cart button.

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

    Hi. I love ur videos, maybe can do details sale for admin, save datas after check-out button in cart page.

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

    Wishlist is clearing after session stop. Why we not write to database wishlist items for show subsequent entries

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

    sir please add payment integration features on this ecommerce project that makes very awesome

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

    how can be relod base template when any change component page

  • @blessed-favored
    @blessed-favored 3 года назад

    Really waiting to see how you will handle Quick view too. Fantastic.

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

    can you do varrinent products

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

    Thank you! Sir

  • @blessed-favored
    @blessed-favored 3 года назад

    Amazing.

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

    Hi, How can I get in touch with you?