I am using Magento 1.9.3.8, I need some customization in custom options text in cart page.
I want to remove custom option price from cart page.
I want just hide euro 23.99 and euro 12.00 from those custom options no any other extra things to do.
Any help will be appreciated.
-
1In custom option it is not showing price on cart.kunj– kunj2018年07月28日 11:20:24 +00:00Commented Jul 28, 2018 at 11:20
-
Yes i want to hide price of custom options from cart page only.Nirav Joshi– Nirav Joshi2018年07月28日 12:20:55 +00:00Commented Jul 28, 2018 at 12:20
-
1I think default magento not displaying custom option price.kunj– kunj2018年07月28日 17:57:17 +00:00Commented Jul 28, 2018 at 17:57
-
Yes, I m using mageworx custom options extension. so maybe the issue is from extension?Nirav Joshi– Nirav Joshi2018年07月28日 21:26:54 +00:00Commented Jul 28, 2018 at 21:26
-
Welcome bro, happy to help you!!kunj– kunj2018年07月30日 05:03:46 +00:00Commented Jul 30, 2018 at 5:03
1 Answer 1
Try this:
Edit below file and comment out to disable price content or edit price code as per requirement.
/app/code/community/MageWorx/CustomOptions/Helper/Product/Configurable.php
answered Jul 30, 2018 at 5:03
kunj
3,7092 gold badges11 silver badges26 bronze badges
default