"Your Django Ecommerce project was incredibly helpful! I just completed my own project inspired by your video. Your clear explanations and step-by-step guidance made the process so much smoother. Thanks for sharing your knowledge! My project wouldn't be the same without your guidance. 🚀👍" ❤❤❤
Thank you so much sir ❤❤ I can't make the project on django ...I had more try to make the project on django but can't make the project because of you ....I made it thank you again ❤🎉
This video is a great resource for anyone looking to learn the basics of Python Ecommerce coding! It's clear and easy to follow, and I'm sure it will be very helpful.
Just can't express in words the knowledge helped me to learn the ins and outs of the django project from scratch to its fullest. Thank You #nileshtechnology
Prerequisites? I'm planning to purchase this but i have zero experience if web development...so do i need to learn something beforehand? Frontend backend concepts taught? I know python completely.
Good evening, Sir. Thank you for the tutorial. I am experiencing a problem where the items are not being deleted from the cart after the payment is completed. Additionally, the order is not being saved to my database. I am using Paystack, which is one of the popular payment gateways in my country. Could you please help me with this issue?
Firstly, thank you for creating such a great project. I've completed it by following your instructions, and I'm thrilled with the successful outcome. However, I've encountered a couple of issues that need attention: 1. When adding the same product from either the "Home" or "Products" section to the cart, it displays multiple instances of the same product. Consequently, I'm unable to utilize functions like "Remove item" or adjust quantities using the "+" or "-" buttons. 2. Another issue arises when selecting the "Buy Now" option from either the "Home" or "Products" section or even from the "Wishlist." It redirects to the cart without adding the product or proceeding to the payment option. Could you please provide instructions on how to resolve these bugs? Alternatively, if feasible, could you create a brief instructional video demonstrating how to implement these functionalities? Looking forward to your guidance.
can we use urlpatterns = [ path("accounts/", include("django.contrib.auth.urls")), ] instead of multiple urls for login, logout, password change etc. without affecting forms and views? This will reduce the amount of code.
sir if we add 2 same product in cart then the qauntity increasing decreasing is not working and also remove btn is not work...so tell me some solution for this issue... plss reply...
"Hi Nilesh Technology, I am facing a problem with payment processing. All processes are completed, but the payment is still in process mode. I have checked everything, but the issue persists. Additionally, the UPI transaction payment option is not showing up. What should I do to correct this?
It's been a formidable resource so far. But my issue has been the inability to render images on the page using class as you did. How do i resolve this issue?
did anyone complete this tutorial? i have followed more than 3 tutorials for 4 hours and had to leave incomplete projects. does this video gives us working project at the end? (error free)
2:22:19 i have followed same procedures as you do but when i sign up my email don't show at the database and it keep listening errors when i submit showing ( the view app.views.view didn't return an HttpResponse object. it return None instead) please how can i fix this
Hello Sir, Can you tell me how to generate a bill after payment is done? I want to show some key point after payment like payment Id, amount, product Id and address in frond-end or in downloaded pdf format.
User get login into backend also, after registration on frontend .. How to restrict this... And The user which is login into backend is also get login into frontend
Anyone please help me my pluscart,minuscart,and remove to cart is not responding please help me where is mistake please reply me sir @Nilesh Technology
Sir, what should we do to print the message of succes and warning, in the Address page once we update the address.. As it is printing the message in the Profile Page... Sir, Pls resolve this issue... A request...
"Your Django Ecommerce project was incredibly helpful! I just completed my own project inspired by your video. Your clear explanations and step-by-step guidance made the process so much smoother. Thanks for sharing your knowledge! My project wouldn't be the same without your guidance. 🚀👍" ❤❤❤
brother can you share the code
please
is there any backend in this project , what he has used for backend
@@ambivertmadhav6173 he has used python mostly in this project and also little bit Script for this
Bro obviously backend used django
Can We use the Mongodb for this database instead of sql lite
Thank you so much sir ❤❤ I can't make the project on django ...I had more try to make the project on django but can't make the project because of you ....I made it thank you again ❤🎉
This video is a great resource for anyone looking to learn the basics of Python Ecommerce coding! It's clear and easy to follow, and I'm sure it will be very helpful.
D
this video was very helpful. i completed my own project learning from this video. thank you
hii dude u have a drive link of these project materials ??
Just can't express in words the knowledge helped me to learn the ins and outs of the django project from scratch to its fullest.
Thank You #nileshtechnology
sir aapan khup chhan project shikvl ahe but thod expalin kel asta tr ajun khup bettrr understanding zali asti .. but thanks for the project
Thank you for your work! Very informative and useful. Kind regards from Russia.
Thanks 🙂
Can you please provide us the source code?
Prerequisites?
I'm planning to purchase this but i have zero experience if web development...so do i need to learn something beforehand? Frontend backend concepts taught? I know python completely.
great video brother....Plz upload more content with django projects
Thank You So Much, learned alot. The longest video I have ever watch....
is there any backend in this project , what he has used for backend
@@ambivertmadhav6173Django framework acts as the Backend
Finally done this project. Thank u so much #Boss 💖💖
Can you please send me source code.. Razor pay and cart is not working
hey, can you pls provide the source code
Is everything working without errors ?
i have an error in add to cart, can you help me?@@golang-enjoer
Can you share ur code bro
Thankyou Brother🥰. This project helped me a lot👍
Have you completed this product ??
Hey have completed the project
@@TheDailyWearStore yes
@@stranger7088 The wishlist button is under the add to cart button I don't know how to replace can anyone help
@@stranger7088 can you provide me the source code
Thank you sir helpful video
Thenks sir........ this is the best video for project
Good evening, Sir. Thank you for the tutorial. I am experiencing a problem where the items are not being deleted from the cart after the payment is completed. Additionally, the order is not being saved to my database. I am using Paystack, which is one of the popular payment gateways in my country. Could you please help me with this issue?
@Nilesh technologies What technologies(front-end, back-end, server-side) are used in this project ???
this is backend work
def get(self,request)
def post(self, request)
are these methods built-in Django methods or have we created them?
same doubt
Good day Mr. Nilesh, Please can you provide the source code?
bro the add to cart code u just copy pasted...i literally had a hard time writing that code :( pls provide the codes in your next videos
your github link is not given in desc
please give me if possible
finally, I successfully completed the project.🥳🥳
Is it good project to learn?
bro can you send the project source code???
@@user-gz4bv9bh9pyes bro this project is similar to industry level specially Ajax & razorpay.
bro i got error in add to cart
pls send mi source code
Hello bro can you send me the source code??😊
Sor i am geeting error on that category page is not loading givign error that in ec.urls that page is not found
great video 100 out of 100 thankyou
Firstly, thank you for creating such a great project. I've completed it by following your instructions, and I'm thrilled with the successful outcome.
However, I've encountered a couple of issues that need attention:
1. When adding the same product from either the "Home" or "Products" section to the cart, it displays multiple instances of the same product. Consequently, I'm unable to utilize functions like "Remove item" or adjust quantities using the "+" or "-" buttons.
2. Another issue arises when selecting the "Buy Now" option from either the "Home" or "Products" section or even from the "Wishlist." It redirects to the cart without adding the product or proceeding to the payment option.
Could you please provide instructions on how to resolve these bugs? Alternatively, if feasible, could you create a brief instructional video demonstrating how to implement these functionalities?
Looking forward to your guidance.
is there any backend in this project , what he has used for backend
@@ambivertmadhav6173 django ofcourse as mentioned in title of video🙄
@@ambivertmadhav6173 Django is the backend.
can we use urlpatterns = [
path("accounts/", include("django.contrib.auth.urls")),
] instead of multiple urls for login, logout, password change etc. without affecting forms and views? This will reduce the amount of code.
@Nilesh Technology Sir please help me
When i am adding the product to cart all the products are getting added
I want to add only single single product
done this proj with diff functionalities. Thanks
Hy
hyy
thanks bro for all great video
sir if we add 2 same product in cart then the qauntity increasing decreasing is not working and also remove btn is not work...so tell me some solution for this issue... plss reply...
same issue here! can you explain this nilesh?
Did u resolve the problem
sir your all projects are good but please add the forgot passsword functionality
In my payment gateway UPI Option is not showing
Can you do a section to implement Stripe/Paypal Payment Gateway aswell?
"Hi Nilesh Technology, I am facing a problem with payment processing. All processes are completed, but the payment is still in process mode. I have checked everything, but the issue persists. Additionally, the UPI transaction payment option is not showing up. What should I do to correct this?
did you get any solution?
@@SubhransuNayak-me2nl No
css not working ,in html file link to css .. css not working
finally done this project
payment gatway working hai??
hello, Can you explain to me why the product image doesn't appear when I call it in category.html as in your video?
It's been a formidable resource so far. But my issue has been the inability to render images on the page using class as you did. How do i resolve this issue?
did anyone complete this tutorial?
i have followed more than 3 tutorials for 4 hours and had to leave incomplete projects.
does this video gives us working project at the end? (error free)
yes
Thanks a looooooooooooooooot for this♥
7:13 when i ran command pip list there weren't these many packages installed, what to do ? please help
thanks very much!
Thank You,Sir✨
Hello sir, my ajex function is not working what might be the course?
I had a problem with images are not displaying in banner slide.Can anyone help me plz .
i thinck the same project (exact same layout UI) done by geeky show channel (its just in hindi thats all)
sir,the logo does not get displayed but only the alt text is displayed.i double checked the code there is no mistake in that code
good explanation
2:22:19 i have followed same procedures as you do but when i sign up my email don't show at the database and it keep listening errors when i submit showing ( the view app.views.view didn't return an HttpResponse object. it return None instead) please how can i fix this
bhai mere bhi same show ho raha he tune kese solve kiya please suggest me
Facing issues while adding email feild i mean the field is created but when im adding user no email is found in admin panel help me out
this is great channel
Thank you ✌🏻❣️
Payment Button click Razorpay Payment not working
Bhai iska database kaha hai agar cmd me user ka data dekhna hoga to kaise dekhenge
django me sqlite file create hoti he, project directory me, wo sqlite browser me open karke dekhna
Sor help me my project is not working plz,
Sir when I click logout button showing error this page isn't working
Same error 😢
Keep this in place of logout list in base.html
{% csrf_token %}
Logout
@@nikhilguptha8658 Thank you so much bro
The wishlist button is under the add to cart button I don't know how to replace can anyone help
Sir, do you know how to deploy a django project in netlify?
Bro please help me. My images wont align in horizontal manner they align vertically please someone help me
Hello Sir, Can you tell me how to generate a bill after payment is done? I want to show some key point after payment like payment Id, amount, product Id and address in frond-end or in downloaded pdf format.
what database does it use? sqlite3??
I have the problem that does not find the path "/cart", I have been to the letter and the tutorial and I do not know what to do.
User get login into backend also, after registration on frontend .. How to restrict this...
And The user which is login into backend is also get login into frontend
After payment i cant go to the orders page i dont know what happen they show value error means id should be no
I have the same problem.. did you find it?
No
@@JaspreetKaur_13 ok
did you find it?
@@VishwajeetJadhav-pc9mt not yet
please share the source code it's help it
sir there are errors in css which you given on discription how to slove it
hey my logout is not working how to fix this
hello i need the list of the object in data base pls
thank you
Anyone please help me my pluscart,minuscart,and remove to cart is not responding please help me where is mistake please reply me sir @Nilesh Technology
in this video 37 minute dropdown was not working any reason is there pls help me if any suggestions give to me
4:54:22 Cart part
Thanks a lot sir
views ke payment_done function me cust_id me koi data nahi ja raha hai.
Print karne par None show ho raha hai.
can any one please help how to get api key and secret key ,and which link we have to add paste in rozorpay after completing the project
1:41:00 the products are not visible when I am coding...please somebody help me
Same problem did you get the solution please reply
yes I solved the problem....just put an inline css "style border " in the it will start displaying @@neelpatel0975
@@neelpatel0975 yes, just add style border in the tag, image will be displayed
@@neelpatel0975 do you get solution??
@@neelpatel0975 just add border styling to img tag
Some problems with the sound
Done this project 👍
bro i want source code bro...send me your mail id
Bro I want source code please give me the source code it is very important
@@suryaa_tycoons4455still one error please wait
bhaiji source code de dijye is garib ku dua lagegi
Hey Can you Help me out please!!
download materials page not found so i want these material anyone have these materials?
Fantastic brother
Sir, what should we do to print the message of succes and warning, in the Address page once we update the address..
As it is printing the message in the Profile Page...
Sir, Pls resolve this issue...
A request...
Thank you
which extensions have you installed in the vscode?
am getting this error when i click add to cart button "Field 'id' expected a number but got '15/'." please help resolve this?
Is it resolved? I am getting error like this. If you got the error please tell me also.
is yours resolved? i have the same problem@@myownclasses6924
keep this line after product_id in add_to_cart view
product_id = product_id.replace('/', '')
@@myownclasses6924 keep this line after product_id in add_to_cart view
product_id = product_id.replace('/', '')
i am struggling with css and bootstrap , can you give me source code please
Scalable?
I completed this project, thank you
can u pls send source code
pls bro urgent
Can u share source code of this project
@@nainagupta1889 i complte alsothis one
Bro can you share the source code. Or atleast your github link?
Tengo un error al agregar al carrito, ¿pueden ayudarme? por favor enviar en código
Cart ajax is not working what to do.....?
Great 👍
with each update ('data',) ('('data')'',) going error Where
how to fix error when we click on a product in cart?
i need the products for the data base pls
@pankaj pakale The wishlist button is under the add to cart button I don't know how to replace can anyone help
hiii sir i want this project source code
Cannot access member "order" For type client
Where can I find css,js files
Hi buddies
How to add product he not provided the list of product
Handler ult not working proprly why?
done in 6 days
Can you please share your source code 🙏
Amazing tutorial.
But can you please provide the timestamp?
provide timestamp please @Nilesh techologies