I'm building a software store using teaCommerce and use PayPal express checkout for now. Shipping charge isn't relevant in our case, we also don't charge users for payment so I need to remove both of them from the order info which is displayed on PayPal payment page. See the screenshot:
Ahh I see that the payment method and shipping is showed even thought it is zero. But it could be that the zero price was because of free shipping and you properly wanted to show it anyway. In your case I think you should make a payment provider that inherits from the TC PayPal one and then edit the source lines that you need to edit.
Remove shipping and payment methods from order
Hi,
I'm building a software store using teaCommerce and use PayPal express checkout for now. Shipping charge isn't relevant in our case, we also don't charge users for payment so I need to remove both of them from the order info which is displayed on PayPal payment page. See the screenshot:
I couldn't find how I can do it, any advice?
Thank you
Ahh I see that the payment method and shipping is showed even thought it is zero. But it could be that the zero price was because of free shipping and you properly wanted to show it anyway. In your case I think you should make a payment provider that inherits from the TC PayPal one and then edit the source lines that you need to edit.
https://bitbucket.org/teasolutions/tea-commerce-tea-commerce-payment-providers/src/f25e35390a0ba5a8a943a9514aedf30ced53d816/Source/TeaCommerce.PaymentProviders/Classic/PayPal.cs?at=default
Kind regards
Anders
is working on a reply...