Skip to content

Instantly share code, notes, and snippets.

@MGCodeSnips
Last active May 24, 2017 10:38
Show Gist options
  • Save MGCodeSnips/fd687a9f23867395df447d0e4c783ec9 to your computer and use it in GitHub Desktop.
Save MGCodeSnips/fd687a9f23867395df447d0e4c783ec9 to your computer and use it in GitHub Desktop.
so shop owners can hide prices until the customer is logged in.
[ekm:customer_logged_in]
/* add your price and add to cart button style */
logged_in='<style>.customer-logged-in {display:block;} .customer-logged-out {display: none;}</style>';
logged_out='';
[/ekm:customer_logged_in]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment