Skip to content

magento-1.9

Auto Added by WPeMatico

How to use external js for the phtml files in magento 2

my phtml file <div class=”home-del-days-main-cont”> <div class=”hof-changeoutletcontent”> <div class=”h-find-de-day”> <h2><?php echo __(“Enter your postcode to find delivery days “);?></h2> <div> <p style=”text-align: center;”><?php // echo __(“Please enter a delivery postcode to see delivery days.”);?></p> </div> </div> </div> <div> <div class=”h-news-frm”>… Read More »How to use external js for the phtml files in magento 2

How to remove fonts.googleapis from magento 1.9?

I have in my theme template file head.phtml, and here is added: <link href=”//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400,600,italic,700″ rel=”stylesheet” type=”text/css”> So question is how to remove it through my template layout local.xml? or maybe another method?

Error during the data’s migration with the data migration tool (1.9.3.1 to 2.4.4)

I have encountered a problem during the migration of the data from my old magento to my new magento… Everything worked well for the settings migration Here is the command i’ve launched : bin/magento migrate:data -a /var/www/html/magento2/app/code/Vendor/Migration/etc/opensource-to-opensource/1.9.3.1/config.xml and here is… Read More »Error during the data’s migration with the data migration tool (1.9.3.1 to 2.4.4)