window.checkout is undefined
When I do an add to cart, nothing happens. I have this error in the console: TypeError: window.checkout is undefined For: images.js & minicart.js Thank you for your help.
When I do an add to cart, nothing happens. I have this error in the console: TypeError: window.checkout is undefined For: images.js & minicart.js Thank you for your help.
I need my gallery to look like this: I struggle to find out, how I can change the navigation so that the arrows are not overlapping the thumbnails: It should be more like this: and how can I change the… Read More »Fotorama – change nav arrows in navigation?
When creating a product, it throws this error SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`vbm`.`catalog_product_entity`, CONSTRAINT `FK_CAT_PRD_ENTT_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON DELETE), query was: INSERT INTO… Read More »Magento 2 : When creating a product – Cannot add or update a child row: a foreign key constraint fails?
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… Read More »Magento 2.4.6 calling createOrder() causes exception with elasticsearch
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’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… Read More »When xdebug is enabled bin/magento commands won’t work
We are Upgrading Magento Version from 2.4.3 to 2.4.6. Area configuration aggregation… 5/9 [===============>————] 55% 34 secs 498.0 MiB In ClassReader.php line 57: Impossible to process constructor argument Parameter #0 [ <required> ZendHttpClientFactory $clientFactory ] of CredovaFinancialApiRequestAbstract class In GetParameterClassTrait.php… Read More »Zend Class issue Upgrade From Magento 2.4.3 to 2.4.6
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… Read More »Magento 2.4.6: how to setup cron for group:index to run less frequently than every minute?
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?