Shipping & sales tax in paypal order details
Permalink 2 users found helpful
Howdy guys,
I've integrated paypal payment standard in my site. It works properly, but I want to show the shipping & sales tax separately in paypal order details section. Currently it shows only total value (original price + shipping + sales tax). The screenshot is attached.
Please help me.
Citytech
I've integrated paypal payment standard in my site. It works properly, but I want to show the shipping & sales tax separately in paypal order details section. Currently it shows only total value (original price + shipping + sales tax). The screenshot is attached.
Please help me.
Citytech
I've added the below code to controller.php of the paypal_payment_standard package.
I've added the below code inside public function form() {
and change the below code:
previously it looks like this
Now it looks like this:
Now at the outside of the public function form() {//code} I put some code mentioning below:
Citytech