如何在Magento工作销售报价?

时间:2012-02-21 10:23:28

标签: magento shipping quote

实际上我在Magento中使用销售报价,我不明白在config.xml中对全局标记后面元素的定义

#app/code/core/sales/etc/config.xml

<global>
<sales>
        <quote>
            <totals>
                <nominal>
                    <class>sales/quote_address_total_nominal</class>
                    <before>subtotal</before>
                </nominal>
                <subtotal>
                    <class>sales/quote_address_total_subtotal</class>
                    <after>nominal</after>
                    <before>grand_total</before>
                </subtotal>
                <shipping>
                    <class>sales/quote_address_total_shipping</class>
                    <after>subtotal,freeshipping,tax_subtotal</after>
                    <before>grand_total</before>
                </shipping>
                <grand_total>
                    <class>sales/quote_address_total_grand</class>
                    <after>subtotal</after>
                </grand_total>
            </totals>
              ...

ti需要这个来解决冲突到扩展AW关注点和onestepcheckout。我几乎没有工作,只有一个错误。此错误是报价项目未将装运数量传递给订单项目,并且切屑的导入始终为0.

1 个答案:

答案 0 :(得分:1)

两者都是付费扩展并且有良好(免费)支持,因此请联系支持热线以解决此问题。

您还应该针对已记录的问题http://www.getsweettooth.com/wiki/index.php/One_Step_Checkout_Compatibility

概述此Wiki页面