PHP Paypal item description -
so managed paypal checkout working,
the problem is, whenever gets paypal checkout, theres no item description:
edit: found out not picking database stuff anymore:
<input type='hidden' name='item_name' value='".$row['name']."'>
according html variable reference should item_name
<input type='hidden' name='item_name' value='".$row['description']."' />
Comments
Post a Comment