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 […]
Magento
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 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 […]
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”
I would like to create an URL-Redirect for a Page I created via controller in a custom module. I tried creating an Url-Rewrite for this purpose, let’s say my Url-key is “urlkey” and I’m trying to apply the redirect to a category-page. However after saving the Rewrite it automatically adds […]
We would like to permanently tick the ‘use default box’ for all of our products. Can someone elaborate on how this can be done? Thanks!