|

Replace item by item id of paypal payment
Posted 13 February 2012 - 07:54 AM #1
With the normal Paypal payment method once payment is made is sent directly the name of the item to the paypal screen with the amount.
I need to change it, not send the name of the item, if not being forwarded or the id of the item or order number.
I do not want is to leave the name of the article.
As I can change this?
thanks
Posted 15 February 2012 - 11:55 PM #2
Please I need help.
Thank you.
Posted 16 February 2012 - 08:08 AM #3
If we get you right, you want to replace product name by product id number. Please find the file payments/paypal.php. In this line of code
<input type="hidden" name="item_name{$suffix}" value="{$v['product']}" />You should replace "product" by "product_id". It must help.
Best regards, Alt-team
ADD-ONS | Web development service | CS-Cart dedicated developers
Buy MULTIVENDOR - USD 1150 | Buy CS-CART LICENCE - USD 1080
Email - manager@alt-team.com | Skype - Altteam
Posted 08 October 2021 - 04:03 PM #4
Hello, topimagen!
If we get you right, you want to replace product name by product id number. Please find the file payments/paypal.php. In this line of code<input type="hidden" name="item_name{$suffix}" value="{$v['product']}" />You should replace "product" by "product_id". It must help.
Best regards, Alt-team
how on cs-cart 4.13?
Posted 09 October 2021 - 02:14 PM #5
Hello, topimagen!
If we get you right, you want to replace product name by product id number. Please find the file payments/paypal.php. In this line of code<input type="hidden" name="item_name{$suffix}" value="{$v['product']}" />You should replace "product" by "product_id". It must help.
Best regards, Alt-team
not found this in cs-cart 4.13