Post by PatrickG » Thu Jun 18, 2015 5:13 pm

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?

New member

Posts

Joined
Wed Mar 18, 2015 10:32 pm

Post by deepvision » Thu Jun 18, 2015 11:24 pm

It is in the following file
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']; ?>" />
You can change it to

Code: Select all

<input type="hidden" name="item_number_<?php echo $i; ?>" value="" />

ImageImageImage


User avatar
Active Member

Posts

Joined
Tue May 19, 2015 1:03 am

Post by PatrickG » Sat Jun 20, 2015 10:22 pm

Thanks for that, should have been pretty obvious but sometimes you just need it pointing out! Cheers

New member

Posts

Joined
Wed Mar 18, 2015 10:32 pm
Who is online

Users browsing this forum: No registered users and 4 guests