You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is in the windows system file. When I run the project it does not load json into the HBS files and this generates undefined variables. I did a replace grocer on line 67 of the gulp file and resolved it.
From file.path.replace( /(temp\/)(\w|-)+(\/)((\w|-)+)(\.hbs)/g, 'source/data/'+ orderJsonToRead +'/$4.json' )
To file.path.replace('temp','source').replace('en-US','data\\vtex').replace('pt-BR','data\\vtex').replace('.hbs','.json')
I get the error "Cannot read property 'logisticsInfo' of undefined" when using "richShippingData" helper. How can i fixit?
The text was updated successfully, but these errors were encountered: