After upgrading from Magento 2.2 to Magento 2.4.3, I’m getting 404 error pages for 10 store views (e.g. mydevdomain.com/pub/de/) and only our international store views are working (EN, AR). I’ve switched to Luma theme and the same is happening, though our 2.2 store views are good and we didn’t experience […]
Magento
When I try add subcategory everytime I get: The "Is New" attribute value is empty. Set the attribute and try again. I try solution with table “is new” set value required to 0 and uncheck box and add 1: But this not work for me. Can anyone help me?
After upgrading from Magento 2.2 to Magento 2.4.3, checkout order subtotal, grand total, shipping and everything in summary or cart page (not popup) are showing zero values. I’ve tried to disable our One step page extension and switched to Luma theme, but its still showing the same. Please help. Thanks […]
I’m trying to add ‘getter’ and ‘setter’ for my custom option value attribute, but ‘MagentoCatalogModelProductOptionValue’ is not extanceable model. I overrided the following method ‘MagentoCatalogModelProductOptionValue’: namespace VendorModuleNameModelProductOption; use VendorModuleNameModelOptionTypeTitle; /** * Catalog product option select type model * * @api */ class Value extends MagentoCatalogModelProductOptionValue { /** * {@inheritdoc} */ […]
In PayFlow there is a line that retrieves the amount of the order, $request->setAmt($this->formatPrice($amount)); I want to format this in another currency, in my case Canadian $, it seems the amount returned by this statement is the default US dollars. What’s the best way to retrieve the Canadian dollar amount […]
I want to create admin grid in custom module to to show category id,name and a custom attribute from catalog_category_entity table, how to do this ? I created a ui component but table is empty. any help would be appreciated.
I have created module to send email using mass actions, but it is showing 404 error. view/adminhtml/ui_components/sales_order_grid.xml <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <listingToolbar name="listing_top"> <massaction name="listing_massaction"> <action name="mass_email_rx"> <settings> <confirm> <message translate="true">Are you sure to send Rx Missing Email to the selected customers?</message> <title translate="true">Send Rx Missing Email</title> </confirm> <url path="massemailcustomers/email/rxSend"/> <type>mass_email_rx</type> […]
does anyone have any information or details on the following warning that I am seeing in the 2.4.3 when I try to run bin/magento magesetup:setup:run with Argument: Could not save the page: Content HTML contains restricted elements. Allowed HTML attributes for tag “a” are: class,width,height,style,alt,title,border,id,data-active-tab,data-appearance,data-autoplay,data-autoplay-speed,data-background-images,data-background-type,data-carousel-mode,data-center-padding,data-content-type,data-element,data-enable-parallax,data-fade,data-grid-size,data-infinite-loop,data-link-type,data-locations,data-overlay-color,data-parallax-speed,data-pb-style,data-same-width,data-show-arrows,data-show-button,data-show-controls,data-show-dots,data-show-overlay,data-slide-name,data-slick-index,data-role,data-product-id,data-price-box,aria-hidden,data-tab-name,data-video-fallback-src,data-video-lazy-load,data-video-loop,data-video-overlay-color,data-video-play-only-visible,data-video-src,href,role,target,tabindex,rel I can’t find what is […]
We have multiple categories and each category has it’s own products(mostly simple products). The products in each category has different UI design for product view page / product details page. I know it is possible to change the product view layout based on the product id or sku or product […]