I have created the registration.php, theme.xml,composer.json in app/design/frontend/myvendorname/themename_theme/ and _extends.less in app/design/frontend/myvendorname/themename_theme/web/css/source. Ran the following commands rm -r /home/magento/pub/static/* /home/magento/var/view_preprocessed/* /home/magento/var/cache/* cp /root/.htaccess /home/magento/pub/static/ #re-copying htaccess above to static folder just in case it got lost magento cache:flush magento setup:static-content:deploy -f chown -R www-data:www-data /home/magento chmod -R 777 /home/magento So […]
Magento
Magento 2.4.6 I have a very specific requirement. I want to not load images in the media gallery on the product page, if the image is a placeholder. Do not ask why :-D, its a requirement and can not be solved any other way (it does not work to hide […]
please help me how to override the default place order button functionality in Magento during cash on delivery selection
In my magento we are using Mexbs Bunlde Discount extension to create cart price rules. i created one rule like – A product from X category + B product form Y category + C product from Z category for 10$ Now i added three products from three categories and applying […]
Broken layout XML files after installing Magento 2.4.6 on Ubuntu 22.04 Nginx, PHP 8.1. domain: kiqlik.com Looks all good in the front… /var/www/html/2.4.6-p2$ cd /var/www/html/2.4.6-p2/var/log deborah@webserver-magento-poc:/var/www/html/2.4.6-p2/var/log$ tail -f system.log [2023-11-24T22:32:49.257513+00:00] main.INFO: Broken reference: the 'page.actions.toolbar' tries to reorder itself towards '', but their parents are different: 'page.main.actions' and '' respectively. […]
In Magento 2.4.5, the shop “lost” somehow some associations from configurable to simple product. These simple products are no longer associated with their parent configurable product. The share the same SKU prefix. I can find them with “Add Products Manually” and filtering for the parent SKU and associate them again […]
I am working on upgrading a bit older Magento site (version 2.4.2 to 2.4.6) hosted in AWS. I began it as a series of incremental upgrade through versions and subversions to avoid dependency version gaps. I upgraded up to 2.4.2-p2 . When I tried to upgrade from 2.4.2-p2 to 2.4.3, […]
My Configurable product have some simple product which are out of stock when a swatch is clicked some swatches got disabled i just want to disable the swatch if pair does not exist i want to show the show if product is out of stock and swatch is enable not […]
So, I have set up a payment method (Leasing) – when chosen, you have the choice between different leasing providers. It is working so far, as the providers are shown in the checkout, I can click them and “order”. But I failed to make those radio buttons to be required […]