gpt4 book ai didi

ruby-on-rails - Sharetribe:将 "Minimal Order (quantity)"更改为 "Minimal Order"

转载 作者:太空宇宙 更新时间:2023-11-03 16:42:22 34 4
gpt4 key购买 nike

views app/views/listings/show.haml 中,我有这段代码:

- if @listing.price
.row
.col-12
.listing-price
%span.listing-price-amount
= humanized_money_with_symbol(@listing.price).upcase
- with_quantity_text(@current_community, @listing) do |text|
%span.listing-price-quantity
= text

在产品展示页面上,它显示文本:

Minimal Order (quantity)

如何将此文本更改为“最小订单”?

最佳答案

根据您对 Sharetribe 的自定义程度,您应该在 /config/locales/en.yml 中的键 listings.show.price.per_quantity_unit 下找到该字符串>.

with_quantity_text 结束 here , 并使用 I18n 来抓取字符串。 YMMV 如果您在这里自定义了任何助手。

关于ruby-on-rails - Sharetribe:将 "Minimal Order (quantity)"更改为 "Minimal Order",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43155584/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com