Creating custom product representations

Goncalo Rodrigues asked on April 30, 2015 18:01

Out of the box a product can be a Standard Product, Membership, E-product, Donation, or Bundle. Can we create our own custom representations?

Recent Answers


Josef Dvorak answered on May 1, 2015 13:59

Hello Bob,

The product representation is an internal value used by the E-commerce module to determine certain behaviours during checkout. This value is not extendible, but even if was possible, you would need to have access to all of the E-commerce module code, and extend the logic anywhere where this the value of this field is tested. The best approach is to define a custom field and make your code use it instead. This can be done in:

Development -> Modules -> SKU -> Fields

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.