add class to previous step in checkout page
In checkout page steps, I need to add a class to the previous step that is done to have three colors: red for active, black for next, and green for the previous step
Auto Added by WPeMatico
In checkout page steps, I need to add a class to the previous step that is done to have three colors: red for active, black for next, and green for the previous step
Is there any way to disable all input fields on the product admin for a specific admin role in a custom module. The specific admin role should only view the content but not have the access to edit/update them.
below is the meat tag i want covert as per magento 2 <meta http-equiv=”Content-Security-Policy” content=”default-src ‘self’ ‘unsafe- inline’;script-src ‘self’ ‘unsafe-inline’ *.acsbapp.com *.acsbap.com acsbap.com acsbapp.com;connect-src ‘self’ ‘unsafe-inline’ *.acsbapp.com *.acsbap.com acsbap.com acsbapp.com *.wikipedia.org;media-src ‘self’ ‘unsafe-inline’ data:;img-src ‘self’ ‘unsafe -inline’ data: *.acsbapp.com *.acsbap.com… Read More »How to convert csp meta tag into csp_whitelist.xml format in magento 2
In my magento 2 store we are facing an issue with accessiBe where accessiBe contents are not loading, when i check the console seeing the below error. when we reach accessiBe team they have given meta tag like below and… Read More »How to solve accesiBee csp error in magento 2
I’m trying to get all categories and subcategories i want to select them dynamically where if i add in the subcategory another subcategory and whenever i add … , it will return them all but i dont want to return… Read More »getting all categories and subcategories
This code has worked to hide and show the payment method based on the shipping address country. public function execute(MagentoFrameworkEventObserver $observer) { //shipping company field $shippingCompanyField = $this->cart->getQuote()->getShippingAddress()->getCountryId(); $paymentMethod = $observer->getEvent()->getMethodInstance()->getCode(); if ($shippingCompanyField == ‘IN’) { if ($paymentMethod == “multisafepay_giropay”)… Read More »How to hide and show the payment method based on shipping address country to sort the payment method
I run magento community edition 2.3.2 on ubuntu 16.04 I would like to upgrade magento there in order to migrate to a newer ubuntu server and there upgrade to the latest magento version. In the magento root folder I try… Read More »update magento 2.3.2 to 2.3.3 with composer “no matching package found.”
I need to override my REST API endpoints to async and faced the issue that I don’t understand the difference between asynchronous endpoints in https://developer.adobe.com/commerce/webapi/rest/use-rest/asynchronous-web-endpoints/ and bulk endpoints in https://developer.adobe.com/commerce/webapi/rest/use-rest/bulk-endpoints/ As I see they are working in the same way… Read More »Difference between async/ and bulk/async in Magento 2
public function getProductCollection() { $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $filterableAttributes = $objectManager->create(MagentoCatalogModelLayerCategoryFilterableAttributeList::class); $attributes = $filterableAttributes->getList(); $price=$this->getRequest()->getParam(‘price’); $cat=$this->getRequest()->getParam(‘cat’); $sortby=$this->getRequest()->getParam(‘product_list_order’); if (empty($sortby)) { $sortby=’position’; } $listdesc=$this->getRequest()->getParam(‘product_list_dir’); $page=($this->getRequest()->getParam(‘p’))? $this->getRequest()->getParam(‘p’) : 1; //get values of current limit $pageSize=($this->getRequest()->getParam(‘limit’))? $this->getRequest()->getParam(‘limit’) : 3; $collection = $this->_productCollectionFactory->create(); $collection->addAttributeToSelect(‘*’); $collection->setOrder(‘title’,’ASC’);… Read More »In this collection This BEst seller give me error it’s not working, unable to sort by best seller ASC, DESC not working in this condition
Regarding a Magento 2.3.7 website, I was asked to assist a company with Google Analytics 4 setup this week. They are using Google Adwords and are now concerned about the conversion to Google Analytics 4. Seeing that Google stops UA… Read More »Magento 2.3.7 – Google Analytics 4 with Google Adwords