Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Dear @alyssadunny
Please share store ulr and screenshot regarding the issue.
Was this issue happening before you installed their app?
If not, I would tell them that, they should help you install it so it works as expected.
If it is an issue with your theme, it sounds like you want to look in the code for conditional logic based on the logged in user (the customer liquid object: https://shopify.dev/docs/themes/liquid/reference/objects/customer).
In your case, I'm guessing there is some code like this:
{% if customer %}
Customer is logged in, any code here will show only to logged in users.
{% endif %}
Here's how I would debug and fix:
1) Search your theme files for {% if customer %}. That might help you identify this.
2) If you can't find any, read the code in the files that pertain to where they're showing (example, if it's home page, look in the index template / sections and snippets).
3) Duplicate your live theme, edit the code on the backup theme so that if something goes wrong, your live site is not affected.
If you're not familiar with editing theme code, or finding code to edit, this guide will help: https://speedboostr.com/how-to-safely-edit-your-shopify-theme.
If you prefer to save time and hire a developer, reach out to my team at speedboostr.com/contact. We do theme customizations on Shopify every day.
Not signed in, you can't view the product - we want to be able to see the product still on site if you aren't logged in and also to show the higher the price.
Signed in, you can see the price at the lower price for wholesale nd thats how we want it too.