I believe the Amazon integration is out of the box when it comes to Magento 2. Why is it being flagged in the chrome console as a CSP violation? The module in vendor has its own csp_whitelist.xml file (/http/vendor/amzn/amazon-pay-module/etc/csp_whitelist.xml). How can I resolve it?
Magento
I am trying to add the categories and subcategories in a small panel Exactly like the one in the product panel and I want to add it in here instead of this XML field like the “toOptionArray” Heres my Xml file, i want to add it as the child of […]
I am facing following error : MAGE_RUN_CODE in /var/www/html/app/etc/stores.php on line 12 I am using warden for local setup.
Older message success or error showing from perticular custom controller to perticular page frontend in Magento2.
I am using UPS API in Magento for CANADA and USA country,if I am passing same request parameters for Canada it working fine and get response as aspected but if I pass US address in <ShipTo> parameter in UPS API request ,it throws error invalid shipment contents value Here is […]
How to get value from quote_address table for checkout and cart page in Magento2. Need values for guest and login user both in Magento2 cart and checkout page
I am trying to get request param id when edit page in my component dataprovider file. But getting always null value in it. I am rendering grid in product edit page and i need to filter my data based on current edit page.and when i try to click on tab […]
how we can trace that value comes from js? for that i have created custom extension, i dont know from js how this value and its function work.. because i want to get currency symbol here but it was not display there GST value. Test/Module/Model/Quote/Total/fee.php <?php namespace TestModuleModelQuoteTotal; use MagentoQuoteModelQuote; […]
I am working on a magento2 website using smartwave porto theme, suddenly i noticed that cart icon and search bar disappeared and my menu get disorganized and unclickable. I have run the following command but still not working. php bin/magento indexer:reindex php bin/magento setup:static-content:deploy -f php bin/magento cache:flush but all […]