Skip to content

magento man

Do you block any WordPress plugins serverwide?

Most Shared/Reseller hosting providers use LiteSpeed, including LSCache and Imunify360. Yet some clients try to use lots of unnecessary plu… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886935&goto=newpost

OVH support no response few hours

Anyone know support of OVH is there are? no response in critical tickets about 6 hours , call number also unavailable(… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1886779&goto=newpost

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