One minute
SQL Magento - Get store credit balance
👴 Careful You’re reading an old article ! Some links might be broken and content may be outdated
Valid for Magento EE 1 only. The feature of store credits isn’t native in CE edition.
select amount
from enterprise_customerbalance
where customer_id = @customer_id ;
Read other posts