Click here to Skip to main content
15,879,348 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: PHP Member Pages... Need major help... Pin
thebiostyle23-Jan-10 10:47
thebiostyle23-Jan-10 10:47 
GeneralRe: PHP Member Pages... Need major help... Pin
fly90423-Jan-10 11:00
fly90423-Jan-10 11:00 
GeneralRe: PHP Member Pages... Need major help... Pin
thebiostyle23-Jan-10 11:18
thebiostyle23-Jan-10 11:18 
GeneralRe: PHP Member Pages... Need major help... Pin
fly90423-Jan-10 11:29
fly90423-Jan-10 11:29 
GeneralRe: PHP Member Pages... Need major help... Pin
fly90423-Jan-10 11:23
fly90423-Jan-10 11:23 
GeneralRe: PHP Member Pages... Need major help... Pin
thebiostyle23-Jan-10 11:48
thebiostyle23-Jan-10 11:48 
GeneralRe: PHP Member Pages... Need major help... Pin
thebiostyle24-Jan-10 7:07
thebiostyle24-Jan-10 7:07 
AnswerRe: PHP Member Pages... Need major help... Pin
Graham Breach24-Jan-10 7:57
Graham Breach24-Jan-10 7:57 
GeneralRe: PHP Member Pages... Need major help... Pin
thebiostyle24-Jan-10 8:34
thebiostyle24-Jan-10 8:34 
QuestionAdd two difference items to shopping card-Paypal Pin
tktuan28-Dec-09 16:08
tktuan28-Dec-09 16:08 
Hi friends !

I need to add two or three difference items with their information but I don't know how to do that.

Normal way, to put an item to shopping we just only create the button "Add to card" button and use the code from paypal as bellow.

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="sampleEmail@domain.com">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="item_name" value="ITEM 001">
<input type="hidden" name="item_number" value="001">
<input type="hidden" name="amount" value="1000.00">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="button_subtype" value="products">
<input type="hidden" name="add" value="1">
<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHostedGuest">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>


this code just only put one item to shopping card.

Now, for example, i got two difference items with their information :

Item one:
Item name:Item 001
price :10USD
item_number:001

Item two:
Item name:Item 002
price :20USD
item_number:002

Can anybody help me with sample code to put these two items to paypal shopping card !

Notes: I got these items and their information. I got a Checkout button.
Then anybody press to Checkout button, these two items will add to shopping card of Paypal(the result will the same as we click to the "Add to card" button of item one and then continue Shopping and click to the "Add to card" button of item two).


Thanks in advance !
AnswerRe: Add two difference items to shopping card-Paypal Pin
cjoki29-Dec-09 4:40
cjoki29-Dec-09 4:40 
GeneralRe: Add two difference items to shopping card-Paypal Pin
tktuan29-Dec-09 15:05
tktuan29-Dec-09 15:05 
GeneralRe: Add two difference items to shopping card-Paypal Pin
cjoki30-Dec-09 4:42
cjoki30-Dec-09 4:42 
GeneralRe: Add two difference items to shopping card-Paypal [modified] Pin
tktuan30-Dec-09 15:20
tktuan30-Dec-09 15:20 
AnswerRe: Add two difference items to shopping card-Paypal Pin
vorotnik27-Jan-10 6:58
vorotnik27-Jan-10 6:58 
QuestionPython in Corpus Analysis Pin
ahmedshamim24-Dec-09 14:29
ahmedshamim24-Dec-09 14:29 
QuestionRadio Buttons Pin
thebiostyle24-Dec-09 8:56
thebiostyle24-Dec-09 8:56 
AnswerRe: Radio Buttons Pin
abushahin28-Dec-09 7:47
abushahin28-Dec-09 7:47 
GeneralRe: Radio Buttons Pin
thebiostyle28-Dec-09 10:34
thebiostyle28-Dec-09 10:34 
GeneralRe: Radio Buttons Pin
cjoki29-Dec-09 4:32
cjoki29-Dec-09 4:32 
GeneralRe: Radio Buttons Pin
abushahin31-Dec-09 7:45
abushahin31-Dec-09 7:45 
AnswerRe: Radio Buttons (long answer) Pin
enhzflep29-Dec-09 14:14
enhzflep29-Dec-09 14:14 
GeneralRe: Radio Buttons (long answer) Pin
thebiostyle30-Dec-09 7:31
thebiostyle30-Dec-09 7:31 
GeneralRe: Radio Buttons (long answer) Pin
enhzflep30-Dec-09 11:56
enhzflep30-Dec-09 11:56 
GeneralRe: Radio Buttons (long answer) Pin
thebiostyle30-Dec-09 12:17
thebiostyle30-Dec-09 12:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.