VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: Mike J on August 14, 2016, 23:41:21 PM

Title: PayPal Express - Make STsameAsBT always checked
Post by: Mike J on August 14, 2016, 23:41:21 PM
Hi guys,

Does anyone know what it takes to get the PayPal Express payment plugin to tick the "Bill to Same as Shipping Address" check box regardless of whether a user selects a new shipping address on the PayPal Express side or not?

Changing $this->cart->STsameAsBT = 0;  to 1 @ helper/paypalexp.php doesn't do it.

I have the STsameAsBT auto checked and working fine on other payment methods - Just PayPal Express that's being difficult.

Any takers?