从 Magento 1.9 切换的 OpenCart 功能问题?
OpenCart functional questions switching from Magento 1.9?
首先,如果这个问题没有给 table 带来活力,我必须道歉。
我一直在使用 Magento 1.9,不喜欢转到 Magento 2 的想法。将 OpenCart 3 视为问题的解决方案,但很难找到几个问题的答案。
主要问题是,我运送到整个欧洲。目前,我有一个结账车总重量的产品价值。
买家输入一个国家或 Zip/Postcode,我的外部 PHP 函数根据该数据确定 Postal 区域/区域,从而生成 Post 价格。 Post 价格计算是 Magento 中包含的外部 PHP 函数。
这在 OpenCart 3 中实现起来有多容易?
例如3件产品(8Kg)发往英国(被定为Zone 3)因此Zone 3重量范围5kg到10kg成本=14.00欧元。
是否可以删除结帐顺序,从而让买家仅单击 PayPal 结帐?即不希望客户创建帐户等。这在 Magento 中很难做到。
确认电子邮件模板是否可配置布局和内容,以及自动生成订单号?
最初批量导入带有关联图像的产品,并通过导出和重新导入更新所述产品而不影响任何产品数据历史记录有多容易? Magento 的噩梦。
谢谢你,如果这已经在其他地方提到了,再次抱歉。
巴顿
The major issue is, I ship all over Europe. Currently, I have a
checkout cart Total Weight of products value. The buyer enters a
country or Zip/Postcode, my external PHP function determines the
Postal Zone / Region from that data and so generates a Post Price. The
Post Price calculation is as an external PHP function included into
Magento. How easy would this be to implement in OpenCart 3? e.g. 3
Products (8Kg) sending to the UK (which is determined as Zone 3)
Therefore, Zone 3 weight range of 5kg to 10kg cost = 14.00 euros.
Opencart 具有基于重量的运输模块,因此您可以尝试使用区域和重量来计算
Can the Checkout sequence be removed therefore letting the buyer Click
PayPal checkout only? i.e. don't want customers to create accounts
etc. This is very difficult to do in Magento.
如果您具有编程知识,则可以根据需要修改结帐顺序,或者您可以使用 opencart 商店的扩展或修改
Is the Confirmation Email template configurable regarding layout and
content, plus an automatic generation of the order number?
您可以通过编辑代码来编辑邮件的模板或内容,订单号是自动生成的。
How easy is to initially bulk import products with associated images,
and update said products by exporting and re-importing without
affecting any of the product data history? A nightmare in Magento.
opencart 中没有导入选项,但您可以尝试从 Opencart 商店对此进行扩展或修改
大家可以自己下载试试,加深理解。这是 opencart 的演示站点 link:
首先,如果这个问题没有给 table 带来活力,我必须道歉。
我一直在使用 Magento 1.9,不喜欢转到 Magento 2 的想法。将 OpenCart 3 视为问题的解决方案,但很难找到几个问题的答案。
主要问题是,我运送到整个欧洲。目前,我有一个结账车总重量的产品价值。 买家输入一个国家或 Zip/Postcode,我的外部 PHP 函数根据该数据确定 Postal 区域/区域,从而生成 Post 价格。 Post 价格计算是 Magento 中包含的外部 PHP 函数。 这在 OpenCart 3 中实现起来有多容易? 例如3件产品(8Kg)发往英国(被定为Zone 3)因此Zone 3重量范围5kg到10kg成本=14.00欧元。
是否可以删除结帐顺序,从而让买家仅单击 PayPal 结帐?即不希望客户创建帐户等。这在 Magento 中很难做到。
确认电子邮件模板是否可配置布局和内容,以及自动生成订单号?
最初批量导入带有关联图像的产品,并通过导出和重新导入更新所述产品而不影响任何产品数据历史记录有多容易? Magento 的噩梦。
谢谢你,如果这已经在其他地方提到了,再次抱歉。
巴顿
The major issue is, I ship all over Europe. Currently, I have a checkout cart Total Weight of products value. The buyer enters a country or Zip/Postcode, my external PHP function determines the Postal Zone / Region from that data and so generates a Post Price. The Post Price calculation is as an external PHP function included into Magento. How easy would this be to implement in OpenCart 3? e.g. 3 Products (8Kg) sending to the UK (which is determined as Zone 3) Therefore, Zone 3 weight range of 5kg to 10kg cost = 14.00 euros.
Opencart 具有基于重量的运输模块,因此您可以尝试使用区域和重量来计算
Can the Checkout sequence be removed therefore letting the buyer Click PayPal checkout only? i.e. don't want customers to create accounts etc. This is very difficult to do in Magento.
如果您具有编程知识,则可以根据需要修改结帐顺序,或者您可以使用 opencart 商店的扩展或修改
Is the Confirmation Email template configurable regarding layout and content, plus an automatic generation of the order number?
您可以通过编辑代码来编辑邮件的模板或内容,订单号是自动生成的。
How easy is to initially bulk import products with associated images, and update said products by exporting and re-importing without affecting any of the product data history? A nightmare in Magento.
opencart 中没有导入选项,但您可以尝试从 Opencart 商店对此进行扩展或修改
大家可以自己下载试试,加深理解。这是 opencart 的演示站点 link: