Skip to content

Help me choose a shared host.

I need to move my websites to other shared host, my current host is a nightmare, I can barely edit page or upgrade plugin. I try to avoi… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1878728&goto=newpost

Select items in multiselect on Product form in Admin area

On the Product edit form in the Admin area, I have added a multiselect field by overwriting the modifyMeta() method on MagentoCatalogUiDataProviderProductFormModifierAbstractModifier as so: <?php namespace DotancohenFoobarUiDataProviderProductFormModifier; use MagentoCatalogUiDataProviderProductFormModifierAbstractModifier; use MagentoUiComponentFormElementInput; use MagentoUiComponentFormElementSelect; use MagentoUiComponentFormFieldset; use MagentoUiComponentFormElementDataTypeText; use MagentoUiComponentFormField; use… Read More »Select items in multiselect on Product form in Admin area

Adding tracking code to success page

I’m trying to add tracking code to my onepage success page. I’ve created layout and created success.phtml to my custom theme. app/design/frontend/my_theme/Magento_Checkout/layout/checkout_onepage_success.xml <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” layout=”1column” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <script src=”module-checkout::templates/success.phtml”/> </head> app/design/frontend/my_theme/Magento_Checkout/templates/success.phtml my tracking code Everything fine but the tracking code… Read More »Adding tracking code to success page