How to redirect on custom page or custom step from PayPal express checkout page to Magento2. From PayPal express checkout it is redirecting to review page. But I want to redirect it on custom page how to do it. What I need to do.
Magento
My client wants to send a different order confirmation email for a country. Like we have a US store and receive order from Russia custom should receive email that we don’t ship their in Russian. Is this possible? Please help
i have installed the WebForms module for Magento from VladimirPopov , so i want to use the validate function in my custom module this is the file in vendor module : ... ... ... Object.extend(Validation, { validate: function (elm, options) { options = Object.extend({ useTitle: false, onElementValidate: function (result, elm) […]
i have cart price rule ( coupon Code)for 6 products which is working fine but when we add product not under the rule also get the discount
I created a new store view with code app. I made a new subdomain for it called app.example.com, if this Url ist getting loaded, then the MAGE_RUN_CODE changes to app, otherwise it is default. SetEnv MAGE_RUN_TYPE store SetEnvIf Host ^example.com MAGE_RUN_CODE=default SetEnvIf Host ^www.example.com MAGE_RUN_CODE=default SetEnvIf Host ^app.example.com MAGE_RUN_CODE=app SetEnvIf […]
The question is how to get the input data in mass action. I have currently added a input field in the admin grid. Like this: I have added the input field using the block. I want to post that values when clicking the mass action. Currently only the entity_id is […]
I am using warden for magento 2.4 in shell when I run bin/magento s:up I am facing following error: could not validate a connection to Elasticsearch. No alive nodes found in your cluster
Here is an error which occurs when I run setup:install command on clean database magento2 SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘clean.core_confi g_data’ doesn’t exist I added sequence <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <module name="DevAll_Patches" > <sequence> <module name="Magento_Config"/> </sequence> </module> </config> For my DataPatches but still […]