nystudio107/craft-instantanalytics

Uknown Property Product::Product on adding to cart

Closed this issue · 2 comments

Get the following error when adding one of my product types to cart (other product types work):

GETTING UNKNOWN PROPERTY: CRAFT\COMMERCE\ELEMENTS\PRODUCT::PRODUCT

originating from :

in /app/vendor/nystudio107/craft-instantanalytics/src/services/Commerce.php at line 475– craft\base\Element::__get('product')

Seems if a specific product doesn't have the specific Commerce Product Category Field it throws this error.

Getting this exact same issue. Not sure what the cause is.

Fixed in 04a0e16