diff --git a/views/tpl/shared/paymentbuttons.tpl b/views/tpl/shared/paymentbuttons.tpl index 7d1565637..d4c674d82 100644 --- a/views/tpl/shared/paymentbuttons.tpl +++ b/views/tpl/shared/paymentbuttons.tpl @@ -59,6 +59,12 @@ }); [{else}] button = paypal.Buttons({ + style: { + shape: "rect", + layout: "vertical", + color: "gold", + label: "pay", + }, [{if $oViewConf->getCountryRestrictionForPayPalExpress()}] onShippingChange: function (data, actions) { if (!countryRestriction.includes(data.shipping_address.country_code)) {