Skip to content

magento-1.9

Auto Added by WPeMatico

How can we resolve this issue ? Deprecated Functionality: str_replace():

I’m trying to fix the error with this (return sprintf($path,str_replace(‘contents_’, ”, $content));) code but it’s not working. anyone have idea how we can resolve it? Console error… [2023-02-07T17:48:14.257774+00:00][INFO][mode: data][stage: data migration][step: Map Step]: started [2023-02-07T17:48:14.258237+00:00][INFO][mode: data][stage: data migration][step: Map Step]:… Read More »How can we resolve this issue ? Deprecated Functionality: str_replace():

I’m facing the migration issue magento 1.9.3.9 to magento 2.4.4

There are showing some errors in migration How we can resolve it. anyone can resolve this issue ?? E:xampp81htdocsmagento2>php bin/magento migrate:settings vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.9/config.xml PHP Fatal error: During inheritance of Iterator: Uncaught Exception: Deprecated Functionality: Return type of MigrationResourceModelAbstractCollection::current() should either be… Read More »I’m facing the migration issue magento 1.9.3.9 to magento 2.4.4

in admin form field

I have an admin form with a few select fields declared in my _prepareForm method like the example below: protected function _prepareForm() { $form = new Varien_Data_Form(array( ‘id’ => ‘datacenter_action_form’, ‘action’ => $this->getUrl(‘*/*/saveConfig’), ‘method’ => ‘post’, ‘enctype’ => ‘multipart/form-data’ ));… Read More »in admin form field

How to create category list view with products grouped by inner category?

We have our store’s products organized as follow: Category1 —Category4 ——Category10 ———–Product1 ———–Product2 ——Category11 ———–Product3 —Category5 ——Category12 ———–Product4 ———–Product5 ———–Product6 Category2 —Category6 ——Category13 ———–Product7 ———–Product8 ———–Product9 Category3 —Category7 ——Category14 ———–Product10 ——Category15 ———–Product11 ———–Product12 ——Category16 ———–Product13 ———–Product14 I want to make… Read More »How to create category list view with products grouped by inner category?