Reputation: 6158
I search a way to get the product ID (SKU) from a rule_product_id. The rule_product_id is the ID to a product in the catalogrule tables like: catalogrule_product
Upvotes: 0
Views: 196
Reputation: 5670
You could simply do a SQL-JOIN on the product entity table.
Upvotes: 1