magento 2 get product details based on store view by using order item id
How can we get the product details based on store view by using order item [product_id] in magento 2.4.6 ?
Auto Added by WPeMatico
How can we get the product details based on store view by using order item [product_id] in magento 2.4.6 ?
I have a small problem and don’t know how to implement redirect based on selected language (as a multiple store views there are few languages: en, lt,lv). The file located in app/design/frontend/WDMarket/saules_aptieka/Magento_Checkout/web/template/minicart/content.html and the code that need to be changed… Read More »Redirect link for multiple store
We are experiencing an issue with one of the store PDP page, where the currency sign is not showing after the page loads. During PDP page loading, the currency symbol is displayed, but after successful loading, only the price is… Read More »Experiencing a problem with currency loading on PDP page
I changed the code of an existing store view from “at” to “es” and just activated it. I have already entered the translation file for Spanish —> es_ES.csv. When I try to enter inside the store I changed I see… Read More »Code change to an existing store in Magento2
I have created multiple stores in one. Now when I change the store view it definitely changes and I have set the Base URLs for this store view accurately. But when I try to get the current store view URL… Read More »Get URL of Current Store View Store Magento 2
I have a multi-store website and have more than 30 categories. I have a requirement like updating the product position. For example, I have a category ‘XYZ’ which contains more than 500+ products available. this category is enabled for default… Read More »How to update product position of a product in a specific category of specific store view in magento 2.4.4
I’m in need of some guidance regarding my Magento 2.x multi-store setup, particularly concerning my website structure and SEO. I’ve been facing some challenges, and I’d appreciate your insights and expertise. A bit of background: Long before my current setup,… Read More »Seeking Advice on Website Sub Folder Structure and SEO for Magento 2.4 Multi-Store Setup
I already had 2 stores, translation was working fine in them, then I created another 3 stores and translated them from csv file, but the translation is not working. Magento2.3.2 this is already had 2 stores and work well en_US.csv… Read More »translation not working when added new store in magento 2.3.2
I would like to purge a specific URL from a multi varnish Server enviroment. The extra is that we have multiple Domains running over the same Varnish. curl -X PURGE -H ‘X-Magento-Tags-Pattern: .*’ -H ‘Host: https://www.domain.de’ http://12.34.56.78/path/to/product.html The varnish server… Read More »Purge URL from multiple Varnish Servers in multi domain setup
Need to translate some default URLs like customer/account/login/ & customer/account/create/ is there any way to translate these URLs with/without using URL rewrite?