skip to Main Content

How to add country in Magento2?

We have Magento version 2.2.5. We try to enable (add) Kosovo. So: add in DB directory_country XK, XK and XKX go in /vendor/magento/zendframework1/library/Zend/Locale/Data and edit en.xml/it.xml with Kosovo (already exist) also add Kosovo flush cache with console When we go…

VIEW QUESTION

magento 2 custom Theme preview image not showing in admin

I created theme.xml with content below: (at: app/code/design/frontend/Vendor/theme_directory/theme.xml) <theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd"> <title>mytheme</title> <!-- your theme's name --> <parent>Magento/luma</parent> <!-- the parent theme, in case your theme inherits from an existing theme --> <media> <preview_image>media/preview.jpg</preview_image> <!-- the path to your theme's…

VIEW QUESTION

Magento 2 Checkout – dynamically populated dropdown in shippment method section

I am programming a custom shipping method (store pickup). I added an additional Dropdown Menu with this tutorial: https://zanetabaran.com/how-to-in-magento-2-how-to-add-additional-dropdown-with-options-based-on-selected-shipping-methods-in-the-checkout/ The Values from the dropdown are static at the moment, coming from a js-File from my module-> Pastebin updateDropdownValues: function(method) {…

VIEW QUESTION
Back To Top
Search