Price in Cart is not correct Magento 1.8

半腔热情 提交于 2019-12-11 06:46:29

问题


Today I've run into a new problem and can´t find a solution. I've added some simple products and configurable products via MagMI. Everything is fine. Products are shown in the front-end as I want it. But following happens:

simple product 1 has a price of 49€, simple product 2 has a price of 90€.

Both are part of the same configurable product which has a price of 49€. Now, in cart, the single-price of both simples is 49€. (If I print out $_item->getSku() I get the right skus of the simple products, so I think, the products in cart are the correct ones)

How can I fix this?

It would be also helpful if someone could tell me where the subtotal is built exactly - I can't find this.

I would be thankful for all help or hints.


回答1:


If the simple products are not visible individually then the price shown will be the price of the configurable product. The pricing variations on the associated single products are managed in the Associated Products tab of the configurable item.

Pricing is managed here as a plus/minus relative to the price of the main configurable.



来源:https://stackoverflow.com/questions/21259953/price-in-cart-is-not-correct-magento-1-8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!