Skip to content

magento 2 admin create and download csv file and loading problem

Please loading issue solve. I try to reload or redirect but that is not working. $resultRedirect = $this->resultFactory->create(ResultFactory::TYPE_REDIRECT); $resultRedirect->setPath(‘*/*/’); return $resultRedirect; My code is -> $name = date(‘m_d_Y_H_i_s’); $filepath = ‘export/custom’ . $name . ‘.csv’; $this->directory->create(‘export’); /* Open file */… Read More »magento 2 admin create and download csv file and loading problem

Code exported in the Description column of Product Export instead of actual descriptions

Magento 2.4.5-p1 I have exported products from Magento 2.4.5-p1. When I open the CSV file and look at the Description column, some rows show the actual Product Description while many others show the following: <div data-content-type=”html” data-appearance=”default” data-element Why is… Read More »Code exported in the Description column of Product Export instead of actual descriptions

PHP Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in

PHP Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in “PREPAID_TAXABLE_AMOUNT”=> (($item->getDiscountAmount()) ? abs( round($item->getSubTotal(), 2) – round($item->getDiscountAmount(), 2) ) : ” ) I am getting this error in PHP 8 & Magento2.4 How to… Read More »PHP Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in

skynethosting.net scammer?

Hello, I ordered hosting from companies and it’s been 17 hours, it hasn’t been delivered, I opened a ticket, it’s been 16 hours, they’re not… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1903120&goto=newpost

Advice and help on 175+ webhosting accounts

I have a dedicated server through OVH that I am hosting 175+ accounts with the bulk majority of them using wordpress. Nothing crazy. Lately … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1903084&goto=newpost

Updating products in bulk with async endpoint fails with error getProductFromLocalCache() must be of the type string, null given

I’m trying to update multiple items as a batch in Version 2.4.3-p1 $productUpdates = []; foreach ($updates as $magento_sku => $data) { $productUpdates[] = [ ‘sku’ => $magento_sku, ‘product’ => [ ‘price’ => $data[‘price’], ‘extension_attributes’ => [ ‘stock_item’ => [… Read More »Updating products in bulk with async endpoint fails with error getProductFromLocalCache() must be of the type string, null given