Hi I know I ask this a hundred times but my patience is over and I just hope someone will help me I think it’s a matter of removing “../” but where? http: //localhost/magento242/pub/media/catalog/product%5Ccache%5C5f272c8065dfdbbd4b66cb3905541f7d%5C//i/m/img1.png After the cache folder there is a double // This only happens on the home page […]
Magento
My server fails to update on data change. It goes to a 404 Error page[![enter image description here How would I go about the process to fixing this error? ”’#0 /home/we/kw/vendor/symfony/console/Application.php(657): SymfonyComponentConsoleApplication->findNamespace(‘setup:cron’) #1 /home/we/kw//vendor/symfony/console/Application.php(237): SymfonyComponentConsoleApplication->find(‘setup:cron:run’) #2 /home/we/kw/aivapes.com/vendor/magento/framework/Console/Cli.php(115): SymfonyComponentConsoleApplication->doRun(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) #3 /home/we/kw/vendor/symfony/console/Application.php(149): MagentoFrameworkConsoleCli->doRun(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput)) #4 /home/we/kw/bin/magento(23): SymfonyComponentConsoleApplication->run() #5 {main} [] [] […]
We are using Magento v2.4.3 and Braintree as the payment gateway. Due to the supply chain issues we have a scenario we deal with sporadically where a customer places an order for a special order item. The new order is “Authorized Only” at the payment gateway. The authorization expires in […]
I know how remove .html extension from URL’s in Magneto 2.3, but I’m unsure what other steps I need to take to make sure I do everything properly. I found that I should also create a global redirect in .htaccess but is there anything else I should take into consideration? […]
Is there any way to pull or display a product attribute within the product’s description? What we’re looking for is something the listings team can use to make a generic product description for lots of very similar products (think USB & network cables) where they can make a simple HTML […]
My Magento 2 installation on production and staging is working well, but on development and integration environments the same code is very slow. how could I find the issue?
My first question is this I want to change the font of the admin pages Which file should I edit? I did that First, I copied the fonts to the address I wanted and imported the fonts with the following command <css src="../css/style.css"/> The font is displayed and there is […]
I have a custom payment method that is not working with virtual products (but works perfectly with simple products). This is the error registered in console: Uncaught TypeError: MutationObserver.observe: Argument 1 is not an object. Any idea about this? Thank you.