蓝图主题上的 Apple Pay

Apple Pay on Blueprint themes

是否需要对蓝图主题进行主题修改以正确提供对 apple pay 的支持,还是通过 %%GLOBAL_AdditionalCheckoutButtons%% 变量提​​供?

要获得带有白色bg/black文本的苹果支付按钮,您需要添加以下内容css:

.apple-pay-checkout-button {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: white;
}

对于黑色text/white黑色

.apple-pay-checkout-button {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: white;
  border: .5px solid black
}

必要的 html 和集成位已经包含在您提到的变量中