Tag: CS3
6. E – Commerce Website PHP Tutorial – Store Inventory Continued
www.developphp.com In this 6th video we will continue creating the Inventory management functionality in the Admin area. Editing existing products and deleting things made easy. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.
17. E – Commerce Website PHP Tutorial – Quick Shopping Cart Tweak
www.developphp.com In this 17th video we patch up something that was a little buggy regarding allowing the user to adjust quantities. I could not leave it that way. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.
9. E – Commerce Website Tutorial – Shopping Cart PHP Multidimensional Array
www.developphp.com In this 9th video we will begin creating the multidimensional array in PHP that is the shopping cart. We will use a SESSION variable to store and remember the cart data as the user browses pages. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.