#TypeError: Cannot read properties of undefined (reading 'calculated_price')

6 messages · Page 1 of 1 (latest)

soft zealot
#

Hey, I got this error in my storefront seems like data corruption issue the question where this calcluted_price should came from.

left mesa
#

Hi, I had the problem with products that do not have a price yet. Do you have products without price? Then setting it in the admin panel will fix it.

rotund veldt
#

You can use "?" like
if (!variant?.calculated_price?.calculated_amount)

soft zealot
icy sonnet
#

products are missing price, go to products then edit pricing

soft zealot