Skip to content

custom-options

Auto Added by WPeMatico

Magento 2 How to move custom product options under the custom container on Product page

I am customizing the Magento2 Blank theme, by using a custom child theme. I want the custom options,product prices add to cart section to appear in my custom container. I have created the file: app/design/frontend/Vendor/theme/Magento_Catalog/layout/catalog_product_view.xml <?xml version=”1.0″?> <!– /** *… Read More »Magento 2 How to move custom product options under the custom container on Product page

Magento2 How to get Customizable dropdown Options of a simple product in phtml file

How to get this https://prnt.sc/HE4LFsRji9fs Customizable option data in a phtml file. I want to data in like in this format… <div class=”field required”> <label class=”label” for=”select_69″> <span>Options</span> </label> <div class=”control”> <select name=”options[69]” id=”select_69″ class=” required product-custom-option admin__control-select” title=”” data-selector=”options[69]”… Read More »Magento2 How to get Customizable dropdown Options of a simple product in phtml file