Skip to main content

Questions tagged [customizable-options]

0 votes
1 answer
75 views

It seems you've encountered an issue with Magento 2.4.5 and lower versions when dealing with currency conversion for customizable options. Here’s a clearer description of the steps and the problem: ...
MageComp Project Team's user avatar
0 votes
1 answer
131 views

On my magento I have different store views and some simple products with customizable options. I also have some custom code that checks the label of these options: $myvalue = 0; $options = $item->...
Lou Nik's user avatar
  • 527
0 votes
1 answer
78 views

Anyone knows where this + prefix symbol in customizable options is coming from? I'd like to replace it with something like "for {price}". I searched all over Magento modules and couldn't ...
kray's user avatar
  • 3
0 votes
1 answer
286 views

In the admin grid form of Products, I need certain Customizable Options to not be displayed even if they are assigned to a Product. These Customizable Options will be displayed in a separate section ...
dotancohen's user avatar
  • 1,130
1 vote
0 answers
1k views

How can i add custom option type in customizable options? Is there any free extension which added this option? I followed this link but i can not make it works....
SebastianT's user avatar
0 votes
1 answer
465 views

I would like to be able to translate the title of the customizable options. The following code works correctly and adds the options in all store views. How to adapt it to have a translated title in ...
Gregory's user avatar
0 votes
1 answer
1k views

I have some customizable options in my products. I would like the checkout/cart page to show the individual prices of each option and not just the total price. Unfortunately I am missing any approach. ...
Jackridder's user avatar
0 votes
1 answer
86 views

From quote I got array of customizable option. How can I retrieve it's title & value $quote = $this->_cart->getQuote(); $cartAllItems = $quote->getAllItems(); foreach ($...
Arjun's user avatar
  • 3,648

15 30 50 per page