nbar
nbar

Reputation: 6158

Magento catalogrule ID (rule_product_id ) to SKU (product ID)

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

Answers (1)

Michael Leiss
Michael Leiss

Reputation: 5670

You could simply do a SQL-JOIN on the product entity table.

Upvotes: 1

Related Questions