Andrew Thal

Results 25 comments of Andrew Thal

@gmacdougall interesting... somehow we bypass that and don't need a CC

Got it. So it's a frontend thing then and not backend?

there is a gift_card boolean on the spree_products table which will make it such that the line item generates a virtual_gift_card post-purchase. i am not positive if that is currently...

you'll either need to update your order confirmation template or pull in https://github.com/athal7/spree_store_credit_payment_method/commit/ce5c85b44c7aec920833e591c0889dba09da34d6, it's currently on a pull request https://github.com/spree-contrib/spree_store_credit_payment_method/pull/23

@jasonfb that hasn't been implemented yet. We are currently just using it for accounting segmentation of when to count the store credits against liability (issuance for non-expiring, and usage for...