【问题标题】:spree 2.2.1 add sale price to productspree 2.2.1 为产品添加销售价格
【发布时间】:2024-05-14 10:50:02
【问题描述】:

我正在尝试为 spree 2.2.1 寻找工作宝石,以便能够为某些产品添加销售价格。我发现的唯一解决方案是https://github.com/jonathandean/spree-sale-pricing,它适用于 spree 版本 2.0.0

当前版本的 spree 默认没有此功能,这有点令人惊讶,因为这是您在运营在线商店时首先要做的事情之一。

谁能指出正确的方向如何在不编写自己的解决方案的情况下解决这个问题?

【问题讨论】:

  • 听起来像是升职的工作。

标签: e-commerce spree


【解决方案1】:

你有办法

1 - (简单)https://guides.spreecommerce.com/developer/extensions_tutorial.html - 在官方指南中为您的任务描述了简单的解决方案

2 - 您可以根据自己的需要分叉和更新此 gem https://github.com/jonathandean/spree-sale-pricing

最好的问候!

【讨论】: