Skip to content

Magento2 Warning: foreach() argument must be of type array|object,

I am getting following error but not sure how to debug. Please guide. Warning: foreach() argument must be of type array|object, null given in app/code/XYZ/ElasticSmile/Model/Product/Indexer/Fulltext/Datasource/CatalogExtra.php on line 494 Here the function is foreach ($product->getExtensionAttributes()->getConfigurableProductOptions() as $option) { $attributeCode = $option[‘product_attribute’]->getAttributeCode();… Read More »Magento2 Warning: foreach() argument must be of type array|object,

HostMantis acquired again

Hello WHT. It seems HostMantis’ ownership changed hands again, as about 30-40 minutes ago I received this email. [QUOTE]Learn more ab… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1898995&goto=newpost

How to make field in admin panel required

In admin panel on creating order page, i need to set field Middle Name/Initial required, if chosen shipping method is “Free shipping”, otherwise, this field doesn`t need to be required. Also, is this possible on backend?