Daily Archives: February 2, 2020
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.
I recently made a new computer and when I go to power it on, it powers on and will sometimes go to the BIOS but other times it won’t. I have tried removing and replacing the graphics card and RAM, as well as the power connectors for the CPU and […]
Here is my case: i have set a Task to Disable Network adapter at 8:00:00 pm and Enable Network adapter at 8:00:15. It works like charm but if the laptop is turned off and i turn it on at 8:30 then both tasks execute simultaneously and my adapter remains disabled. […]