Hi,
I would like to hide price info (+100 $) in drop-down on the product side.
I found some guides on the Internet, however it is about Magento 1.6/1.7 and it looks like structure is totally different.
I am using version 2.1.9, and would like to remove that info in drop-down. Could you help me with that?
Also I would like to display value from drop down as a single select list. Where I can find it?
Thank you in advance.
This is the line that adds the price string to select options:
So you'd need to create a new block that replaces this functionality (e.g. https://magento.stackexchange.com/questions/134093/how-to-override-blocks-in-v2-1/134106)
Thanks,
I will try to follow up that guide. Thanks a lot!