Advanced Shopping Cart Tutorial With Php and MySqli Database

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

КОМЕНТАРІ • 1 тис.

  • @ndimalembede6945
    @ndimalembede6945 2 роки тому +9

    What an amazing tutorial that not only show you how everything is done step by step but the way he describes it ensures that you comprehend what's happening..... Great job!!!!👍

  • @aashutoshsinha1253
    @aashutoshsinha1253 4 роки тому +1

    i started this a wek ago..i thought it would be easy for me to do...but ...no!!!
    damn..sir u r great
    i got error evry now n then
    i got frudstated
    i sat in laptop fro 10 hours a day
    i kept doing
    1 error
    solved it
    then 2nd error solved it
    yes i gort fade up
    but still i didnt quit
    i tried tried n tried
    many places coding didnt work due to latest php version
    but i didnt loose hope
    i searched web
    went throiugh other tutorials and finallyu !1
    today
    i finaly finished it..
    a big thank you to u!!!!!
    also, its not like that i copied n paste
    ur efforts of teaching students really made me learn so many things
    now i will modify the design and make it more functional by adding log in and sign up
    thank u sir
    love u

    • @DailyTuition
      @DailyTuition  4 роки тому +2

      most welcome, keep learning with effort 🙂👍

  • @udomachinwa3329
    @udomachinwa3329 4 роки тому +22

    Bro you are like a role model to me and you literally taught me everything i know in php and mysql.. i wish to see you in person someday....thanks for this video and may God almighty bless you

    • @DailyTuition
      @DailyTuition  4 роки тому +1

      Ohh. Thank you so much 🥰

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

      please do you know how i can increase the cart quantity

    • @Viravideo_short
      @Viravideo_short 2 місяці тому

      ​@@DailyTuitionwhere will be data saved

  • @safutora7778
    @safutora7778 3 роки тому +17

    AMAZING VIDEO! i really like that you explains some of the function's functions so that beginners like me understand the concept as a whole. Keep it up man!

  • @Walid-Sahab
    @Walid-Sahab Рік тому +1

    سر بہترین سمجھایا ہے
    یقین کریں بہت عمدہ 🤍

  • @JustinTheVlogger
    @JustinTheVlogger 4 роки тому +2

    34:09 Thank you for giving information about that, now I can create a database and table using PHP script. God bless and stay safe!

    • @DailyTuition
      @DailyTuition  4 роки тому +1

      Most welcome 😊 keep supporting

    • @JustinTheVlogger
      @JustinTheVlogger 4 роки тому +1

      @@DailyTuition I already subbed you, keep up the good work, your effort is greatly appreciated.

  • @carlosespinosa6446
    @carlosespinosa6446 4 роки тому +4

    this is awesome, now just insert a login system for username and password:)!

  • @techcanyon411
    @techcanyon411 5 років тому +17

    Thanks for the effort and time you spend on this great heartwarming tutorial, it was very educative.

    • @DailyTuition
      @DailyTuition  5 років тому +2

      That's great. Keep learning :D

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

    Amazing tutorial, helped me grasp PHP and the basic usage of MySQL and MyPHPAdmin in half an hour

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

    hey man i just have one question : if i logout and log in using another account, how do i know if the cart session belong to the current logged in user and not displaying the same shopping cart for all users?

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

      Using the id. Match the log user id with the card user id. Make sure when user add card data you add user id as well with the card. So you only fetch the card with belongs to the log in user

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

    I was panicking because I don't know how to make add to cart work for my assignment. I came to the right place, thank you kind sir

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

      Most welcome. Keep learning

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

      @@DailyTuition Where can I learn to increase the quantity of items in the cart?

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

      Check out my Ecommerce tutorial on this channel. ua-cam.com/video/KLWA2vCERSQ/v-deo.html

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

    Wow this video help me clearing the logic of cart thank you it's a project which is also an assignment before job interview interview

  • @cubedev4838
    @cubedev4838 4 роки тому +3

    I notice you only one channel that have great php tutorial, thanks a lot. Can u teach us how to integrate payment with php :)
    Really appreciate

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

    Thanks a lot. Very clear instructions. I can understand your teachings more than my lecturers :-)

  • @arunarkamukhopadhyay6443
    @arunarkamukhopadhyay6443 4 роки тому +12

    "So I'm gonna just say here..." X104...
    Great tutorial Man!!

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

    This is only for a single user no? what can I do to store multilple users carts information in the database? Also youre so good in explaining and teaching!!

  • @maxiequa567
    @maxiequa567 5 років тому +3

    A very interesting tutorial. Questions: 1. Why not PDO for Database? 2. Will you implement a PayPal transaction system for completeness?

    • @DailyTuition
      @DailyTuition  5 років тому +2

      I am from functional programming so that is why I am not using pdo. Any way I will make a PayPal transaction system for you. Thank you 😊 for your request

    • @maxiequa567
      @maxiequa567 5 років тому +1

      @@DailyTuition Amazing! Thank you!

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

    this was amazing man! Great job!

  • @penathriser6178
    @penathriser6178 3 роки тому +4

    Good morning, dear Sir!
    Excuse me, I will be a little off topic, but I am currently building an online sales site, which includes a back office allowing the management of orders placed by customers.
    My problem is with the recording of the contents of a basket in the database.
    I have an "order" table that contains a product_id field and an order_id field, and I don't see how to save multiple product_id (if the cart contains multiple products with different id's) under one order_id.
    Currently, when there are several products, only the product_id of the last product (for example, if there are 4 products, only the product id4 is taken into account) is recorded in the order table.
    Thank you in advance for your help.

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

    i'm from 2021 just wanna say i'm really thanks for good explaination❤

  • @sohelalamin2079
    @sohelalamin2079 4 роки тому +3

    thank you bro im waiting for next video for this project .

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

    thank you so much for your tutorial. May god bless you and your fellow tutors that also helps me on doing my project!

  • @eltonsilvamtm
    @eltonsilvamtm 4 роки тому +3

    Thank God I came across this tutorial, very well explained 👏 not sure if you did it but how can the cart list be saved so every time the user logs in his cart will still have his products?

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

    Hi
    Sorry miss I have question
    You used in this Web page
    Bootrap yeah
    Because some attributes is new for me

  • @brendandefaria4495
    @brendandefaria4495 3 роки тому +5

    Thanks so much! This is an amazing tutorial.

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

    the best bro, thank god I found u

  • @TaylanYalniz
    @TaylanYalniz 4 роки тому +3

    any follow up tutorials on PayPal or Stripe integration? Thanks

  • @bukvajzr
    @bukvajzr Рік тому +1

    Guys Im working for a school project, can you tell me few explanations why is it better to code your own e-shop instead of using some systems like prestashop and similar..

  • @HariKrishnan-ff4hf
    @HariKrishnan-ff4hf 4 роки тому +3

    Hello bro,make video on payment gateway for this project.

  • @911madza
    @911madza 5 років тому +1

    mainly working with php...
    would you suggest to use phpstorm (never used) over vscode with php extensions (current setup)

    • @DailyTuition
      @DailyTuition  5 років тому

      Actually vscode is free and phpstorm is paid. If you have money then phpstorm is best but if you don't want to spend many then vscode is better.

  • @rimurutempest6586
    @rimurutempest6586 4 роки тому +7

    Great tutorial. Looking forward for your future tutorials

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

    Very educative. I liked how youtook us step by step.

  • @reemkhalid6021
    @reemkhalid6021 4 роки тому +4

    ur a true hero my sir, thank u

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

    Hi, nice tutorial! Works perfectly.
    DB question now : How can you update a field value in the database table, when clicking on an 'add to cart' button?
    So depending on which button you clicked (of which product id), update a value of that record.
    I suppose an onclick event on the buttons, calling a function with php again, and inside that php an UPDATE sql.
    But how can you use the current product (id) as parameter so only the value of that product record gets updated?

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

      Pass the product id to the html element so you can get the id for update

  • @ajinkya-more
    @ajinkya-more 4 роки тому +5

    Great job brother! Thanks a ton! 🙏🏻

  • @dreghicidoru-ionut8550
    @dreghicidoru-ionut8550 4 роки тому +1

    Hi
    About the part where you 'send the order'....did you make a video ?

    • @DailyTuition
      @DailyTuition  4 роки тому

      No. this is just a cart tutorial

    • @dreghicidoru-ionut8550
      @dreghicidoru-ionut8550 4 роки тому

      @@DailyTuition How about a video,when you select the amount of the product ?Can you seuggest me one ?

  • @chandnijivrajani7399
    @chandnijivrajani7399 2 роки тому +4

    Time Span:18:24- at least to let your viewers know that you've replaced double quotation with back slash double quotation

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

    This tutorial is so amazing, thankyou very much... i hope there is next session to procceed confirm method payment :)

  • @frankjia6904
    @frankjia6904 4 роки тому +3

    Great video!
    Change suggestion in cart.php: in the if statement after "$total=0;", add "&& !empty($_SESSION['cart'])" in condition so "Cart is empty" can be properly displayed when session is set while there is nothing in the cart.

    • @DailyTuition
      @DailyTuition  4 роки тому +1

      I recently uploaded a new video that will explain you everything.

    • @denizdemir9255
      @denizdemir9255 4 роки тому

      @@DailyTuition Link please?

  • @kaijhinn5757
    @kaijhinn5757 4 роки тому +2

    Hi I already have a shopping cart but can I know more about the part where it display the amount of item in the cart? I can't seem to get it working.

    • @DailyTuition
      @DailyTuition  4 роки тому

      Use JavaScript for quality. Using it increase the quantity

  • @senju31
    @senju31 3 роки тому +3

    much love from jamaica

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

    I want to use select field for the size. Each size have diff prices and i want to add it into cart. Please give me an example

  • @g.i.7productions217
    @g.i.7productions217 3 роки тому +3

    After creating component.php I get a syntax error: unexpected end of file. My component.php file ends with } am I getting something wrong?

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

      This is syntax error. Plz check you are missing the syntax

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

      I get an error after putting products in the component function and the error is unexpected ‘:’ please tell how to solve?

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

    hello, thanks for the video, but how can I make it so that when I click on (Plus or Minus, the product is added and decreased ?)

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

      I have a dedicated video on it plz check the channel video section. Search for e-commerce website tutorial

  • @tejassawant8774
    @tejassawant8774 3 роки тому +3

    Great tutorial on add cart got to learn alot thanks for it👍

  • @tulanikuyangkristyano8620
    @tulanikuyangkristyano8620 4 роки тому +2

    Do you have another tutorial on how to insert session data to mysql database..?

    • @DailyTuition
      @DailyTuition  4 роки тому

      It's simple. Use the insert data technique

  • @BadBaneCat98
    @BadBaneCat98 4 роки тому +3

    thank you so much this helped me a lot :))

  • @jonice4229
    @jonice4229 5 років тому +2

    Can you make also qty add or remove from cart and checkout on this example? Great Tutorial.

  • @DeepakSingh-pd8nu
    @DeepakSingh-pd8nu 4 роки тому +4

    Sir
    How to use JavaScript for changing the quantity of product

    • @DailyTuition
      @DailyTuition  4 роки тому

      Working on new project with quantity

    • @rajangurung9284
      @rajangurung9284 4 роки тому +1

      @@DailyTuition we need further more help for this issue
      Could please make video for it??

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

    The Best Tutorial on Planet EARTH.. KEEP IT UP

  • @khaledemad6430
    @khaledemad6430 4 роки тому

    Hello
    At 18:30 how the slashes been added when u copied the code. Example (

  • @williambrandon5146
    @williambrandon5146 4 роки тому +4

    You saved me!

  • @arifislam6822
    @arifislam6822 Рік тому +1

    Thank you sir.. God bless you...

  • @geosalman123
    @geosalman123 4 роки тому +7

    i got the error:
    Warning
    : mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, null given in
    C:\xampp\htdocs\Advance_Shopping_cart-master\Advance_Shopping_cart-master\index.php
    on line
    71

    • @DailyTuition
      @DailyTuition  4 роки тому

      Add data in the table and make sure the query returning at least one record 👍

    • @paulmhone4582
      @paulmhone4582 4 роки тому +1

      @@DailyTuition i dont understand what you mean there ..please show me how to do it

    • @DailyTuition
      @DailyTuition  4 роки тому

      I mean add record in the table and try again

    • @s.i.k1407
      @s.i.k1407 4 роки тому +1

      @@DailyTuition Good day I have the same issue can you please make a video or explain a bit more in detail as to how / where to input his: "INSERT INTO Producttb (product_name, product_price, product_image)
      VALUES ('Apple MacBook Pro',1799,'./upload/product1.png'),
      ('Sony E7 Headphones',147,'./upload/product2.png'),
      ('Sony Xperia Z4',459,'./upload/product3.png'),
      ('Samsung Galaxy A50',278,'./upload/product4.png')";

    • @DailyTuition
      @DailyTuition  4 роки тому

      This is the SQL command. You need to execute it in the SQL file. This will insert data in the table.

  • @_niktarmizi_
    @_niktarmizi_ 5 років тому +1

    Hey I don't know much of php script for creating database. But, is there a reason/s why my codes couldn't create the database even though i changed just the variables?

  • @pubgamycrawford4183
    @pubgamycrawford4183 5 років тому +3

    18:29
    i got this error
    Notice: Undefined variable: element in /opt/lampp/htdocs/shoppingapp/shopping/php/component.php on line 37
    what's the problem?

    • @DailyTuition
      @DailyTuition  5 років тому

      Variable is undefined. It means you need to create this variable before using it.

    • @janwell8964
      @janwell8964 4 роки тому

      @@DailyTuition I have created the variable by following your tutorial but it's still not working

    • @janwell8964
      @janwell8964 4 роки тому +1

      Got it now, I forgot to put a semi-colon after the $element

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

    Thank you so much for creating this tutorial....... Love you bro.......

  • @lockhart3673
    @lockhart3673 4 роки тому +5

    How to increase the quantity? Why is this called advanced if you can't even add the quantity

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

    ThankYou Mr. Daily your videos help me to do my homework :)

  • @ather-k-vlogs
    @ather-k-vlogs 4 роки тому +13

    Buddy the title of video is shopping cart tutorial you took an hour just to set up the website it would be better if you just focused on the functionality of cart only

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

      We needed what he did

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

      I disagree with you. Most of viewers here are just starting to understand everything that is required for a full cart system!! Bro just scroll to where you need is what i do sometimes!

  • @unknown-lf5hd
    @unknown-lf5hd 3 роки тому +1

    Bro code is running ,it works properly. But the problem is i can't increse the quantity of product. Why what should i have to do for increasing the quantity.
    And one more problem is that after adding we removed product from the cart till that everything is working. But after removed when i tried to add again that product in cart instead of adding it takes place of the product that was already in the carty.
    So these two major problems I'm facing. Expect them every function is working fine.
    Thank u for this wonderful tutorial.
    Do answer asap :)

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

      You have to check my ecommerce tutorial to learn how to increase quantity and cart cart process. It's my latest tutorial plz check that

  • @alekosargyriou8214
    @alekosargyriou8214 4 роки тому +2

    excellent work, very educational, keep up the good work.

  • @MiyubiTheSloth
    @MiyubiTheSloth 5 років тому +2

    im just curious, are the codes work properly since you're using apple and im using windows?... your video really got me interest man..

    • @DailyTuition
      @DailyTuition  5 років тому

      Thank you so much keep supporting for more videos 🤗

    • @abdullahihussein9924
      @abdullahihussein9924 5 років тому +1

      xampp is a cross plateform my friend...so it will definately work...

    • @MiyubiTheSloth
      @MiyubiTheSloth 5 років тому

      @@abdullahihussein9924 yep i know that... its a way to create database which connect to phpmyadmin... im just curious about the css and html codes since he used apple and Im using windows... is it make any changes? like the output going to be different results? because im using different OS

  • @digi...8566
    @digi...8566 3 роки тому +1

    It is an excellet vedio session.Many Thanks

  • @mochalfii
    @mochalfii 4 роки тому +2

    Great tutorial, I got no error while creating database but there is no databases created nor the table after I run the file

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

      Create a database first and specify that to the database file. Then run

  • @kelvinchikwati9136
    @kelvinchikwati9136 5 років тому +1

    when I click the add to cart button when tyring to check the quantity, it's giving me an error"Fatal error: Call to undefined function array_column() in C:\wamp\www\E-cycle\shop.php on line 14".

  • @najmusshakib2714
    @najmusshakib2714 4 роки тому +2

    I have learned a lot.....its great tutorial..

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

    great video!
    How would we go about a feature to take payment? and another feature to store successful purchase details?
    Thanks in advance!

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

      Check out this video ua-cam.com/video/UEJHSPM-Qiw/v-deo.html

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

    Amazing Tutorial Software !

  • @ashleylew2272
    @ashleylew2272 4 роки тому +1

    Can u link any tutorials on JavaScript that teaches how to add functionality to the add minus buttons?

    • @DailyTuition
      @DailyTuition  4 роки тому

      Yes I have that. I think you can find it in the channel video section. Just search for navigation menu

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

    Thanks for this great video , great job 👍 🇹🇳

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

    lovely video i am looking this kind of video

  • @Segero19
    @Segero19 4 роки тому +1

    Hi. I have this problem. When at 44:00 we start programming that "add to cart" button would print id of an item, everything is fine until after 46:25 when we have programmed, so that browser would display at which index the item is. When i click "add to cart" button, browser, for some reason, displays all items. Well, probably because i clicked, out of curiosity, every item to check how the code works. However, now it seems that those items have been added into array and are displayed like this (Array
    (
    [0] => 4
    [1] => 1
    [2] => 3
    [3] => 2
    )
    And i can't change anything about them. Even if the code up to that point is exactly like yours, it still displays what items are in the cart in a way like above, even thought yours is something like this:
    Array (
    [0] => Array ([product_id] => 2)
    [1] => Array ([product_id] => 3)
    )
    Also, if i refresh browser by retyping or just clicking enter on the link, the array of current items is no longer displayed, but if i click on "add to shopping cart" on any item, i get full array with all 4 items. Any way to reset this? Because i'd rather follow your tutorial and have exact results in every step of the tutorial, than ignore the problem, and have it cause even more bugs later. Thank you.

    • @DailyTuition
      @DailyTuition  4 роки тому

      First when you create an array make sure you create a cart array with array value. You specify the only the cart id to the array. Instead of cart id specify a complete array with products_id key and value. Check the creation of the array again

    • @Segero19
      @Segero19 4 роки тому

      @@DailyTuition Solved this problem, thank you. Now near the end at 1:14:50 when we setup counter, how many items are added in the cart, for some reason i get 0, even though 4 items are already added to the cart. Any ideas?

    • @Segero19
      @Segero19 4 роки тому +1

      @@DailyTuition Sorry, never mind. I typed at one point $_SESSION variable in lower case... Fixed that and it solved my problem.

  • @jonnymunez4283
    @jonnymunez4283 4 роки тому +1

    How did you upload the pictures in the pycharm?

  • @shasiboy6847
    @shasiboy6847 4 роки тому

    Sir, i have a question. 32.47, the word dbname and tablename how did you do that? Copy paste or how ? Im stuck because of that. Will you help me out?

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

    thankx for your efforts. Its really usefull.

  • @jb25616
    @jb25616 5 років тому +2

    Thanks for this helpfull video. Do you know how it's possible to set the number per product to 2,3,4,... when you click on "add to cart" more times?

    • @DailyTuition
      @DailyTuition  5 років тому

      You don't have to add one product multiple times. Just increase quantity that would be great. 😊

  • @OnyekaPrince-m4o
    @OnyekaPrince-m4o 8 місяців тому

    Since this cart method makes use of backend technology, and we are fetching all data submitted to the back end, won't customers be seeing what each other is buying in their own cart and checking out the same products

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

    If 2 guys are buying same product same time and if first guy made successful payment and when 2nd guy making payment the product must be not available (consider only 1 in stock) How will you handle this scenario? Db transaction or lock that table?

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

    hi bro, I dont understand the array_column, what does it do, cant you use normal array? Im doing little different technique and cant use the array_column probably

  • @Salma-qy3qb
    @Salma-qy3qb 3 роки тому +1

    Thank u so much this was so useful I'm crying rn

  • @forestlin6164
    @forestlin6164 4 роки тому +2

    Thank you very much! It is a very good project.

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

    This video was helpful. I appreciate it. How can I get to send email to the user the item name and item total cost after checking the cart instead of payment method . If you can create a video it will be helpful

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

    Sir, in the cart section does the accordion works? for buying multiple goods at once in the session cart?

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

      how to make it works?

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

      I have a Ecommerce tutorial on the channel plz watch that. You will find all your question answers

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

    Hi bro.
    In this website How i add the payment integration to checkout the products.?

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

      I have a dedicated video on payment integration check out this video
      ua-cam.com/video/UEJHSPM-Qiw/v-deo.html

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

    thank you, but I am struggling with creating the quantity increasing part. Do you have another tutorial for that or can you give me a lead ?

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

      hello do you done creating a quantity?

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

      give me tutorial for that plss

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

      Yes I have. Check this out ua-cam.com/video/KLWA2vCERSQ/v-deo.html

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

    hey thx for tutorial but on the boostrap site is no longer available the jss code any solution ?

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

      Use the previous version. Or download the js from the previous version

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

    Tysm 🤩 very well explained !!

  • @seifbenmansour851
    @seifbenmansour851 4 роки тому +1

    i love you man you saved my life

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

    thanks.. it's a very helpful tutorial for me..

  • @VFRodriguez
    @VFRodriguez 4 роки тому +1

    Good job. Thanks. How would you do the checkout?

    • @DailyTuition
      @DailyTuition  4 роки тому

      Use paypal integration 👍 or something else

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

    Thanks a lot , it was really useful 👍 👌 you've helped me in my project
    God bless you 🙏

  • @PAWS-kp2dq
    @PAWS-kp2dq 4 роки тому +1

    When you created the component.php file and transferred the div class for the product, yours had \ in front of all the ". Mine did not have that, and it's causing an error. I'm using Dreamweaver CS6. (Time frame is: 18:24 in the video)

    • @DailyTuition
      @DailyTuition  4 роки тому

      Plz add.that back slash. Without it you can't do that.

    • @dineshpawar5746
      @dineshpawar5746 4 роки тому

      @@DailyTuition can you type that syntax in comment how to wright

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

      @@DailyTuition How it should be copied to add backslash automatically like you did

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

    Great tutorial man! thank you so much!!

  • @k.chandanapriya4004
    @k.chandanapriya4004 4 роки тому +1

    Could you please help me with the code to increment quantity and get the final price in the same project.

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

    I will be very grateful to you if after watching your whole video tutorial, you display the code listing of the program.

  • @rorychabak5539
    @rorychabak5539 4 роки тому +1

    I ran into a problem at the very end of the video. When I removed one item from the cart and went back to the main page to add it back in, it replaced another item. Is there a way to fix this? Otherwise, this was a great video!

    • @DailyTuition
      @DailyTuition  4 роки тому

      Plz check the get data function again. And make sure when you add product in the cart you specify unique it to it

  • @venantius1771
    @venantius1771 4 роки тому +1

    Thank you sir for the video. I have a problem. Once I delete the items, and add again, it doesn't add to the basket. Please Help me. Best Regard.

    • @DailyTuition
      @DailyTuition  4 роки тому

      I think the problem is in the ID or in the insert method

  • @cyusamike178
    @cyusamike178 4 роки тому +1

    Thx for the tutorial can u continue with the checkout we can see the payment method and how we can integrate them also

    • @DailyTuition
      @DailyTuition  4 роки тому

      I will make another tutorial for that

    • @cyusamike178
      @cyusamike178 4 роки тому +1

      @@DailyTuition
      Can introduce mobile money payment with ussd ?

    • @DailyTuition
      @DailyTuition  4 роки тому +1

      I will 😊

  • @kamalakantapanda4255
    @kamalakantapanda4255 4 роки тому +1

    lovely very usefull tution