Hiding the Tier Pricing Table with Custom CSS
This article explains how the tier pricing table functions and how it can be hidden on your storefront when needed. The tier pricing table is shown when multiple tier prices are set, the “Use Quantity Based Pricing” setting is disabled, and there are no product attributes with price adjustments.
At present, there is no built-in system setting to hide the tier pricing table. Instead, you can use a custom CSS snippet to prevent the table from displaying on product pages. Please note that applying this snippet will hide tier pricing across all products.
This guide provides an overview of the scenarios in which you might want to hide the table, describes the key settings affecting its display, and offers step-by-step instructions for implementing the custom CSS change.
Use cases
- Allowing users to freely enter a quantity with dynamic pricing calculations.
- Simplifying product pages by removing the tier pricing table.
- Ensuring a consistent storefront appearance for products that use tier pricing.
Key settings in Infigo
- Tier Pricing Display: Automatically shown when multiple tier prices are present.
- Use Quantity Based Pricing: Located in the product pricing configuration; must be disabled for the tier table to appear.
- Product Attributes with Price Adjustments: Any such attributes will prevent the tier pricing table from displaying.
Step-by-step guide
- Confirm that your product has multiple tier prices set up.
- Check that the Use Quantity Based Pricing setting is disabled in the product configuration.
- Ensure there are no product attributes with price adjustments applied.
- To hide the tier pricing table, navigate to the CSS section in your admin area and add the following snippet:
.tier-prices.catfish-classes.interpolation.orderLineTotal { display: none; }
- Save the CSS changes and review your storefront to verify that the tier pricing table is hidden across all products.
Related links
For additional guidance, head over to the Infigo Academy or contact our Customer Support team.