backdrop-contrib / shopify

Integrate and sync your site with a Shopify store.
GNU General Public License v2.0
0 stars 1 forks source link

Call to a member function value() on null #11

Closed laryn closed 2 years ago

laryn commented 2 years ago

Setting up a view to pull in products is producing this result, which looks like an entity metadata issue:

Call to a member function value() on null

laryn commented 2 years ago

And in the watchdog:

Notice: Undefined property: EntityValueWrapper::$price in shopify_add_to_cart_form() (line 1188 of /app/modules/shopify/shopify.module).

laryn commented 2 years ago

This issue seems to have been fixed by @argiepiano in his "general cleanup" issue. :+1: