Since upgrading to 2.4.3-p2 (was 2.4.3) the email templates when sending to a customer are not showing the shipping address or the products ordered. It’s picked up the correct name, but the shipping address that used to be on the right no longer appears, the products and price breakdown at […]
Magento
A custom module has Foo and Bar Models. In the Foo element’s Form, there exists a grid listing of Bar items which belong to that Foo. This is an excerpt from the view/adminhtml/ui_component/bf_foo_form.xml file: <insertListing name="bf_foo_form_bar_grid"> <settings> <externalProvider>bf_foo_form_bar_grid.bf_foo_grid_data_source</externalProvider> <loading>false</loading> <autoRender>true</autoRender> <dataScope>bf_foo_form_bar_grid</dataScope> <ns>bf_foo_form_bar_grid</ns> <imports> <link name="foo_id">${ $.provider }:data.foo_id</link> </imports> <exports> <link […]
Google Search throws a problem with a link that is not being indexing I search the cause and is for a rule of robotx.txt that block the catalog Disallow: /catalog/ So since the link path starts with catalog/product/view/id it will disallow it from indexing, but since the page of the […]
I am unable to submit a new module or update a existing module in the Magento Marketplace. For all modules/new versions, I get the error during the Technical Review at the Installation & Varnish Test stage. Error from report.json: ERROR: [11] The command "php ./bin/magento module:enable --all --ansi --no-interaction" failed. […]
I’m try to appply css in second div of toolbar class, but my css is applied in both div, so can you give me suggestion how to apply css for particular second div in toolbar class ? Here is a screenshot, pleas check for better understanding.
I’m trying to enter alt text on an item in magento but the alt text box is greyed out as if the feature is disabled. Does anyone have an idea as to how I can enable this?
In my Magento store,a product has an attribute about the quantity of this product in a box,on the checkout is showing the price of the unity. How can I set its final price as the price of the unity times the quantity in a box ? (think as a box […]
when i install Porto Theme , php -f bin/magento setup:di:compile Fatal error: During inheritance of Countable: Uncaught Exception: Deprecated Functionality: Return type of MageplazaLayeredNavigationModelLayerFilterCategoryItem::count() should either be compatible with Countable::count(): int, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /data/wwwroot/ www.com/app/code/Mageplaza/LayeredNavigation/Model/Layer/Filter/CategoryItem.php on line 136 in […]