Can I subscribe to an out of stock simple product (child of a configurable)?
Yes, the extension allows customers to subscribe to back-in-stock notifications to specific options of a configurable product. Please ensure to enable the Show Options of Out of Stock Configurable setting in the module general configuration (Stores → Configuration → Amasty Extensions → Out of Stock Notifications → General).
When an out-of-stock option is selected, there will appear a subscription block:
You can check and test this functionality on our
demo as well.
Related Articles
How to assign simple options to configurable products?
In order to assign simple products to the configurable ones, it is necessary for them to already exist in Magento. Therefore, at first, I'd recommend importing all the products. Here are the minimum required fields to import a new product: Root ...
Is it possible to assign different statuses for child products of a configurable/bundle/grouped product?
The extension allows setting different statuses to products based on their attributes (like color, size, SKU, stock availability, etc) and dynamically change the status depending on the available quantity of the product. The feature is available for ...
Do customers need to re-subscribe to a product if it is out of stock again?
When customers subscribe to stock notifications for a certain product, only one email will be sent when this item is back in stock. If the product is out of stock again, customers will need to resubscribe to stock notifications to receive another ...
Out of Stock Notification | GraphQL methods
Mutations AmxnotifStockSubscribe (input: AmxnotifSubscribeInput) description: Subscribe to product comes back in stock alert AmxnotifPriceSubscribe (input: AmxnotifSubscribeInput) description: Subscribe to product price changes
Can I display different product attachments for different child products?
At the moment the module doesn’t allow displaying attachments per child products. If you add attachments to a configurable product, they will be displayed for all its options identically.