I’m trying to get the amount of discount used by the pimwick card but can’t find the metadata or so in SQL. At the end I would like to get every products where giftcard were used in a SQL request. Where to find the metakey ?
Redeemed gift cards are stored as an Order Item. You can find this data in the wp_woocommerce_order_itemmeta table. Look for the type “pw_gift_card” in the wp_woocommerce_order_items table.