cancel
Showing results for 
Search instead for 
Did you mean: 

Tier prices in Magento

Tier prices in Magento

Hi all,

I am in a project where we are developing a Product Catalogue in Magento, where AEM will be used as frontend.

We have a question regarding how to implement a certain desired feature, offering lower prices associated with the product, for specific customers. A link is provided to the customer containing an identifier that was previously added by author when configuring the product.

From what we were able to investigate, maybe tier pricing could be a solution to accomplish this. AEM would read this value and display the product page with the new price. 

Can this be achieved with tier prices, or something else is preferred?

Also, would this impact on VAT calculations, in the basket?

 

Thank you.

 

Kind regards,

Carla Bernardino

4 REPLIES 4

Re: Tier prices in Magento

@carla_bernardin 

 

It can be achieved using combination of Tier Pricing and Customer Group. If you want to offer different pricing to particular set of customer you can setup Customer group and assign customers to newly created customer group.

 

If you are integrating AEM then possibly uou may  be on Magento Commerce. Not sure if you are utilizing B2B features. Using B2B you can have separate product catalog / pricing as well.

 

More you can read here on how to set pricing: https://docs.magento.com/m2/ee/user_guide/catalog/product-price-tier.html

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: Tier prices in Magento

Hello,

Thanks for your answer, @Tarandeep Singh. One major thing I forgot to mention was that in our application we will not have registered users, neither login (so Customer Groups won't even be necessary). Can we still use tier prices for this feature?

Thank you.

 

Carla

Re: Tier prices in Magento

How will you identify customer without login. In case if you are going show to everyone then add the discounted price in special price.

Re: Tier prices in Magento

Hi,

We would use an identifier for a new and specific price of the product, that would be present in getProduct API response.

In Advanced Pricing section, our idea is to keep just the ID and price.

Do you think this is reasonable enough to achieve our goal?

 

Regards,

Carla