I got this error when I try to generate Quote ID using Order Processing API. “message”: “The quote can’t be created.”, How to fix this ?
Magento
I am creating owl carsouel for compare products <div class="main-padding"> <div class="message-container"> </div> <div class="compare-inner-block "> <div class="car-item-block owl-carousel owl-theme" id="avatar-carousel"> </div> <div class="compare-btn"> <div class="align-btn"> <div class="button primary" id="compare-btn"> <a href="<?php echo $this->getUrl("catalog/product_compare"); ?>" translate="yes" ><?php echo $helper->getBlockConfig("comparebuttontext"); ?> <span class="count" translate="yes"></span></a></div> <div class="button secondary" id="btn-secondry" translate="yes"><a class="clearbtn" translate="yes"><?php […]
Hi guys I want to override klavio php file. My main purpose is make it checkbox default as checked. Now is default False. Current File: vendor>klavio>magento2-extention>Plugin>CheckoutLayoutPlugin.php How can I Override This file on magento 2.3.3 namespace KlaviyoReclaimPlugin; use KlaviyoReclaimHelperScopeSetting; class CheckoutLayoutPlugin { public function __construct( ScopeSetting $klaviyoScopeSetting ) { $this->_klaviyoScopeSetting […]
I have written a custom module that is located in the /app/code folder. My less file is located in /app/code/<Vendor>/<Module>/view/frontend/web/css/source/_module.less. How do I include the theme’s _variables.less file so I can pre-style my content to match the theme’s colours? I’m only after the header and button colours (example code below): […]
There are many threads that I didn’t want to resurrect but none solve the problem, they work for the simple product image but not for the configurable one. Of the many, this one is the most valuable: Add product image in new order email Any advice to solve?
While upgrading our email templates to comply with the security changes introduced in Magento 2.4.3-p2, I’m having trouble creating a custom directive as per the Magento docs. I tried to use the example from the docs (with modifications to the namespace, of course), but it doesn’t seem to work. When […]
I’ve updated Magento from 2.4.2 to 2.4.3, for PayPal Pay Later option, but after the upgrade in Settings->Sales->Payment Methods->PayPal Express Checkout I don’t see the option “Enable PayPal Pay Later Experience” any suggestions? Thanks. I’ve a PayPal business working account for Italian market and Italy is a supported market for […]
I have 3 websites: Website 1 still runs on Magento 1.9.4. Websites 2 and 3 run on Magento 2.4.2-p1 which we are having terrible problems which I believe are because the Magento Migration Tool messed that up real good. Now I asked our hosting company to install Magento 2.4.4 (first […]
How can i get salable quantity in list.phtml file, I want to show label on those products which have 0 salable quantity.