Elements and Structure
I am not 100% sure if I am using the correct term for my issue. I wondering why it is showing the elements on our website browser (See Image Example).
I am not 100% sure if I am using the correct term for my issue. I wondering why it is showing the elements on our website browser (See Image Example).
I would like to get these variables, I see in the magento structure that there are these data calls, and I would like to know how to call them from another javascript file and I don’t understand what $elm corresponds… Read More »Magento 2 How to get this data for password strenght
When I try to setup:upgrade command from the terminal I am always getting the below error. SQLSTATE[HY000]: General error: 1419 You do not have the SUPER privilege and binary logging is enabled (you might want to use the less safe… Read More »Magento 2 setup:upgrade command gives MySQL DB permission error
I have built a custom-theme that extended from luma. However, I can’t change cart icon by _extends.less of the custom-theme. May I know is somewhere else to change cart icon? app/design/frontend///web/css/source/_extends.less: .minicart-wrapper { margin-right: 10px; .action.showcart::before, .action.showcart.active::before { display: inline-block;… Read More »Change cart icon by custom-theme’s _extend.less
is there a way we can redirect a product if the product is out of stock, then redirect that product to its assigned category page (if multiple categories assigned then redirect to the first category assigned) ?
I have created a custom checkout field to choose the store to pickup the orders. This extension attribute is saved only for Logged In Customers, Not for Guest checkout. I created the attribute using below code. db_schema.xml <?xml version=”1.0″ ?>… Read More »How to save extension_attributes from checkout for guesst user?
I need to save custom multiselect field value in the apply_on_weekday column which is located in the salesrule Db table. I tried a lot but it doesn’t save the data in the database. Below is my code. VendorModuleviewadminhtmlui_componentsales_rule_form.xml <?xml version=”1.0″… Read More »multiselect custom field does not save in sales rule admin form in magento 2.4
Google Universal Analytics will be going away in July 2023 to be replaced with Google Analytics 4. On July 1, 2023, standard Universal Analytics properties will stop processing new hits. If you still rely on Universal Analytics, we recommend that… Read More »Magento 2 Migrate from Google Universal Analytics to GA4
I have a Magento ver. 2.4.3-p1. When I try to insert the “catalog product list” widget {{widget type=”MagentoCatalogWidgetBlockProductProductsList” show_pager=”0″ products_count=”1″ template=”Magento_CatalogWidget::product/widget/content/grid.phtml” conditions_encoded=”^[`1`:^[`type`:`Magento||CatalogWidget||Model||Rule||Condition||Combine`,`aggregator`:`all`,`value`:`1`,`new_child`:“^],`1–1`:^[`type`:`Magento||CatalogWidget||Model||Rule||Condition||Product`,`attribute`:`sku`,`operator`:`==`,`value`:“^]^]”}} on a CMS page it gives me this errore: “Error filtering template: Invalid block type: Magento CatalogWidget Block… Read More »HELP BUG widget
Magento 2.4.2-p1 Magento Porto theme I use the default Magento check-out. I have gone into: – Stores – Configuration – Advanced – Developer – Translate Inline – Enabled for Storefront = YES. Then, I have gone through the check-out steps… Read More »In-line translations do not update on the front end!