Rafael Solorzano
Rafael Solorzano
i have the same issue, i ndont now how ti fix it!!
hey yes is frontends as i want my clients can use more than one credit card in one order, bcoz here in venezuela we only can use 300$ per credit...
and how i do it? since i am working with the spree 2-3-4, i think you are talking about https://github.com/spree/spree_gift_cards, and i read there is no support for this gem...
this is in my gem file, gem 'spree_store_credits', github: 'spree-contrib/spree_store_credit_payment_method', :branch => '2-3-stable', and i already installed, soo the thing here is with that extension (spree_store_credit_payment_method) how setup a gift...
hey realle thx athal7 i will then create a product, then modify that colum to true in the db and i will comments the results here.
well i create a product set the value of gift_card to true in the spree_products table, buy the product and spree just send me a email as always with the...
ok i will, but as i see in the gift_card_mailer.rb file the 3-line show this code @gift_card = gift_card.respond_to?(:id) ? gift_card : Spree::VirtualGiftCard.find(gift_card), as i know this search the product...