color picker in admin configuration with have many option color
I trying make color code work like theme color but it’s not work. Does anyone have solution for this ?
I trying make color code work like theme color but it’s not work. Does anyone have solution for this ?
I am working on a Magento site which have 3 stores: store.default.com as default store store.en.com as English store and store.ae.com as Arabic store I am trying to fetch product’s category URLs for different stores and I using following code:… Read More »Magento2 fetch store based Category URLs
Hi I have a problem with onepagecheckout. I need that if country_id is IT , field Company must be required. I used validator.addRule and these are my files. But modules doesn’t work. Please halp me, thanks. view/frontend/layout/checkout_index_index.xml frontend/web/js/validate-company.js frontend/web/js/view/checkout/validate-company.js <?xml… Read More »Magento 2.4 checkout. Company necessary is country_id IT
I’m using GTM to track purchase event from Snapchat. I’ve created a tag in GTM and it’s fired but I got undefined variable ! I’m using this script in success.phtml <script> dataLayer.push({ ‘event’:’purchase’, ‘order_value’:<?php echo $totall;?>, ‘order_id’:<?php echo ($block->getOrderId()) ?>,… Read More »undefined dataLayer variables GTM
I am having a problem in magento2. By enabling the show incl and excl taxes in the product page, it is being showed for all products except for the configurable products when using swatch options.
We have cod orders in site. But we are giving discount to customers who have paid early payment using razorpay link. I want to apply coupon code test123 from cart rule. Where we didn’t set any actions or condition in… Read More »Magento 2 apply coupon code or 20% discount after order already placed
I am using Magento 2.4.7-p1 hackers are trying to place order using guest cart REST API carding attacks tried cloudflare , rate limit magento and captcha also, but no use in braintree created so many rules, but no use. As… Read More »Magento 2 Carding attack guest cart order placed even if we disable guest cart using REST API
I use in Visual Studio Code the app Magento 2 Snippets from Jerry Lopez. If I generate a container, <container name=”” label=”” output=”0″ htmlTag=”” htmlId=”” htmlClass=”” /> I get the option output=”0″ Could you tell me, what does it do… Read More »What does output=”0″ do and mean?
Is it necessary to extend MagentoFrameworkModelAbstractModel for all custom model classes in Magento 2? I am working on a custom model that does not involve any database interactions (e.g., saving, loading, or deleting records), and I noticed that AbstractModel depends… Read More »Is it necessary to extend MagentoFrameworkModelAbstractModel for all custom model classes in Magento 2?
We are using Magento 2.4.2-p2, and the current jQuery version is 1.12.4. We want to upgrade it to version 3.7.1. Here’s what I’ve tried so far: Options 1 – Added the following in default_head_blocks.xml: <head> <script src=”js/jquery.min.js”/> <script src=”js/jquery-migrate.min.js”/> </head>… Read More »How to upgrade jQuery version from 1.12.4 to 3.7.1 in Magento 2.4?