laflair13 Posted December 9, 2011 Share Posted December 9, 2011 Basically I am trying to crate a shopping cart similar to http://www.sigmapackaging.com/equipment/detail/7721 Is there any good tutorials for a beginner to do this? I have really good knowledge of html and css, but I am a beginner when it comes to php. I can edit it, just dont know how to code it from scratch. Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
scootstah Posted December 9, 2011 Share Posted December 9, 2011 Use the CodeIgniter framework with the cart class. There's pretty good documentation on it. http://codeigniter.com/user_guide/libraries/cart.html Quote Link to comment Share on other sites More sharing options...
laflair13 Posted December 9, 2011 Author Share Posted December 9, 2011 I need something from the very beginning, Like setting up the database, creating the admin side (where I can add, delete, and modify) products. Quote Link to comment Share on other sites More sharing options...
laflair13 Posted December 11, 2011 Author Share Posted December 11, 2011 Basically I want to add products and have them all on a single page in a list, with side images. Then when they click on the link or image it goes to the product page and I want it to be able to put the image on the page with details and then a Get Quote button that leads to email submit. (O yea, I would love to have an admin section that I can just plug in details and it creates the listing.) Kinda like the 2 images I provided below. 1st page - List of products 2nd page - Product details Is there any tutorial to show me how to do this or maybe an already pre-made script that I can plug into my website? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.