cancel
Showing results for 
Search instead for 
Did you mean: 

x_line_item error 270

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

bchbyno1
Member
3 REPLIES 3

Can't somebody point me in the right direction?

 

Thanks.

bchbyno1
Member

Thanks, but no. I, as probably many people, have read these til the papers crumble.