Access Requested Item Field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 06:22 AM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 06:28 AM
Are you using triple or double equals? Did you try: current.cat_item.no_cart_v2 == true
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 06:43 AM - edited 10-24-2023 06:51 AM
yeah my mistake works thanks!