I have a mobile app connected to magento via rest api. As payment processor I am using Braintree, default payment extension by Gene Commerce. Credit card, google pay works, problem is with Apple pay, because when I try to pay, I get encrypted data back and not sure what to […]
Magento
Magento 2 switching store view (language) URL does not redirect correctly Quick background (cause maybe is related to my problem): We migrated Magento 1.9 to Magento 2.4.4. After migrations we had to regenerate URL rewrites with the help of the module Elgentos_RegenerateCatalogUrls. We had some minor issues with product URL […]
Is there any way I can get a bundled product with no associated single products to show up in both the PDP and PLP? I know Magento doesn’t allow it, but is there a way to make it custom?
I am looking to make a rule to reflect “Buy this grill, get this grill cover OR a rotisserie kit free (customers choice) in simpler terms buy X, get Y OR Z free.
How to fix below error. PHP Fatal error: During inheritance of IteratorAggregate: Uncaught Exception: Deprecated Functionality: Return type of SymfonyComponentConsoleHelperHelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /
When I opening my site, I’m seeing an error. Screenshot of the error is attached. Anybody can help please?
How to move Review & Payments section below the Shipping section in checkout page my requirement is to show both sections in one page ,one by one by default review&payment section come after clicking next button ,any chance to show after shipping section directly…. any help?
After upgrading from 2.3.4 to 2.4.5 (via composer) all areas in the admin that include the use of admin grids do not load (e.g. products, orders, blocks etc). No data is loaded and the spinner icon is where the grid should be. The frontend loads fine. The following file shows […]
I have been trying to create a grid list for my custom module. All code part is done and the grid not displayed. Reviewed the code many times but I couldn’t find the issue. Here is my code: TestTestWorkflowControllerAdminhtmlDepartmentcodesDepartmentListing.php <?php namespace TestTestWorkflowControllerAdminhtmlDepartmentcodes; class DepartmentListing extends MagentoBackendAppAction { protected $resultPageFactory = […]