We use cookies for various purposes including analytics and personalized marketing. By continuing to use the service, you agree to our use of cookies as described in the Cookie Policy.
Magento 2 Custom Option Absolute Price and Quantity extension overrides the limitation of Magento by adding absolute price and absolute quantity for the custom options. Let’s see the details in the following:
Magento 2 Custom Option Absolute Price and Quantity extension overrides the limitation of Magento by adding absolute price and absolute quantity for the custom options. Let’s see the details in the following:
Normally, when your customer purchases a product with custom options, the quantity they choose for the main product will also apply for the custom option. Therefore, the total order value will be calculated by multiplying the ordered quantity with the total price of product and custom options. This logic seems to still work well until you encounter this case. Suppose that you want to add the fast delivery cost option to a product and if your customers buy these 2 products, the shipping fee will also be double. Or another case, your customers want to buy a necklace with multiple pendants, but there is no ability to choose quantity of custom options in Magento default. That's what both customers and store owners don't want.
Let us help you with Magento 2 Custom Option Absolute Price and Quantity extension! This module will help you to set the absolute price and change quantity of any custom option so that the price and quantity of these custom options will not be multiplied with the products ordered quantity. Additionally, it also allows you to set tier price and manage your products’ stock changes in a grid.
If store owners want to make the price of a custom option applied only once irrespective of the quantity, they can set the price type of this custom option as absolute. This case is usually applied for extra fees such as: fast delivery, gift wrap, warranty,...
For example:
Item: $45
Custom option of Size: M $12 and L $15 (absolute price)
If you buy 2 items with the option of size M $12, the total price will be: 45*2 + 12*2 = $114. The quantity selected for the main product also is counted for the custom option and the subtotal will be:
{sub-total}={product qty}x{product price}+{product qty}x{option's value price}
The option of size L is applied the absolute price. If you also buy 2 items with the option of size L $15 (absolute price), the total price will be: 45*2 + 15 = $105. The quantity of custom option applied absolute price is independent of the quantity of the main product, it is counted individually in the subtotal:
{sub-total}={product qty}x{product price}+{option's value absolute price}
If you are using Magento default and you don’t know code, it’s challenging to do this requirement. However, with this extension, everything becomes easier than ever. Check out the following image to see how it is in the frontend.
In case you want to allow your customers to choose quantity of custom options, all you need to do is enable the quantity box for the custom option you want. Depending on the price types, the formula for calculating the total order value is different.
Case 1: The price types are fixed or percent
The total order value will be:
{sub-total} = {product qty}x{product price} + {option's value price}x{option's value qty}x{product qty}.
Case 2: The price type is absolute
The total order value will be:
{sub-total}={product qty}x{product price}+{option's value absolute price}x{option's value qty}
Magento 2 Custom Option Absolute Price and Quantity extension allows showing tooltip for product custom option with absolute price when hovering on. Admins can easily customize the message displayed on the tooltip as they want.
In addition to setting an absolute price and separate quantity of custom options from products, you can now set the tier price to your custom options! The tiered pricing for custom options can be configured right in the Product Edit Page and can be customized to target specific customer groups that you want.
The subtotal value of the order for tiered pricing can be calculated differently in two cases:
Case 1: When the Qty was enabled:
- With fixed or percent price:
{Sub-total} = {Product qty}x{option qty}x{tier price option} + {product qty}x {product price}
- With absolute price:
{Sub-total} = {product qty}x{ tier price option} + {product qty} x {product price}
Case 2: When the Qty wasn't enabled
- For fixed and percent price:
{Sub-total} = {product qty} x {tier price option} + {product qty} x { product price}
- For absolute price:
{tier price option}x 1
(Because absolute price mean the qty doesn't depends on product and always equal 1)
Magento 2 Custom Option Absolute Price and Quantity allows users to keep track of their stock changes through a Custom Option Report grid that provides information on product ID, option title, option value, price, quantity changes, etc. No more fear of missing out on your stock options changes!
With Magento 2 Custom Option Absolute Price and Quantity, you’ll be able to overcome limitations of Magento 2 default in setting absolute pricing and enabling the quantity box for custom options. Not only that, but the extension also makes your promotion strategies much more efficient with tiered pricing for custom options, and aid you in tracking stock changes for better inventory management! Hundreds of customers have chosen the extension and satisfied with it, and what about you?
Every merchant needs to survive – we do understand. That’s why we keep the price as low as possible.
We are all ears to your problems, either with our extensions or customizations. FREE 1-year support is included.
The source code is completely open to inspect, modify and enhance according to your business purposes.
We have developed a validation tool to ensure that every piece of code follows Magento coding standards.
Our modules work well with each other. Even you want ours to be compatible with those of others. We are here to help
We simplify and clarify the installation process, so you can get the extension played for your website in clicks.
Your business and customers’ demands are ever-changing. Our extensions are also up-to-date with new features.
Our certified experts get involved from the extension development to support to bring you efficient and budget solutions.
No need to install bunches of redundant features. We select the most relevant functions to ensure the user-friendliness.
Do your extensions support multiple domains?
Our license allows you to use a single extension license on one Magento installation. The extension is not domain related, but installation related. If you run several domains on the same instance of Magento, you can use one extension license. However, if you run each website on a new installation of Magento, you need a separate license for each of them.
Can I request trial?
We do not provide trial versions for our extensions. However, we are happy to offer 30-day money back guarantee if our extensions fail to function properly due to a bug and we cannot support to fix it. However, we always try our best to assist customer in solving problems.
What should I do if I can’t install the extension?
In case you cannot install the extension, please contact us to ask for more support. We are willing to install it for you based on our policy
How can I receive the updated version?
When BSSCommerce publishes new version of any product, please take notice of the release note tab in the product page to get the update news about the new version. Customers purchased product from us can get the updated version by contacting us via email; we will send the new package version once we receive this kind of request. In addition, you can go to My Account -> My Downloadable Products to download the latest version of the extension.
Does this extension work correctly with magento's cart rules (% discount promo codes)? From what I can tell these product options are ignored and the totals don't calculate correctly.
Thank you for contacting us.
About your query, we would like to inform you that the price of the custom option (price types with fixed and percent) is not included in the unit price.
For example, the sale rule that "buy 3 to get 1" will not include in the price of the custom option in the discount.
If you have any other queries, please feel free to let us know.
Can I install this Magento 2 extension via Composer? If yes, how can I do that?
Yes. You can install Magento 2 extensions via Composer following the instruction here.
How to send customization request for this extension?
Dear,
Just drop us an email to sales@bsscommerce.com or contact us.
We'd like to offer customization service for all BSS Commerce extensions and any third-party extensions.