Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (81)

Sign In or Sign Up now to post a comment!
  • Hi Adam, i downloaded youre website but when i put it on localhost, its gives me error on $productCount = mysql_num_rows($sql); ans i cant understand why cant i run the website and what's the error :S

  • Thanks for the tutorial Adam! I was wondering how would you go about adding multiple images for a product.

  • Wanted to say thanks for the video's. I learned a great deal about php and Dreamweaver.Your Develop PHP web site is amazing also. Your explanation of the commands is a big help. I have had college instructors that wouldn't go into deals like you do. Instead they would tell you to google it.

  • i have download this file, but its gives me error when going to the cart.php page

    saying Call to undefined function money_format()

    Please HELP!!

  • Hi Adam,

    I`not getting my admin, products and transactions table view, when I up load appears error message in browser. I try with the pages I found in your folders in part20 but nothing appears in the browse. Help please!!!

  • and dummy ppl lol

  • Hi Adam!

    I really admire your teaching skills, i learn PHP up to some extent just by going through your videos.

    right now i am not able to getting cart total amount on the header page to display on each page.

    actually i got that but i want if and else statement that if $cartTotal is 0 it shows empty cart else total amount. Is it possible in this script.

  • Wow! Finally, a working ipn. Thank you, thank you!, I've wasted so much time until I find your tutorial!

    How can I repay you, seriously..

    :D

  • How could I have multiple stores within this application? the stores can simply considered as categories attached to the product so at the beginning users will have to use from what store they wanna by products to choose the closest to their location based on store name and address.

  • Thanks for this amazing tutorial. I have been looking for something like for months. One thing though, how can I bypass the product page and the cart when and only get the card when the user is ready to check out. I have simple products and users doesn't really need to access the product detail page because everything they need to know about the product is already on the list of products pages.

    Thank you for your help.

  • PLEASE PLEASE CAN YOU MAKE A SEARCH AND DROPDOWN, MENU FOR PRODUCTS ADDED.

  • You the man Thanks Alot buddy i was looking to learn making a e-commerce website from months Finaly got it :))

    THANK YOU ALOT!!!

  • hey dude, AAAAAWESOME TUTORIALS i just tested your scripts in sandbox and works just fine! thanks for your time. AAAAAAAWESOME tutorial!!

  • For example, I have a shop made on etsy.com and I also have my personal website. Rather than doing the work twice by posting items on both websites, I want to post it on etsy but show up on my website too.

  • I don't know if you have an existing tutorial or not but I was wondering if you could teach how to implement listings from another site onto a personal site.

  • I have problem with PayPal checkout, it goes on paypal page and displays: "You have requested an outdated version of PayPal. This error often results from the use of bookmarks."

    Help? :)

  • thank you so much now i can start my own business on web

    dude its fantabulous keep on good work!

  • hai arigatoo oneigaishimas! ^^,)/

  • i can't seem to properly return to my website when buyer finish transaction, but thanks for this very well done tutorial though :)

  • the sourcecode link is not working! Is it still available? Thanks for a great series!!

  • terrific tutorials dude! i just cant download package...  tells me the file is missing, can i download it from any other source?

  • Thank u sir....:) live long......

  • thanksssssss aaaaaaaaa lotttttttttttttttttttttttttttt­tttttttttttttt!

  • Your Videos really helped me to understand how it all comes together. One issue though even though I don't think you will respond to it. I am placing the right email in the open area's for the email that you provided. Paypal is saying it is not the right email.....I have tried various different ways of righting it but none seem to work. Am I missing something or is your IPN script broken? can anyone help me with this minor error?

  • hi Adam, you are great!!!!!!!!!!!

    I found you last month during my php project.I first landed on part 9.My probems where solved and my love for php was boosted.

    Now on holiday I've just today completed part 20.I'm happy to say that every part worked upto part 19.But I've just still downloaded the zip and will then work on the ipn script home work.

    many thanks

    bbc

  • Thank you very much. Very useful

  • Hey Adam! Tnx for your vid tutorials. Can you help me in my Thesis? PLEASE help me in my Online Ordering Website for a Mobile Store. Looking Forward for your reply. cuteprince_ian17@yahoo.com

  • I was wondering if I could ask a question. i have a cart & shipping costs are added to the grandtotal.

    Shipping is worked out as follows:

    first pan at 3.50

    each subsequent pan is at 2.00

    My question is how do i work the shipping cost out? I can get the total number of items in cart but i'm not entirely sure how to work out the ship cost once using this value.

    Any help would be appreciated, Thankyou!

  • @jazparkyn do a bit of math on it, if there are 8 pans, use some logic such as if(pans>1){

    (pans-1 * 2.00)+3.50)

    }

    else{3.50}

    there are probably loads of easier and more complex ways to do it. this is just an example of SUDO code u could use.

    good luck

  • Hi Adam. I have also this problem; "Your login session data is not on record in the database.". I downloaded the source code from your link, but didn't work, also searched in your forums. How can i fix it? Your tuts are great. No.1

  • I have a question. Since there is a link to products age . How can I render all of my product to show on one page. Everytime I upload a product they all stay on the front page but I also want them to go to another page to display all of my products by categories. Can one help with this?

  • Thank You Adam your the mother fucking man!!!!! lol lol Much love from NYC!

  • Great video! Set up your ecommerce business for free with our Easy Help Zen Cart Tutorials:

  • Thank you, these are very good

  • hello adam , these tutorials are great... but i got a question to make... as i am making a project selling gardening products website, but the payment method is by cash (p.s. am doing for my step dad) .. question : is there a way to list all shopping cart results and send to mysql . the idea is me to see them in store_admin, and confirm the request from buyer.... :) Oliver

  • hi adam, it was a good series. where can i download the codes?

  • after such along period of time then finally

  • after such a long period of time..... then finaly....

  • i missed the part where we actually organize the products so that when u click on the link it actually takes you to a page that has the products sorted in category list pages and then possibly sub category.... if that was one of the other tuts he talked about on his site can someone point me to that tut ?

  • T-H-A-N-K- Y-O-U....!!!!!!!!

    

  • You are AWESOME!! Thank you SO much for your lessons. Enjoyed them all. You made them enjoyable and understandable. Can't see what you get into next. :)

  • i am not seeing the buy now button, can someone help me?

  • Hi, I need to create a website that needs to deal with product weight. If the product is over 300 oz, I will send it by UPS. If the product is under 300 oz, I will send it by Post office. Could you please tell me how to do this shipping option at ecommerce website? thank you so much

  • Hi, I need to build a website that needs to deal with the product weight. if the weight is over 300 oz, I will ship it by UPS, under 300 oz, I will ship it by Post office. Could you tell me how to creat this on ecommerce website? thank yo so much

  • Very Nice Adam, i'm from brazil and my inglish is very sux. Your tutorial is perfect.

    But when you add some item in your cart , and you add another item in your cart,

    when you try to change the quantity of the first item occurs a error(a looping error).

  • @TiagoMaggioniRs

    I have the same problem. I went as far as totally copy/paste Adam's code and only changing mysql location and the 3 variables to pull the correct information for my mysql. The cart page renders perfectly but like you, when there are multiple items in the cart, changing the quantity of the last item added works perfectly. However, when trying to change the quantity of an earlier item, it seems like the server gets stuck before getting an error.

    How do we fix this?

  • YOUR THE BEST

  • Hi to all subsribers of adam!

    I just follow the entire tutorial to create my ecart in my website. Im just wondering if this last tutorial video works for you. Thanks. Thanks also to adam.

  • These videos saved my life! I am forever grateful :)

  • This has been the best tutorial series I have seen I will be attempting my e commerce site shortly and thing has helped alot

  • You Sir, are one awesome mofo, Adam! Thanks a lot! The backend of the site I did with this tutorial is done.. Just a little bit of tweaking with the interface and I'm all set! Thanks a lot man!

  • Thanks for your informative channel. When searching for dropship suppliers, I have found it helpful to call the the manufacture directly and asking them for their distributors list.

  • Thanks for your informative channel. When searching for dropship suppliers, I have found it helpful to call the the manufacture directly and asking them for their distributors list.

  • can you make a tutoriial on how to add coupon codes please

  • I would be really interested in seeing people's stores that used your script. Some with great css. [like me]

    When I finally go back over all of this series, I'll post you a link to my eCommerce store using your script buddy :)

    You're a great guy. Thanks for the series.

  • Hey thanks alot for the series...so how can we get the source code...have some errors and would like to learn more...

  • Hey thanks alot for the series...so how can we get the source code...have some errors and would like to learn more...

  • Adam,

    Wow, Thank you so much for this series, I did learn a lot more about PHP and really appreciate your efforts. I look forward to your next series.

    Eric

  • what language is this? I know i cannot be English, is it creole?

  • Entertaining - Educational - Fun What more could you ask for?

    Simply the best on the WEB!

    Thanks Adam :-)

  • big woman thing!! many respect and love all the way from jamrock for this complete tutorial and keep doing wat u do best....1 one love

  • Thanks for all your hard work, can't wait to see what's next.

  • so whats your next project then adam ?

  • thanks for all your work adam 

  • Adam, this tutorial was great. I'm new to PHP but have a much better understanding.  Thanks for your time and keep up the good work.

  • thank you!!!!

  • nooooooooooo, final video :(

    so sad....

    MAKE MOAR!!!!

  • best day ever

  • thank you adam! i'm gonna watch again from 1 to 20 so i'll make sure that there's no errors. thank you very much!

  • Adam, that was the most entertaining tutorial series I have ever watched.

    I have been quite a while with php and I even did a shop solution myself but I learned a lot from you. So - after you ended this one - thank you very much for all the time you have spent on that and I know that it was a lot...

    Although this one sure will be hard to top I hope you will continue your work.

    I will be a subscriber of your channel til the end of youtube.

  • rawr

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more