Recent Articles
B2B Company Account API
1. Amasty\CompanyAccount\Api\CompanyRepositoryInterface - class for managing company accounts. GET /V1/amcompany/company/:companyId, method="getById" - get information about the company by its ID; POST /V1/amcompany/company, method="save" - create a ...
I'd like to output the price and special price for configurable products. How do I achieve this?
The required behavior can be achieved with the price attribute for price and final_price for special price. This way, the price of the simple product, belonging to a configurable product, with the smallest value will be output as a price, and the ...
How to make customers add only specific amounts of products to the cart (e.g. 4, 8, 12, etc)?
Navigate to Catalog → Products → choose the product → Quantity → Advanced Inventory and set Enable Qty Increments to Yes. Once this setting enabled, the Qty Increment field appears, where you can specify the step of the item qty customers should add ...
How to set different product prices for different customer groups?
It's possible to set prices per customer groups using the default Magento tier pricing feature. To configure tier prices, navigate to Products → Edit/create a product → Price → Advanced Pricing link. Here, is the Customer Group Price configurations, ...
How to create a promotion that will be available within a specific period of time?
Magento Community Magento offers the From - To setting for making a promotion temporary. To configure the start and end day of your promotion, navigate to Marketing → Promotions → Cart Price Rules, choose the rule or create a new one and set the time ...