magento 2 both forntend and admin isbroken
Magento admin and frontend is broken. I tried to run the commands setup:upgrade, di:compile, static-content:deploy -f but website is still broken.
Magento admin and frontend is broken. I tried to run the commands setup:upgrade, di:compile, static-content:deploy -f but website is still broken.
I have a question, is it possible to get Magento to set order status to “sent” after you have shipped the product instead of “Processing”? Sometimes we have so many orders that need to be shipped and then invoiced when… Read More »Order Status Magento 2.4
By default /Checkout/view/frontend/web/template/billing-address/list.html is loaded as a html select element, but we want to change it into a radio button option. How can we achieve that? We tried the following for billing-address/list.html, but that does not work: <div class=”field field-select-billing”>… Read More »Billing address list in checkout as radio button instead of select – Magento 2.4
Need custom logic to apply multiple coupon codes on a Cart / Quote in Magento 2.3.x. Core Magento allows to apply only one coupon code on Cart. However, I need to apply multiple coupon codes on an order.
I want to one more image field in my custom admin form This is my custom admin form and i want to add one more image field and my code is this vendor/PromotionsPopUpBox/view/adminhtml/ui_component/promotions_form.xml <fieldset name=”promotions_popup_box”> <settings> <label translate=”true”>PopUpBox Form</label> </settings>… Read More »Magento2.4.2: How to create two images field in admin form?
i want to override module-page-builder/view/frontend/layouts.xml. please help me. i am not able to override. Thanks
The Magento 2 shop administrator is responsible for managing the operation of the store. He oversees the delivery, payments, customers, orders, and merchandise. A feature-rich platform, the Magento 2 admin panel enables the store administrator to more effectively manage the… Read More »How to Enable Admin Account Sharing in Magento 2
welcome all I have a site with 100k visits m I have vps in hetzner But the cPanel license has become expensive Is there a cheap hosting w… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1879285&goto=newpost
I’m trying to display a simple page, but still getting this error. Fatal error: Declaration of MacademyBlogControllerPostDetailInterceptor::execute() must be compatible with MacademyBlogControllerPostDetail::execute(): MagentoFrameworkViewResultPage in /var/www/html/generated/code/Macademy/Blog/Controller/Post/Detail/Interceptor.php on line 19 PHP 7.4.30 Magento 2.4.5 <?php declare(strict_types = 1); namespace MacademyBlogControllerPost; use MagentoFrameworkAppActionHttpGetActionInterface;… Read More »Declaration of Interceptor::execute() must be compatible with Detail::execute():
So I am trying to upgrade Magento using composer require magento/product-enterprise-edition=2.4.0 –no-update but facing these issues, as everything is satisfiable but still not updating, please help. Problem 1 – magento/magento-cloud-metapackage 2.3.6 requires magento/product-enterprise-edition >=2.3.6 <2.3.7 -> satisfiable by magento/product-enterprise-edition[2.3.6-p1, 2.3.6]… Read More »Magento Upgrade from 2.3.6 to 2.4.0