i tried the widget in localhost is shown , nto in live site ichecked the difference the Enable WYSIWYG Editor was disabled , i enabled it it worked the next day i checked it , it wasnt working again , not sure what happened
Magento
We are using Venia PWA 2.4.5 setup where frontend is displaying from ReactJs I have added New Widgets in backend. How to display those content in Frontend of the website ?
It appears that the downloadable products bundle and grouped products are not functioning properly in the PWA Venia setup. I have examined the Vue frontend, and it seems there is no support for downloadable products. Despite the Vue Storefront documentation clearly indicating support, there is no mention of it in […]
Hello I am facing following error in IWD one page checkout. failed to load the “iwd_opc/payment/methods-renderers/cashondelivery” template requested by “checkout.steps.billing-step.payment.payments-list.cashondeliver How can I check where is error? in which template or js file have an error? Thanks
In one of my scripts, calling createOrder() ( from vendor/magento/module-sales/Model/AdminOrder/Create.php ) causes an exception: {"error":{"root_cause":[{"type":"action_request_validation_exception","reason":"Validation Failed: 1: id is missing;"}],"type":"action_request_validation_exception","reason":"Validation Failed: 1: id is missing;"},"status":400} I’m very confused at these results. Any thoughts? The rest of the exception text: #0 /vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/Connection.php(328): OpenSearchConnectionsConnection->process4xxError() #1 /vendor/react/promise/src/FulfilledPromise.php(28): OpenSearchConnectionsConnection->OpenSearchConnections{closure}() #2 /vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php(65): ReactPromiseFulfilledPromise->then() #3 /vendor/ezimuel/ringphp/src/Core.php(341): […]
Cron tasks in Magento are executed every minute and when product import and indexing tasks are executed simultaneously database deadlock occurs. Changing settings in “System > Cron (Scheduled Tasks) > Cron configuration options for group:index” doesn’t help, all indexing tasks still run every minute. How can I make it to […]
I’m using Mark Shuts docker version, If xdebug is enabled, bin/magento commands won’t work, and let’s say if i run bin/magento cache:clean PhpStorm starts to debug out of nothing. Also I get this message in console: Xdebug: [Step Debug] Could not connect to debugging client. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port) :-( […]
I’m trying to export around 6500 products through a csv file and importing it onto another e-commerce platform. However there are blank columns which is interfering with the import. Why are their blank fields?