Current Magento v2.4.5-p1. Process Magento version to 2.4.5-p7 upgrade by following process give on below link. https://experienceleague.adobe.com/en/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade Switch to maintenance mode to prevent access to your store during the upgrade process bin/magento maintenance:enable Starting the upgrade process while asynchronous processes, such as message queue consumers, are running may cause data […]
Magento
I’m working on a Magento 2 Hyva Theme project and need to convert the default Media Gallery slider into a vertical slider. Currently, the slider displays images horizontally, but I want it to scroll vertically instead. Can someone provide guidance or point me in the right direction on how to […]
Last year our Previous develepors added suffix to the order number. Example : If Order number is 10000001 , they added suffix like 10000001-23 as it was 2023 year. now we want to change to 24 from 23. Currently i do not have database access. Is there any way i […]
How to set limit of product’s swatches on category listing page. I have to show 5 swatches of the product on category listing page. I have tried below code but that’s code working only 5 swatches of product and less than 5 swatches of products, Not working with greater than […]
I am trying to implement the show/hide password functionality when a user logs in. I followed the instructions from Magento, https://developer.adobe.com/commerce/frontend-core/ui-components/howto/show-hide-password-checkbox/, but they don’t seem to work. I looked at this ticket as well, customer/account/login Showpassword checkbox doesnt work, but it didn’t help much. I am able to get the […]
I need to remove a product while reorder button clicked certain condition. For example if the product sku is ‘ABCD’ means, i need to remove it from adding cart and all other ordered product need to added in cart.
In magento246 color visual swatch working fine on product listing page.But,not showing on Category listing page…https://prnt.sc/78yEvqLYlx42 So, how to showing color visual swatch on category page.