Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > CMS.EcommerceProvider.CMSPayPalProvider doesn't send Tax value View modes: 
User avatar
Member
Member
knottano-gmail - 5/7/2012 4:21:17 AM
   
CMS.EcommerceProvider.CMSPayPalProvider doesn't send Tax value
Hi,

When the page forwards to paypal for the payment, it doesn't show Tax as a separated amount. It included in the total amount.

Can we config to separated it?

Could you please tell us how to that?

Thank you

User avatar
Member
Member
kentico_michal - 5/10/2012 8:58:57 AM
   
RE:CMS.EcommerceProvider.CMSPayPalProvider doesn't send Tax value
Hi,

To be honest, I am not completely sure what you would like to change, especially, if you only need to change the way Kentico CMS display the total price in the payment step or you need to change the way Kentico CMS sends information about the price to the paypal.

In the first case, you can simply modify the following page: ~\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartPaymentGateway.ascx which displays the payment step for the PayPal.

On the other hand, if you need to change the PayPal functionality, you would need to either create a custom PayPal provider by inheriting from the existing one and overriding method you need or you could create a custom PayPal provider from scratch.

This webinar could give you more information: Developing Custom Payment Gateway

Best regards,
Michal Legen