I think about storing example data for my custom module – module will generate some random sets based on it but I don’t know how to approach it. I want to start with 4 groups of values every with 100 unique values and want to expand it later. Should I […]
Magento
We have four CLI commands: submit, receive, cancel and import. The first three: submit receive and cancel are all set up to run via the cron job. However, I keep seeing in the logs that the import command is running. I checked the logrotate status and it shows that only […]
I have annoying bug in the Bestsellers table on the Dashboard page showing incorrect info about non-existing product with weird price and quantity sold. I found that this row is collected of the products with product_id=0. So, I need to delete all orders containing product_id=0 and all related data – […]
Magento 2.4.1-p1 9 extensions from Amasty Smartwave Porto theme I just noticed that assigning position numbers to products in any category does not reflect on the front page = it does not sort based on position. I have deleted Cache and reindexed. I googled this and apparently this was an […]
I’m trying add to cart a item with price 0 when I have this product added in the cart. Example: I have in the cart the product with SKU: 0000123 with his current price: 2.00 with a new functionality of my web and now I want add the SKU: 0000123 […]
I want to make some adjustments to most of the custom created cms pages with some exceptions however. To achieve this I added a block and removed another block from cms_page_view.xml I want to revert this for all the exceptions, which are some of the default cms pages like imprint, […]
I’m placing an order in magento 1.9 and I’m using coupon, the coupon code used isn’t being saved in the coupon_code field of the sales_flat_order table, so I can’t issue the report. I performed a test manually entering the coupon code directly into the database and managed to generate the […]
How do I remove the page loader or spinner when user entered value in the field i.e Phone Number field ? I believe is this default design by Magento to check on the validation part or making ajax request but is there any specific reason why such page loader or […]