ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

PHP / MYSQL Shopping Cart

if ur experiencing difficulties bigcartel.com do ebasket setups. template style. very good stuff
 
Post your problem and your code and i will sort it.. PHP/MySQL is a peice of piss. ;)

If you know how to pass multiple same name text input form variables from a php/mysql generated form to a php script via AJAX that would help me out ;)
 
Yes. Just finishing off one for our new site.

Spent ages looking at off the shelf solutions and they were all, quite frankly, shite!
 
mmmmmm ideally I need to send someone my code... im using mysql front as well for my database details. Ive got a website with football boots and they select options they want.. click search and results appear.. results are shown with an "add item" button... then im using cookies to store this. Anyone on msn messenger or anything so I could send you my php files and mysql data? Im having main difficulties getting the actual items to be added, I also need to have a quanitty drop down box which also recalulates the total etc... if anyone could help pelase add me on msn messenger "bigmaddaz@hotmail.com"

Cheers in advance!
 
You would be better using sessions to store the details of their baskets.

Adding items shouldnt really be a problem ? assuming you have your products in the mysql database just reference the items key field and retrieve the details of the product when they view their basket.

For the basket updates you could use an onclick update, and have a manual update incase the client doesnt support CS script..
 
iv used a couple (OSCommerce and CubeCart) and cubecart is great, dead impressed with it!
 
Back
Top