Check if the postcode exists in the current country on the checkout page
I want to check if the postcode exists in the current country on the checkout page. How to implement this? or maybe someone knows a module that does it? Thanks for any help
I want to check if the postcode exists in the current country on the checkout page. How to implement this? or maybe someone knows a module that does it? Thanks for any help
Here I used the credit memo plugin for updating the order data after refund success so how can I get order data in that function? etc/adminhtml/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoSalesApiCreditmemoRepositoryInterface”> <plugin name=”add_data_custom” type=”VendorModuleModelPluginCreditmemoAddData”/> </type> plugin file public… Read More »How can i get order data using credit memo plugin in Magento 2?
When importing products, sometimes some attributes are not set, or have no value (for example, weight sometimes is not sent through the API). Especially weight sometimes gives us issues, since it’s used by UPS to calculate the shipping price. I… Read More »Default attribute values for products imported via API
I tried to integrate Google Tag Manager in M2.4.3-p2 with these instructions. Unfortunately this causes that all standard body classes of M2 (f.e. “catalog-category-view”, “page-layout-2columns-left”) are not created in the frontend. +++ SOLUTION: +++ I managed to find a solution:… Read More »Google tag manager crashes Magento 2.4.3-p2
Just upgraded to Magento 2.4.5 on Ubuntu 20.4 running nginx with a Hestia control panel. After a reboot of the server, nginx failed to restart. Running command sudo nginx -t brings up error: nginx: [emerg] “root” directive is duplicate in… Read More »Updated to magento 2.4.5 now nginx fails to start
I don’t know if this is the right place to post this so I’m gonna put this in multiple forums. I’m looking for a gpu server/vps/whatever … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1884845&goto=newpost
I have created a pop up html form for sending mail to admin panel, it can pop up and keys in data but somehow it showed error while submitting. app/code/Myvendor/Mymodule/Block/Popup.php <?php namespace MyvendorMymoduleBlock; use MagentoFrameworkViewElementTemplate; class Popup extends MagentoFrameworkViewElementTemplate {… Read More »Argument 1 passed to MagentoFrameworkMailAddressConverter::convertMany() must be of the type array, null given,
I am new to Magento..I have successfully created a popup using modal widget in customer_account_index.xml, but this popup works only when customer clicks on My account tab. I am looking for complete code that will show a popup with customerId.… Read More »How to create a popup after customer logs in
It’s puzzling. weird: https://pegeen.com/catalogsearch/result/?q=classic normal: https://pegeen.com/catalogsearch/result/?q=everyday Magento 2.x
Recently I have started getting an error 404 for add to cart link: /checkout/cart/add/uenc/…../product/1432/ when clicked in product view page. In category view all is fine. It seems like it is related to varnish cache as when I switch back… Read More »Product view – Varnish – add to cart link gives error 404