There is no “Add new tax class” button in Magento ver. 2.4.3-p1, see screenshot. And the following error in console: Uncaught ReferenceError: require is not defined Any ideas why the buttons wont show?
Magento
I want to build a sql query for customer. Information needed: customer-email customer-type (individual user, company admin, company user) Can you help me to build such a query? BR
I updated one project to version 2.4.4 and the composer works fine. But when I try to run setup:upgrade the following message appears: By devdocs the attributes scale and precision are allowed. Do you know what is the problem? Thank you.
I am using magento 2.4.3-p2 I want to show sub-category products along with subcategories in top navigation. Home MainCategory About Us Subcategory1 Subcategory2 Subcategory3 product-1-1 Product-2-1 product-3-1 product-1-2 Product-2-2 product-3-2 product-1-3 Product-2-3 product-3-3 Please help me how to achieve this Thanks in advance
I have one query for you please let me know if possible. Thanks I run composer install command on production admin server through CLI accidentally and terminate in the middle when i realized it’s a production server please let me know consequences/effects. Magento 2 ( Adobe Commerce) Version: 2.3.6
I am trying to show the error message top of the shipping form, billing form and address book form….I am able to show message in address book but i don’t find any way to show the message top of the shipping and billing form like this.
Can anyone guide me how can i add social share buttons in Magento 2 ? In success.phtml i have discounted code on that . I want to just send that on social share. Below is the file that want create. If any module or custom code then help me anyone? […]
I have an interesting problem. We have a website in Magento Cloud. This site was made by someone before. The problem is this: When we install a new plugin, the plugin’s css files (converted from less files) are not displayed on the frontend. But when we switch from magento panel […]
I need to create responsive product slider. Problems appear on mobile version where I need only one visible item per scroll, instead I get 2 stuffed together. I tried overriding Magento_PageBuilder/etc/view.xml in my theme, but no luck. Please help, I am new to Magento.