Magento 多站点定价和每组定价
因此,我们现在正在开发的网站将是多站点,并且我们将为每个网站提供不同的定价。当其中一个网站需要有两个不同的价目表时,就会出现问题。
一个站点将有一个价目表,另一个站点将有另一个价目表,然后将有一个基于第二个站点的客户组的价目表。我不确定设置此功能的最佳方法,因为定价将按每个网站进行。我看到的唯一另一个开箱即用的选项是使用分层定价功能,并设置 1 个及以上的客户组 A 是否使用此价格。 (谢谢你的其他答案之一的约瑟夫·马斯蒂!)
我很担心这一点,因为我也在进行夜间价格更新,并且我认为以编程方式保存每个产品可能会很痛苦。如果有人对以编程方式设置分级定价有任何建议,那么这将是巨大的,或者如果您有其他建议,我将不胜感激!
So, the site we are working on right now is going to be Multisite and we are going to have different pricing for each website. The issue comes when one of those sites needs to have two different price lists.
There is going to be the price list for one site, and another price list for the other and then there will be a price list based on the customer group for the second site. I am not sure the best way to set this up since the pricing will be per website. The only other option that I see out of the box is to use the tiered pricing functionality and set if customer group A qty 1 and above use this price. (Thank you Joseph Mastey from one of your other answers!)
I'm concerned about this since I am doing a nightly price update as well and I assume programmatically saving this per product could be a pain. If anyone has any tips on setting the tiered pricing programmatically that would be huge or if you have another suggestion I would appreciate all that come my way!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
感谢您的提及:)
之前看过这个,您是完全正确的。分级价格似乎是实现这一目标的唯一简单方法。我曾考虑过尝试使用多个商店视图来达到相同的效果,但还没有成功。
另外,是的,更新等级价格可能会很痛苦,我不确定 API 是否支持它。
Thanks for the mention :)
Having looked at this before, you're exactly correct. The tiered prices seem to be the only easy way to accomplish this. I have thought about trying to use multiple store views to the same effect, but I haven't had success yet.
Also, yes, updating tier prices can be a pain, I'm not sure the APIs even support it.
该 API 支持更新等级定价。
http://prattski.com/2010/03/ 04/magento-import-tier-pricing-using-api/
The API does support updating tier pricing.
http://prattski.com/2010/03/04/magento-import-tier-pricing-using-api/
如果某个客户组有简单的百分比折扣,那么您可以使用目录价格规则。
If there is a simple percentage reduction for one customer group then you can use a Catalog Price Rule.