I installed an amasty “abandoned car” extension, but it doesn’t work for me with the following command. /bin/sh /var/www/html/mkt-core/cron.sh I get the following error
Magento
I currently have a store that runs Magento v 2.1.10 however on a separate server I have recently installed Magento v. 2.4.3. that I am developing to ultimately replace the existing store. As I have elected not to go the upgrade route, I was curious how to go about transferring […]
I’m trying to fetch all the products by customer-id for the recently viewed items, but the database table ‘report_viewed_product_index’ is empty but the recently viewed product is visible on the frontend. I tried to refresh the report as well but no change Can someone point me to how I can […]
When a new order is create and the customer has checked the Subscribe to Newsletter box, below is how the checkout/onepage/success page appears. I will like to change the text Thank you for your subscription. to something different. I have searched I located the text string here magento/module-newsletter/Controller/Subscriber/NewAction.php. I tested […]
So I have to create a report (SQL Script) which has all the bundle products and all its customizable options. I can get list of all the bundle products using this query. select entity_id, type_id, sku, has_options from catalog_product_entity where type_id='bundle'; In catalog_product_entity, I assume that entity_id is the primary […]
How can I remove the name field from the new billing address field from Magento 2 checkout payment page? I tried the below code which is not working. I used a plugin for this class MagentoCheckoutBlockCheckoutLayoutProcessor public function afterProcess( LayoutProcessor $subject, array $jsLayout ) { $billingConfiguration = $jsLayout; if (isset($billingConfiguration)) […]
We need a POS for our physical shops that works with the native M2 MSI functionality. We have 1 “Stock” with currently 2 “Sources” assigned. One source for each physical outlet. Of course we would need that each outlet gets their own receipts, and the item qty needs to be […]