JavaScript Shopping Cart Tutorial with Payments - Part 2

Поділитися
Вставка
  • Опубліковано 4 жов 2024

КОМЕНТАРІ • 22

  • @paraglide01
    @paraglide01 3 роки тому +2

    Hi Telmo, thanks for this great tutorial.

  • @MCDietitians
    @MCDietitians 2 роки тому +1

    For anyone else struggling with an error when page is not loading in local host and get error such as "refused to apply style due to Mime error text/html is not a supported mime type" make sure your link to your css in the head does not have the public folder included. For example in VS code it may auto populate for you like this but this won't work.
    You need to put this in instaed The 2 dots are important as you may need to do this to move up the tree. This also needs to be done for your JS file linked in your hb or html file whichever your using
    Hope this helps I spent like 16 hours trying to figure this out from my own mistake.
    Let me know if you need me to clarify anything and hope this saves time for someone else.

  • @FlyroxxGaming
    @FlyroxxGaming 2 роки тому +3

    Hello , thanks a lot for the tutorials . quick question where did u do the scripts for increasing and decreasing of products and removing them pls?? idk if it's on another playlist or what

    • @Jatin-xh7sm
      @Jatin-xh7sm 2 роки тому

      Did you find out how to do it? i am having the same problem.

    • @gigione104
      @gigione104 Рік тому

      @@Jatin-xh7sm me too

  • @joe-powell
    @joe-powell 3 роки тому

    Thanks Telmo!

  • @kenanhancer7054
    @kenanhancer7054 3 роки тому +1

    Heyy Telmo thanks for good video

    • @Telmosampaio
      @Telmosampaio  3 роки тому

      Kenan thank you so much :D

    • @TechnoArt_by_HiraSultani
      @TechnoArt_by_HiraSultani 2 роки тому

      @@Telmosampaio
      Great video sir but I cant increase and decrease and delete my items after completing this video in the end can you please help me....

  • @ifechukwu7379
    @ifechukwu7379 Рік тому

    I am experiencing an issue. Maybe it's because I am in 2022. In 12:45 if I restart NPM it keeps showing me welcome to myshop. Also the double console log you did earlier is not showing me the Public directory or __dirname on my terminal.

    • @ifechukwu7379
      @ifechukwu7379 Рік тому

      I used npm run dev and it started working. However you used npm start.

  • @khushgoyal9359
    @khushgoyal9359 3 роки тому +1

    Great video Telmo.. Can you make a tutorial on how to remove item from the cart?

    • @yuvitheguy_1532
      @yuvitheguy_1532 3 роки тому

      he did in his buy part

    • @Jatin-xh7sm
      @Jatin-xh7sm 2 роки тому

      @@yuvitheguy_1532 Where is the video? I watched it and he doesnt show us the script for increasing/decreasing and removing products.

    • @Jatin-xh7sm
      @Jatin-xh7sm 2 роки тому

      Did you find out how to do it? i am having the same problem.

    • @yuvitheguy_1532
      @yuvitheguy_1532 2 роки тому +1

      You have to buy the full course

    • @yuvitheguy_1532
      @yuvitheguy_1532 2 роки тому +2

      @@Jatin-xh7sm or you can search for tutorials to remove items from the local storage on yt

  • @abdulalshatti9914
    @abdulalshatti9914 2 роки тому

    thank you i'm from syria you are great

  • @denisgabrielcraciun
    @denisgabrielcraciun 3 роки тому

    for some reason after exporting it, it won't add to the local storage any variable. It will only add cartNumbers, not increasing it over 1 tho. Any help please? :(

  • @joe-powell
    @joe-powell 3 роки тому

    Great stuff!

  • @TechnoArt_by_HiraSultani
    @TechnoArt_by_HiraSultani 2 роки тому

    Great video sir but I cant increase and decrease and delete my items after completing this video in the end

    • @Jatin-xh7sm
      @Jatin-xh7sm 2 роки тому

      Did you find out how to do it? i am having the same problem.