cancel
Showing results for 
Search instead for 
Did you mean: 

Re: How To Integrate The Authorize.Net Payment Gateway With Your Website

Hello!

 

Can any body tell me please how can I post  a new topic in developer Blog??

 

Also I have a problem, I am a programmer and I have built a shopping cart. I can post a single product in the shopping cart to the authrized.net payment pages, but not more than 1 . For  single product it is     <input type='hidden' name='x_amount' value='<?php echo $amount; ?>' />
    <input type='hidden' name='x_description' value='<?php echo $description; ?>' />

 

What should I used for more than 1 product , say for 3 products.... Please advise... Thanks in advance....

 

Best Regards.......

 

Atiq

atiqorakzai1
Member
4 REPLIES 4

You can add x_line_item, but the 'x_amount' is the total amount.

 

Documentation on x_lone_item

http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Additional_Fiel...

RaynorC1emen7
Expert

Thanks!

 

But how to add x_line_item? Please advise..

 

Best Regards....

 

Atiq

 

I think it is in the php SIM sample code.http://developer.authorize.net/downloads/samplecode/

Thanks alot............

 

Best Regards......

 

Atiq