Unable to apply patch MagentoInventorySalesSetupPatchSchemaInitializeWebsiteDefaultSock for module Magento_InventorySales. Original exceptio n message: The store that was requested wasn't found. Verify the store and try again. error appear when using “sudo bin/magento setup:install” command
Magento
I am using the default theme of Magento 2.4.2p1, and the Qty input and Add to Cart button do not align properly. They appear to be inline with the last attribute of the product options and move when a user selects that last attribute (see below). I’ve tried different changes […]
First post so bear with me. Magento 2.3.4 I was trying to figure out how to export products on a csv to alter the prices and import back in. I should have waited on my Developer but I found on Google – System – Data Transfer – Export. So I […]
I am trying to get all the products which are displayed on the current page. The information is used for tracking cookies on the page.ready call. It was possible to get the product from the product page using the Registry class, on the cart and checkout pages I can use […]
We’ve recently had some issue with spammers using the registration page to send spam emails. We’ve enabled the magento captcha but are still seeing the spam emails being sent. I’ve seen others online prevent the spam emails by decreasing the length limit for the customer firstname and lastname fields which […]
I’ve changed my order number to 2000. INSERT INTO magento.sequence_order_1 (sequence_value) VALUES ('2000'); Then change lenght of order number <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoFrameworkDBSequenceSequenceInterface"> <arguments> <argument name="pattern" xsi:type="string">%s%'.05d%s</argument> </arguments> </type> </config> Next orders in admin panel are correct. But when I want watch this order in REST API […]
I am currently working on B2B company customer area where company admin can set roles and permission for there employees and customers , I just want to hide my custom module links from my account side panel according to permission set for that role.
I need to get a single customAttribute in Checkout shipping Addresses. The addresses have this value and I can get it in “My Account”, but on checkout the customerData.addresses JS does not include this attribute. custom_attributes and extension_attributes are empty. Any ideas how can achieve that?
Has anyone had this problem? If I try to import a .csv file, it instantly says “Content of uploaded file was changed, please re-upload the file”