I’d like to be able to hide the price of a product in the cart view.
I found this code to hide elements on a page:
// Hides the element when the page loads
$w(“#myElement”).hide();
When I try it, however, I am only able to get the entire cart element (#shoppingCart1), and not any of the items listed within it, such as price.
Any help would be appreciated. Thanks!