Documentation: https://docs.litespeedtech.com/lscache/litemage/crawler/ Path to: M2-crawler.sh in server /home/user/M2-crawler.sh Via SSH I run crawler in this way: cd /home/user bash M2-crawler.sh SITE-MAP-URL How to run crawler via cron and log in var/log? I try some like this but Im not sure, is correct way? /usr/local/php74/bin/php74 /home/user/bash M2-crawler.sh https://sitemap.pl/pub/media/sitemap/sitemap-1-1.xml 2>&1 | grep […]
Magento
I have a brand new installation of Magento 2.4 and I would like to migrate all data I have from my current installation of Magento 2.1 without all the mess that third-party modules I had created in the database. How could I migrate from Magento 2 to Magento 2? Does […]
I noticed issue with hide out of stock products. All visible on frontend. Reindex completed (all indexes sucess) indexes reset option hide out of stock enabled correct c:f, s:up etc done. Qty:0 MSI: 0 Still visible on frontend. Any solution?
We have a cms page with a content like this: <p>Lorem Ipsum</p> <div>{{block class="VendorModuleBlockFeature" block_id="feature_wrapper_block"}}</div> <p>More Lorem Ipsum</p> The block referenced in the cms page mostly consists of a template which, among other things, echoes other blocks. These other blocks obviously need to exist in order to be injected. My […]
I am adding custom option programatically in below observer. <event name="checkout_cart_product_add_after"> <observer name="mymodule_checkout_cart_product_add_after" instance="ExtendStripeSubscriptionObserverCheckoutCartProductAddAfterObserver" /> </event> and observer code in below file its not increasing quantity in same cart item , its showing separate products in cart. <?php namespace ExtendStripeSubscriptionObserver; use MagentoFrameworkEventObserver as EventObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkSerializeSerializerInterface; class CheckoutCartProductAddAfterObserver […]
i’m trying to give the logged in customers ability to change his Email while checkout. so all i need is show Customer Email Field in Checkout, the same as on Guest Checkout. i already have update email template file and remove isLoggedIn validation, but still no luck. any idea? Thanks
I need to create a query that will list me as in the admin panel all registred customers, of course, I can do it through the tables customer_entity. However, it does not contain the customer type whether it is “Company user” or “Individual user”. Where can I find this type […]
Here is the collection I have as an output : Array ( [0] => Array ( [item_id] => 1 [rma_id] => 1 [product_sku] => 24-MB02 [subsidiary] => CA ) [1] => Array ( [item_id] => 2 [rma_id] => 2 [product_sku] => 24-MB02 [subsidiary] => DE ) [2] => Array ( […]