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).
Magento
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 log_bin_trust_function_creators variable), query was: CREATE TRIGGER trg_catalog_category_product_after_insert AFTER INSERT ON […]
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 to. thanks in advance
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 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; white-space: nowrap; word-wrap: normal; direction: ltr; content: 'e613'; color: @color-white; […]
I created a local.css file that works well with this content: .action.primary.tocart { display: none; } However, I want to use it to hide the minicart: <a class="action showcart" href="site here" data-bind="scope: 'minicart_content'"><span class="text">My Cart</span> This is not working: .action.showcart { overflow: hidden !important; width: 1px !important; height: 1px !important; […]
A Magento admin feature that I am developing consists of adding an array of Foo objects to Products. Each Foo is configured by clicking on a “Configure Foo” button, which opens a modal. However, the modal opened is currently shared across Foo objects. If I configure one Foo, then closing […]
Is there any way to override .html and js files present in app/design folder from a custom module in app/code ? I was looking to override app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/template/shipping.html and app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/js/view/shipping.js from my custom module in app/code. Any help will be appreciated
I am trying to require my package newly setup in packagist and github in a magento local projet when I run command. composer require anasstouaticoder/magento2-module-instantconfigurationcopy but I am getting this error message [InvalidArgumentException] Could not find a version of package anasstouaticoder/magento2-module-instantconfigurationcopy matching your minimum-stability (stable). Require it with an explicit […]