I added location.reload() after both increment and decrement script and it works.
@Andy1GDАй бұрын
Hello sir thank you for this amazing project ❤ I have a question and I'd like you to give me some ideas, I'd like to validate the quantity availability in the database when I press the + button in order to sell only the product that I have in stock, not more. I hope you can help me, thank you 🙏🙏🙏❤️❤️❤️
@CharlesXavier-gb9bs6 ай бұрын
Hi i been watching this i just want to know if theres a way where the notify or alert adjust speed... ty love your video im learning
@kushbhun8885 Жыл бұрын
Thank you very helpful🎉
@goutamtarafder5639 Жыл бұрын
great...carry on
@fatboyslim7580 Жыл бұрын
buenismo gracias
@fundaofwebit Жыл бұрын
Gracias a ti
@JJ_ADLER3 ай бұрын
Hi, mine says alertify is not defined any help
@yassinebenhamzah5 ай бұрын
hello . i have a problem when i incr or decr he doesn't show me the message of alertify . i have done all the steps correctly and also the "network " doesn't show me any errors .
@jeffparra14178 күн бұрын
i'm facing the same problem, how to fix it sir?
@anshumangiramkar2589 Жыл бұрын
17:00 Hello sir, I have a problem. When I click the +/- button, the quantity gets updated but not the total price. After updating the quantity and pressing “Ctrl + R” (refreshing the page) then my price gets updated. How should I fix the problem? Thanks in advance.
@abdulazizbah1418 Жыл бұрын
I face the same problem
@fundaofwebit Жыл бұрын
Hi have shown this in the last of video, that how to refresh the complete div area without page reload or refresh
@fundaofwebit Жыл бұрын
19:55 and continue to see reload without page refresh. So it automatically calculates the total price
@fundaofwebit Жыл бұрын
@abdulazizbah1418 19:55 and continue to see reload without page refresh. So it automatically calculates the total price
@abdulazizbah1418 Жыл бұрын
It did that way but result
@kenzy-rwb10 ай бұрын
sir when i click on increment and decrement it said Uncaught SyntaxError: Unexpected token '
@fundaofwebit10 ай бұрын
There is an error in your code. Please inspect and go to Networks tab and then click on increment or decrememt button, you will seeing the request in it and catch the error / bug.
@jepoy16398 ай бұрын
SAME PROBLEM I FIX MINE IN THIS LINE BEFORE IT IS LIKE THIS $_SESSION['productItems'][$key]['quantity'] = $quantity; but then i see this $prodData = [ 'product_id' => $row['id'], 'name' => $row['name'], 'image' => $row['image'], 'Retail_Prize' => $row['Retail_Prize'], 'Quantity' => $quantity, ]; the right answer is $_SESSION['productItems'][$key]['Quantity']
@md.abdurrashid1672 Жыл бұрын
productId is not defined, how to solve the problem.
@davidadomako5004 Жыл бұрын
Hello Sir, Please I have tried this 19:55 but it does not still automatically calculates the total price. The $().load() function still doesn't work.
@fundaofwebit Жыл бұрын
$('#productArea').load(' #productContent'); in this above load() function, there is space in the beginning of the bracket of the load function.
@wantenyew16 ай бұрын
@@fundaofwebit3D 10
@goutamtarafder5639 Жыл бұрын
Double messages are showing blue and red color at a same time "Quantity Updated" ! why?
@fundaofwebit Жыл бұрын
May be by mistake you have added alertify() 2 times on particular event.
@abdulazizbah1418 Жыл бұрын
Price not updating
@fundaofwebit Жыл бұрын
Just inspeact the browser and move to console and network tabs and see what's happening when clicking on update price. So this is how we can find what's going on and why price is not updating. By seeing the error on console and network tab
@hamededasd10 ай бұрын
@FundaOfWebIT when add item is working but if add more items price not updating and show some error as double message in console and error in JSON.parse
@abdulazizbah1418 Жыл бұрын
Whay don't you answer to people's question
@fundaofwebit Жыл бұрын
19:55 and continue to see reload without page refresh.