Pwa solution that supports Downloadable products
Magento downloadable products are not currently supported in the Venia PWA. Could someone provide a solution for this issue?
Auto Added by WPeMatico
Magento downloadable products are not currently supported in the Venia PWA. Could someone provide a solution for this issue?
It appears that the downloadable products bundle and grouped products are not functioning properly in the PWA Venia setup. I have examined the Vue frontend, and it seems there is no support for downloadable products. Despite the Vue Storefront documentation… Read More »Downloadable products not working on pwa venia storefrontend
We are using Venia PWA 2.4.5 setup where frontend is displaying from ReactJs I have added New Widgets in backend. How to display those content in Frontend of the website ?
We are using Magento PWA Setup venia theme. We uploaded Products in backend before one week. But those products not reflecting in frontend. when we tried with Product url , it display this error : This Product is currently out… Read More »Magento Venia PWA – Products not display in frontend
We wanted to add a text after ADD TO WISHLIST icon in PDP Page, so We added in src/components/wishlist/AddtoListbutton/addtoListButton.ce.js return ( <button ref={buttonRef} className={buttonClass} {…ariaButtonProps}> {props.icon} ADD TO WISHLIST </button> ); Issue : The Text is displaying in every part… Read More »Display Text only in PDP Page
We are using PWA venia theme 2.4.5. We are trying to add a button below ADD TO WISHLIST in PDP Page We tried the below code . but we are not seeing any button. { isMobile && ( <div className={classes.cartActionButton}>… Read More »Add custom button below wishlist button in PDP
We are using PWA Venia Theme. BUY NOW button is not clickable in PLP Page . but it’s working in PDP Page , src/components/Gallery – item.js Full code for Item.js : https://pastebin.com/x3ri4BE8 const addButton = customOptions && customOptions.length > 0… Read More »Buy Now button not clickable in PLP Page
How to add Node packages to your Magento 2 site. how to implement in require-config.js using knockout js. I have already applied the commands below file. /var/www/html/project/app/code/vendor/module/view/frontend/ npm install @web3modal/ethers5 [email protected] after I add below code add require-config.js for example.… Read More »add node package in magento 2
I have created a custom extension in Magento 2 and their frontend functionality shows in the react js (PWA vania UI). So I have created a module to enable/disable functionality in the Magento system configuration. and I have added this… Read More »Enable/Disable footer link using system configuration in custom module PWA
I want my website pwa to show custom product attributes. my product attribute is dropdown. Do you any have idea how to implement it?