Shopify:如何在结帐页面上编辑HTML / Liquid?

前端之家收集整理的这篇文章主要介绍了Shopify:如何在结帐页面上编辑HTML / Liquid?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我刚开始一家shopify商店,当有人按下“继续结账”时,我想在结账页面上编辑 HTML或Liquid.但是,我在模板编辑器中看不到任何模板.这个视图文件在哪里? @H_403_2@看起来它正在重定向到shopify主机的东西.域名从myshop.shopify.com变为https://checkout.shopify.com/carts/47974257/18b0c50ab2bce29f0000e137987g05c8c

@H_403_2@有人可以帮忙???

解决方法

见: is it possible to create a checkout template?
@H_403_2@You can only customize your checkout by editing the checkouts CSS. Shopify must control the majority of your checkout in order to ensure PCI level 1 compliance to protect both you and your customers from potential unscrupulous behavIoUr on the checkout.shopify.com server.

@H_403_2@请参阅此处编辑结帐CSS:Customizing your checkout CSS

@H_403_2@更新:对于Shopify Plus,请参阅checkout.liquidcheckout.scss.liquid.否则,see here

@H_403_2@If you’re on a non-plus subscription,you can customize your checkout in the theme editor by clicking @H_404_20@Customize checkout on the @H_404_20@Checkout page of your Shopify admin.

@H_403_2@“设置”中还有Additional Content & Scripts区域.

猜你在找的HTML相关文章