You're legend sir ! 💓 Since these expressions are only available on PRODUCT, CART, ORDER, SEARCH . So if we have a new/custom page how can we use these expressions there?
Haha, thanks! Glad you like the content. Take a look at this link developer.salesforce.com/docs/atlas.en-us.exp_cloud_lwr.meta/exp_cloud_lwr/advanced_expressions.htm These are all the general expressions I mention in the video you can use on any page!
🌮🌮🌮Have you tried Cart Data Expressions in Custom LWC on Cart Page? If you try to use them in a standard component like Text block, there is no problem, and all other expressions related to the product, order, or search work just fine, but the cart expressions always return undefined in my custom Cart LWC. I have tried {!Cart.Details.webstoreid},{!Cart.Details.cartId} and {!Cart.Items} I am wondering if it is a but or restriction or if I am doing something wrong.
I have! I just finished a few things on a cart component but I was seeing something similar on the product page. Which I do believe is a bug, I was gonna wait until the latest release went QA before filing a ticket if it’s still there.
Thanks a ton ! Exactly what I was looking for !
Great to hear!
As always, your videos are very helpful. Thanks!
Thank you! Glad you found them helpful!
can you give some sample code for lwc
storing some value
You're legend sir ! 💓
Since these expressions are only available on PRODUCT, CART, ORDER, SEARCH . So if we have a new/custom page how can we use these expressions there?
Haha, thanks! Glad you like the content.
Take a look at this link developer.salesforce.com/docs/atlas.en-us.exp_cloud_lwr.meta/exp_cloud_lwr/advanced_expressions.htm
These are all the general expressions I mention in the video you can use on any page!
Thank you
Thanks for watching!
🌮🌮🌮Have you tried Cart Data Expressions in Custom LWC on Cart Page? If you try to use them in a standard component like Text block, there is no problem, and all other expressions related to the product, order, or search work just fine, but the cart expressions always return undefined in my custom Cart LWC. I have tried {!Cart.Details.webstoreid},{!Cart.Details.cartId} and {!Cart.Items} I am wondering if it is a but or restriction or if I am doing something wrong.
I have! I just finished a few things on a cart component but I was seeing something similar on the product page. Which I do believe is a bug, I was gonna wait until the latest release went QA before filing a ticket if it’s still there.