Some of the programs on my Windows 10 do not properly worked due to corruption. I had the technician support helped me clean up the computer and he back up my profile user on my Windows ? My question to you what appdata in my user should I not copy […]
Blog
Installed Windows 10 on a USB3 SSD drive using this method (cloning an existing Virtualbox VM). The OS run quite good after boot, mouse and keyboard (USB) works, my printer is recognized. My main goal is to boot on this external drive to flash ROM on some Samsung phones. I […]
A large multi-site Magento 2.3.2 store (4 stores, 90k products, 5k categories) running with Varnish FPC and Redis cache for Magento cache. We find that within 20-30 minutes after a full cache flush, Redis cache has over 100,000 keys, using over 300 MB of memory, and continues to grow steadily […]
does anyone know if you can set this option via magento api I couldn’t find anything in the documentation, and I’m too unable to find it in the source code https://devdocs.magento.com/redoc/2.3/admin-rest-api.html#tag/products
I added a custom payment option for Magento 2 admin. When using the payment option checkout from admin the order total showing as the total due. How to make it as total paid instead of Total Due when i am using my custom payment option placing an order from admin
$this->getSelect()->join( ["address" => "sales_order_address"], 'main_table.entity_id = address.parent_id AND address.address_type = "shipping"', array('postcode') )->joinLeft( ["so" => "sales_order_tax"], 'main_table.entity_id = so.order_id', array('sgst' => 'address.postcode' == 600020 ? new Zend_Db_Expr('SUM(amount)/2') : new Zend_Db_Expr(0),'cgst' => 'address.postcode' == 600020 ? new Zend_Db_Expr('SUM(amount)/2') : new Zend_Db_Expr(0),'igst' => 'address.postcode' == 600020 ? new Zend_Db_Expr('SUM(amount)') : new Zend_Db_Expr(0),'amount' […]
The payment method is not showing on the checkout page. console error: Uncaught Error: Script error for: Magento_Checkout/js/model/place-order b2aee5ee1e36f296863f6f91b53a4ae9.min.js:16 Uncaught Error: Script error for: Magento_Checkout/js/model/place-order http://requirejs.org/docs/errors.html#scripterror at makeError (b2aee5ee1e36f296863f6f91b53a4ae9.min.js:16) at HTMLScriptElement.onScriptError (b2aee5ee1e36f296863f6f91b53a4ae9.min.js:112) Please help me.