I have a configurable product set up. - customer will order by the inch. I added a customizable option for a flat fee. Magento is "adding the flat fee to the price per inch" instead of adding the flat fee to the "total" of the price per inch. Is there a way to set this up?
Hi Lori,
It's an interesting question.
It may be overkill for your use case, but I do know of a Magento Extension that will allow shoppers to enter a Quantity for the customizable option. That would potentially solve your issue. Shoppers could choose if they wanted 48 inches of the main product, but also wanted 4 of the Customizable Option item.
https://marketplace.magento.com/mageworx-module-advancedproductoptions.html
Best of luck!
Thanks, I'll look into it
Hi @lori_groff
I think you can solve this, indicating how you want it to be applied.
Check this configuration
-----
Paco Abella
https://magento-specialist.com/
Hi @lori_groff
To ensure that the flat fee is added to the total rather than being incorporated into the price per inch for your configurable product, you might want to consider adjusting the pricing configuration. In the Magento admin panel, navigate to the configurable product, and under the "Customizable Options" section, review the settings for the flat fee. Ensure that the pricing configuration is set to "Fixed Amount" rather than "Percent." This way, the flat fee will be added to the total order price, regardless of the length ordered per inch. Additionally, double-check any custom pricing scripts or extensions that might influence the pricing calculation to ensure they align with your intended setup.
Best regards. plaxyu admin!