spree

    0熱度

    1回答

    在狂歡sign_up的app/models/spree/user.rb有 def set_login # for now force login to be same as email, eventually we will make this configurable, etc. self.login ||= self.email if self.email end 我

    1熱度

    1回答

    我想設置貨到付款和店內選擇作爲我的送貨選項。所以當用戶選擇店內取貨時,地址被設置爲存儲位置。 這些都增加了一些項目後,我作出order_decorator.rb Spree::Order.class_eval do remove_checkout_step :payment checkout_flow do go_to_state :delivery go_to_s

    1熱度

    1回答

    我使用Rails 4和Solidus 1.2 如何將價格格式化爲貨幣符號的數字之前有一個空格,例如「€99」 ? 施普雷/固相線使用Ruby錢寶石來處理貨幣和我在https://github.com/RubyMoney/money/blob/master/lib/money/money/formatting.rb看到有一個配置選項 Spree::Money.default_formatting_r

    0熱度

    1回答

    我有一些變體(根據不同的顏色)產品: 我怎樣才能改變左手拇指/圖片爲產品的每一個變種(顏色)?當我想選擇「綠色」的顏色,例如,我想要顯示綠色的包,當我選擇「紅色」紅色的包等,等等 謝謝!

    1熱度

    2回答

    嘗試在新的Rails項目中安裝Spree時出現以下錯誤。我的Rails 4.2.5版安裝和Ruby版本2.3.0p0 $ spree install --auto-accept [WARNING] Spree CMD Installer is deprecated. Please follow installation instructions at https://github.com/sp

    0熱度

    1回答

    我有一個表格,用於選擇has_many through:關係中的關聯。它可以工作,但是當發生驗證錯誤時,出於某種原因它會將選擇框呈現兩次。 relationships.rb(施普雷::產品飾) module Products module Relationships extend ActiveSupport::Concern included do ha

    0熱度

    1回答

    我有一個問題用命令 rails g spree:install --user_class=Spree::User 我下面從GitHub施普雷指南:https://github.com/spree/spree ANS我有錯誤: Uninitialize constant ActiveSupport::EventedFileUpdateChecker 我用ruby 2.3.0,rails 4.

    -1熱度

    1回答

    我有一筆付款流,我在銀行發票上發送產品,然後確認是否已支付票款。 在大禮包中,我需要確認付款之前確認運輸。 有人知道可以幫助我找到一種方法來確認先運送和付款後。 施普雷3.1

    0熱度

    1回答

    背景:嘗試將狂歡推向heroku。它可以在localhost中運行:3000,但在heroku中沒有運氣。 推了heroku高手之後,沒有錯誤。但是,當打開heroku它顯示應用程序錯誤。 誰能幫助擺脫了 「錯誤的參數數目」 當Heroku的打開 Application Error An error occurred in the application and your page could

    1熱度

    1回答

    當我在寫order_decorator.rb它remove_checkout_step :delivery刪除送貨地址從我checkout/address頁spree3-1穩定分支信息。我的要求是隻跳過結帳步驟3頁即在圖像 給請指導我如何這個問題需要克服。