One of the most important features of creating ecommerce websites with Magento 2 is the ability to add multiple languages to your store. In this tutorial, we’ll cover the following Magento 2 translation topics: what internationalization is, and why it’s important how we can add more languages in Magento 2 […]
Daily Archives: November 4, 2021
I have the following link on my menu Home Categories New Arrivals Deals About US How I can hide “Deals” link from the menu, if the customer not logged in yet?
I need to make this scenario in my catalog with magento 2.4.3. I use a catalog price rule which gives a 10% discount to some products of a certain brand. I have this rule created easily with conditions. But the same products I need to get 15% discount in cart […]
While there are many posts with this exact question, none of the answers are helpful in the slightest. People are linking file sources as if I have access to each individual file on the website. All I can do is log in to Magento through a web browser. I do […]
at the moment I have a function which will refund the invoice on an order. However the shipping is currently also being refunded, which I don’t want. Is there a way to set the shipping to zero on an invoice refund? My code is currently this: private function refundItems($order,$items) { […]
When using a custom payment method, the placeOrder function submits the information to the capture function in the Model file of the module. If an error happens there, is there a way to return that error to the checkout page and not have it proceed to the submitted page? And […]
Ive started using Dropbox’s “cloud sync” feature to keep large files in the cloud and off my laptops internal drive. My concern is that the only real place these files live is now in dropbox’s cloud. Is there a way to sync drobpox’s cloud to a 3rd party backup service […]
I was sent an email asking for a password. I enter a password and get notice that you do not recognize my email address, sent to my email address. Brilliant! Guess I will have to use another email address and try again
I’ve been working on an application in Linux to retrieve the usb serial number using C. In Linux I can read the file serial in /sys/bus/usb/devices/someusbdevice/ and this file will tell me the serial number I’m looking for. Currently, I need to do something similar in windows, my question is: […]