Zen Cart Logo
Forums / General Questions / Custom checkout

Custom checkout

Locked

Views: 1,259

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
2 Jun 2006, 4:58 PM
#1
tfmegatron avatar

tfmegatron

New Zenner

Join Date:
Jun 2006
Posts:
5
Plugin Contributions:
0

Custom checkout

I am in the process of creating a java applet that would allow people to create their own product. Once they are done I would need to send the data from the java to the php checkout. Is this going to be hard to do? Is it possible? I am not knowledgeable with php at all but guess I will need to learn some. Any suggestions would be greatly appreciated.

Thanks in advance.

8 Jun 2006, 5:41 PM
#2
absolute avatar

absolute

Totally Zenned

Join Date:
May 2005
Location:
Bath, Somerset
Posts:
1,054
Plugin Contributions:
2

Re: Custom checkout

You'll need to get your information from java to php by posting the variables to the server. What kind of products are you creating? Will they be selecting attributes and options? If so, then you should simply be able to send the data back to the server, and add the products to the cart.

Absolute

9 Jun 2006, 4:09 AM
#3
tfmegatron avatar

tfmegatron

New Zenner

Join Date:
Jun 2006
Posts:
5
Plugin Contributions:
0

Re: Custom checkout

Thank you for your reply and the help.

Nothing too exciting.. Dog collars. I am curious, how would I get these variables to the server, store them to a file? Mainly this applet will be a drag and drop scenario where, someone will choose the collar and the parts. The applet will then send the info to the cart for checkout. I just don't know how I could tie my java info to the php checkout code.

Thanks
TFMegatron