Using Windows 10. I have a couple of folders on the desktop which contain shortcuts which I use regularly, but I can’t get the icons to look good. In Windows Explorer, the View > Small icons gives 16×16 icons which are too small. The View > Medium icons option, however, […]
Yearly Archives: 2020
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.