Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.
This repository was archived by the owner on Mar 17, 2022. It is now read-only.

PHP Notice: id was called <strong>incorrectly</strong>. Product properties should not be accessed directly. #97

@decarvalhoaa

Description

@decarvalhoaa

Accessing directly product data is not allowed, e.g. $product->id. Correct method going forward is $product->get_id(). Places to change this:

Utillities.php

  • getProductTranslationsArrayByObject
  • getProductTranslationByObject

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions