Question

I'm trying to get Cart price rule data. However, I cannot get the reward point which I created in Add reward point input field in Cart price rule form from the database, I have found it in salesrule and its related table, but I cannot find where the reward point was saved. How the mechanism of saving reward point action?

enter image description here

Was it helpful?

Solution

  1. The current customers' reward points can be checked in the magento_reward table
  2. Reward points history (when they were added/ subtracted) in the magento_reward_history table
  3. Rule-2-points relation is found in magento_reward_salesrule

Good luck!

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top