Magento 2:如何在Checkout中合并付款和运输方式步骤


Answers:


3

对于初学者:

  • 创建一个新的结帐步骤,并且出于兼容性,可升级性和易于维护的考虑,请勿编辑默认的Magento代码,将自定义项添加到单独的模块中。
  • 自定义新步骤的视图,显示所需的检出ui组件。
  • 更改结帐流程。
  • 等等。

这是一项不小的任务,请从这里开始阅读:

https://devdocs.magento.com/guides/v2.2/howdoi/checkout/checkout_new_step.html https://devdocs.magento.com/guides/v2.2/howdoi/checkout/checkout_customize.html

如果您需要修改结帐的好例子:

https://github.com/danslo/CleanCheckout

和演示:https : //demo.cleancheckout.com/


2

您可以尝试以下的任何一步结帐,我提供了一些带有付费和免费扩展名的链接。

Onestep Checkouthttps : //www.onestepcheckout.com/magento-2/

Amastyhttps//amasty.com/one-step-checkout-for-magento-2.html

马格广场https : //www.mageplaza.com/magento-2-one-step-checkout-extension/#section-pricing

Aheadworkshttps//ecommerce.aheadworks.com/magento-2-extensions/one-step-checkout/

Mageplughttp : //mageplug.ne​​t/magento-2-one-step-checkout/

编码员https : //landofcoder.com/magento-2-one-step-checkout.html

Bsscommercehttps : //bsscommerce.com/magento-2-one-step-checkout.html

Iwdagencyhttps//www.iwdagency.com/extensions/one-step-page-checkout.html(也可以免费使用)

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.