Short description of issue
Can’t access original/base price of a product in Liquid when a customer is logged into B2B.
Reproduction steps
- Create a product catalog with different pricing than the base price on your product.
- Log in as a customer assigned to a company that is in that product catalog.
- Correctly see the price for that catalog.
- Look and not find a Liquid variable to view or show the price outside of the B2B context.
Additional info
We typically like to show the base price of a product for our tiered customers, and then show the price they are going to pay. Shopify B2B returns their price in their B2B context as you would expect, but there is no variable I can find on the Liquid object for us to still access the product’s original/base price. Is there anyway to access this?
Using the compare at price field in the catalog to just store this price is not an option because that field is used on and off for sales.
I would love a way to have access to the product price via Liquid even when a customer is logged into a B2B account. Something like {{ product.original_price }} or {{ product.base_price }}
What type of topic is this
Feature request