Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Last active September 14, 2016 11:49
Show Gist options
  • Save ae-elaine-axis/97cfc269f1abcfd98f0fd9d9ae59f8bd to your computer and use it in GitHub Desktop.
Save ae-elaine-axis/97cfc269f1abcfd98f0fd9d9ae59f8bd to your computer and use it in GitHub Desktop.
Catalog for all except VIP customers
.ecwid-productBrowser-price {
display: none;
}
body.ecwid-customer-group-XXXXXXX .ecwid-productBrowser-price {
display: block;
}
/* XXXXXXX needs to be replaced by actual customer group ID that can be found with help of Inspector.
You will need to be logged in as a customer of the respective group when inspecting elements.*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment