Skip to content

Switching and Paying For Two Servers

Can someone tell me if it is normal to have to pay for two severs while: a) Switching with same provider onto one server to another b) G… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1914834&goto=newpost

Issue with exporting custom column(s) to Excel XML

This a Category.php in UiComponentListingColumn in a child module public function prepareDataSource(array $dataSource) { $fieldName = $this->getData(‘name’); if (isset($dataSource[‘data’][‘items’])) { foreach ($dataSource[‘data’][‘items’] as & $item) { //print_r($item);die; if (isset($item[‘product_id’])) { $product = $this->_productloader->create()->load($item[‘product_id’]); $cats = $product->getCategoryIds(); $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $categories… Read More »Issue with exporting custom column(s) to Excel XML