WooCommerce hosting with LiteCache preferable in India.
I am/was a happy customer with KnownHost from 2009 Off late I am getting a lot … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1908761&goto=newpost
I am/was a happy customer with KnownHost from 2009 Off late I am getting a lot … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1908761&goto=newpost
I did a Module with the generator of https://mage2gen.com/ It is about 4 new fields in Customer Address (all required) It show in form at checkout, admin, etc. All perfect. But! If I realize a payment it doesn’t save the… Read More »Customer Address Attributes with Magento Generator
I have primarily used Cpanel but have one server with Directadmin. I am wanting to get a new server and have not had enough time to pla… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1908751&goto=newpost
Below is my rest API, if the last child item option qty is greater than 1, for example 2 then the bundle quantity added to cart is 2. Below is my API request { “cartItem”: { “qty”: 1, “quoteId”: “99264”,… Read More »Adding bundle product to cart using rest API facing issue
Banners have the correct button I want, black with white text and rounded edges The buttons added to the page have a burgundy boarder and blue text Can someone help as I cant find this anywhere in the code. I… Read More »How can I make the button be black and white with round edges?
I am running 2.3.5 and in the process of moving to 2.4.6. We are currently using Webscale (formally Magemojo) for hosting and have been for several years. I am Looking at Nexcess. I am not sure what all my current… Read More »Magento 2 Hosting
This is the first time I created a sales rule on the site, but it doesn’t work. I want the shipping cost for a product to be free. I have done the following: Create the price rule in Marketing ->… Read More »Magento 2 Cart Price Rule is not working
I’m doing my .csv for language files in Spanish. I need to do es_BO, es_ES, es_CL, etc for every kind of language. Is possible to do an “es_*” or similar? Thanks
I’ve created a plugin in Magento 2.4.5 to overwrite MagentoCatalogSearchModelLayerFilterPrice ‘s method. <?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=”MagentoCatalogSearchModelLayerFilterPrice”> <plugin name=”magento_core_price” type=”MyVendorMyModuleModelMagentoPrice” sortOrder=”1″ /> </type> </config> After that I’m getting following error: Cannot instantiate interface MagentoCatalogModelLayerContextInterface I’ve already tried to… Read More »Error: Cannot instantiate interface MagentoCatalogModelLayerContextInterface Magento Plugin
In an Admin Controller Class, How do I check if the admin user is logged in, then redirect to the login page if not logged in, then return to the previous controller after login? A cut down version of my… Read More »Magento 2.4 Admin Custom Controller Check If User Logged In and Redirect to Login If Not