When a customer goes to Paypal (Paypal Standard) to pay for items, the item summary is shown like this:
The Kernel - Export Stout £3.00
Item number: Mar-17
Item price: £3.00
Quantity: 1
How can I prevent the item number from being passed to Paypal?
It is in the following file
catalog/view/theme/<your theme>/template/payment/pp_standard.tpl
You can change it to
catalog/view/theme/<your theme>/template/payment/pp_standard.tpl
Code: Select all
<input type="hidden" name="item_number_<?php echo $i; ?>" value="<?php echo $product['model']; ?>" />
Code: Select all
<input type="hidden" name="item_number_<?php echo $i; ?>" value="" />
Who is online
Users browsing this forum: No registered users and 1 guest