Gift message field doesn’t show up
Despite being enabled “Allow Gift Messages on Order Level”, it doesn’t show up in the edit cart page. Tried clearing cache, but it didn’t help.
Despite being enabled “Allow Gift Messages on Order Level”, it doesn’t show up in the edit cart page. Tried clearing cache, but it didn’t help.
We have a staging site which starts with magento2. I did recently dump the Magento DB from the live site into that of dev site because of which all links on the staging site redirect to the live site. I… Read More »Magento 2.4.4: which is the table in Magento DB to update the URLs
I’m trying to use jquery in an adminhtml js file…but it seems not to be working and can’t get to understand why…any help would be appreciated ! Layout is like <head> <script src=”Vendor_Module::js/logger.js”/> </head> Js file is like define([ ‘jquery’… Read More »Uncaught Error: Mismatched anonymous define() module
From stripe sdk I am able to create payment id successfully but when call api to create order in magento2 then getting authentication error. I am calling below API http://localhost/xxx/rest/default/V1/carts/mine/payment-information with below body { “paymentMethod”: { “method”: “stripe_payments”, “additional_data”: {… Read More »Magento2.4.4 Place order using stripe payment method through REST API
In my Magento 2.4.5 open source store, bulk update attributes are not working. Cron is running, and it appears everything else is running fine. Emails are being sent out for example. I have this code in app/etc/env.php: ‘cron_consumers_runner’ => [… Read More »M2.4.5 Bulk update attributes not working
With the code below, I’m trying to instantiate an helper class from my custom module. // Sanitize the $_GET[] value // Create an object of the order loaded with the $order_id passed as query string. $orderId = htmlspecialchars($_GET[“order_id”]); $order =… Read More »How to instantiate an helper class from my custom module in a test program in the directory at the same level as the root of Magento?
When I run “composer install or “composer update” command from my magento 2.4.5 root folder I am getting this error. – Installing laminas/laminas-dependency-plugin (2.4.0): Extracting archive PHP Fatal error: Uncaught Error: Class “MagentoFrameworkComponentComponentRegistrar” not found in /public_html/setup/src/Magento/Setup/registration.php:9 Stack trace: #0… Read More »Class “MagentoFrameworkComponentComponentRegistrar” not found in setup/src/Magento/Setup/registration.php:9
Hi, I’m pretty much new for reseller hosting. I want to sell hosting services for my students with billing software. Can I get any billi… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1882587&goto=newpost
I want to add custom clickable URL for the category image. Anyone can teach me what I need to do? I have to create a new attributes for the URL field?