how show one product with different color in product details page but every color has different url depend on color value
i saw example and i want make like that https://www.zalando.sk/nike-sportswear-club-pant-teplaky-active-pink-ni122e0d8-j11.html
i saw example and i want make like that https://www.zalando.sk/nike-sportswear-club-pant-teplaky-active-pink-ni122e0d8-j11.html
Where in Magento admin can I set expiry time for products in the cart? Currently, the product is not going to stay in the cart for more than 24 hours once a cart is abondoned.
How to create submenu inside submenu in magento 2 admin? 3 level child menu in admin
I am in the process of upgrading magento 2.3.5 to 2.4.4 On testing the 2.4.4 version I noticed that the code customerData.get(‘cart’)().items; does not return the customer’s cart Refer below code on the complete code file on checkout-loader.js define([ ‘rjsResolver’,… Read More »Magento_Customer/js/customer-data not returning product items data
Would it be possible to use 2 different Swatch Types in the Category and Product Page? My view.xml as follows. I’d like to use the swatch_image in the Category Page and swatch_image_base in the Product page for the swatches. <images… Read More »Magento 2 Different Swatch Types in the Category and Product Page
After upgrade from Magento 2.4.2 to 2.4.4, and run bin/magento setup:di:compile I got this error Class ZendConsoleResponse does not exist This is my composer.json file { “name”: “magento/project-community-edition”, “description”: “eCommerce Platform for Growth (Community Edition)”, “type”: “project”, “version”: “2.2.1”, “license”:… Read More »Class ZendConsoleResponse does not exist After Magento 2 upgrade
I am new to magento and trying to set up a new project locally. After cloning the repo from remote to local, I run composer install and then I try to run bin/magento s:up which runs initially but eventually I… Read More »Running bin/magento s:up results in File “” does not exist
It displays all products if search the text on the search results page. The limitation is working well on the category page but it isn’t working on the search results page. So if the result is more than 4000, then… Read More »Showing all products regardless there’s a limitation in search results page
im working on cron with config path to schedule according to expression set from admin, value getting saved in db after save configuration but cron not working nor showing in cron_schedule table. here is my config in admin here is… Read More »crontab with config not working magento 2.4.4
I’m new to Magento development and I need to integrate our Vouchers API to give discounts to our customers. Our customers have a card with a number and PIN. I need to get this data from checkout form, request API,… Read More »Call external voucher API and add discount before checkout