how to increase sku 64 symbols to be 255 symbols at magento 2.3.2 the below image https://i.imgur.com/MaWo0Qo.jpg i did this but still same set “const SKU_MAX_LENGTH = 255;” in the file module-catalog/Model/Product/Attribute/Backend/Sku.php SQL ALTER TABLE catalog_product_entity CHANGE sku sku VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT ‘SKU’;
Magento
We have a module that create quotes that very simaler like create orders from backend, add customer, add product/s by select them so you can see them as a list in the backend before you create the order and submit them. I tried to add more 2 attributes with price […]
I’m making a custom shipping module. When a user selects the shipping method, I want it to populate the shipping address fields. I have overridden the select shipping method handler like so: var config = { map: { '*': { 'Magento_Checkout/js/action/select-shipping-method': 'Vendor_Module/js/action/select-shipping-method' } } }; I want to do something […]
I attempted to place an order via /rest/default/V1/carts/mine/payment-information and got the following response: "message": "The order wasn't placed. First, agree to the terms and conditions, then try placing your order again." } How do I accept terms via API?
Basically I manually created custom column in my database named as item_number Now I want to insert data into this column from appcodecompanySalesControllerAdminhtmlOrderCreditmemoSave.php and the purpose of this column is that it will store the item number of each item. As sales_creditmemo_item inserts data or stores data of each item […]
Here I have created a custom grid(inside admin) using block, now I want to add controlColumns(hide/show) functionality in this custom grid. Using Ui Component, it’s easy to add this functionality by using below code (in grid listing page): But I want to add this functionality in custom grid which is […]
I’m trying to add widget to cms block or page but when i add it only display short code on page and not render, i tried different magento default widgets results is same also tried using code on phtml template echo $this->getLayout()->createBlock('cms/block')->setBlockId('home-top-cms')->toHtml() But it also gives same results. also checked […]
I used magento 2.3.2 ,when i used { direction:rtl; } on pub/static/frontend/Magento/luma/ar_SA/css/styles-l.css the product image thumbnail didn`t work any one can help me to make it work ?
I am using Magento 2.2.2 and I am trying to add some custom menu links to magento in the mobile menu layout. I tried adding a custom block with menu links by referring catalog.topnav block default.xml topmenu.phtml