Skip to content

magento man

Where should a webhost host their emails?

Hey lads, I hope this thread finds you well. What do you guys recommend, where should a web hosting company host their emails? We curr… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886698&goto=newpost

123-reg removing direct debit – I wonder why?

Here in the UK at least, direct debit is the preferred method of payment by most companies – one will pay more per kWh for gas or electric u… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886715&goto=newpost

How to display children of subcategories

I wrote a function that outputs the current category and its children in a certain order, like so: function Orderlist($param2) { $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $category = $objectManager->get(‘MagentoFrameworkRegistry’)->registry(‘current_category’);//get current category $catId =$category->getId(); $subcategory = $objectManager->create(‘MagentoCatalogModelCategory’)->load($catId); $subcats = $subcategory->getChildrenCategories(); foreach ($subcats as… Read More »How to display children of subcategories