Hi all,
I have an html page that the customer selects products, colors, numbers, etc. I process that page with a php page that applys prices and totals, then gets submitted to Authorize.net. All data is held in variables(ex. $variable). How do I code these variables for the <input> Value attribute for x_line_item?
ex. {echo "<input type='hidden' name='x_line_item' value='".$model."' />";}
I have tried many variations of the above example. I use other hidden inputs styled as above that work perfectly, just not 'x_line_item'.
I have researched blogs and Google and read the SIM manual.
I see <INPUT TYPE="HIDDEN" name="x_line_item" VALUE="item1<|>golfballs<|><|>2<|>18.95<|>Y">, but I don't know how to interpret this VALUE.
Thanks.
bchbyno1
07-20-2012 01:53 PM
Can't somebody point me in the right direction?
Thanks.
07-21-2012 10:16 AM
07-22-2012 01:07 PM
Thanks, but no. I, as probably many people, have read these til the papers crumble.
07-31-2012 02:59 PM