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
Magento
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?
I have created a custom table in database of magento 2. I want to insert some data into this custom table. I want to pass this data from controller to the custom table in magento 2.4. Please can any one guide how can i do that.
I’m using Magento 2.4, I created an event & observer checkout_submit_all_after, and after placing an order I get the following error below in the log. Thanks for the help. LOG main.ERROR: The resource isn't set. {"File":"/var/www/html/ruralking.local/vendor/magento/framework/Model/AbstractModel.php", "Line":479,"Trace": [{"file":"/var/www/html/ruralking.local/vendor/magento/framework/Model/AbstractModel.php" ,"line":658,"function":"_getResource","class":"Magento\Framework\Model\AbstractModel", "type":"->"}, {"file":"/var/www/html/ruralking.local/app/code/Rural/OracleOrderSync/Observer/OrderSucce ss.php","line":75,"function":"save" Observer/OrderSuccess.php <?php namespace RuralOracleOrderSyncObserver; use MagentoFrameworkEventObserver; use MagentoFrameworkEventObserverInterface; […]
I have enough space in my instance’s HD. However, the space allocated to my MySQL database shows 108% usage by using the command below. magento-cloud db:size How could I increase my MySQL HD’s allocation?
I want to show additional images in tablet and mobile versions. I have found path for file that need to be changed /vendor/magento/magento2-base/lib/web/fotorama/fotorama.js, but I’m not sure how to show the gallery and also dots below pictures. And also how to separate these two elements and show them in the […]
We host our dev and production sites on the same server. However, the production Magento site is going down randomly but, the dev is up at the same time. It is like the website is not loading. I have no clue why it is happening. I got notifications from the […]