I’ve followed some online article to adjust the order number by editing the database table “sales_sequence_profile”. As I’ve got 2 different websites, I’ve make it into 3 different start_value: 10301, 30301, 70301, and setup the step as 7 I was expecting the number will be starting from 30301, then the […]
Magento
How to Create Multi Select UI Field on customer account page Frontend same as Admin in Hyva Theme Magento2 (Frontend Using ALPINE JS).
Magento2 Order status is getting set to pending when partial refund is done from processing This happens only in case of store pickup & not in case of home delivery. Please suggest how to move forward I need to keep status to processing
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 data at DB or in Sales -> Orders. All fields […]
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 plan consist of with the exception of 25gb Disk Space […]
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 -> Promotions: Cart Price Rules with the following Options assigned: In […]
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 clear cache, to upgrade, to setup:di:compile , to remove the […]
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
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 script as follows. use MagentoFrameworkViewResultPage; use MagentoFrameworkControllerResultRedirect; class Index implements […]