The CreatorCon Call for Content is officially open! Get started here.

Access Requested Item Field

yoli1
Tera Contributor

Hello team is there a way to acces  Hide 'Add to Cart' (no_cart_v2) in the catalog item table (sc_cat_item) through a requested item ? this doesn't work : current.cat_item.no_cart_v2 === true

 
2 REPLIES 2

Elijah Aromola
Mega Sage

Are you using triple or double equals? Did you try: current.cat_item.no_cart_v2 == true

yeah my mistake works thanks!