magento2 icon indicating copy to clipboard operation
magento2 copied to clipboard

Vue Storefront 2 integration for Magento 2

Results 114 magento2 issues
Sort by recently updated
recently updated
newest added

## Description Implement a standalone cart page. Add a go to cart button in the cart sidebar. Fix useCart linters and cartGetters linters. ## Related Issue re #340 ## How...

fix #1226 ## Description ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix...

### How the project can be improved? Add the possibility to use Magento's custom options. ### What are the acceptance criteria? - [ ] show product custom options in product...

enhancement

### How the project can be improved? When a back (magento) is deploying need to show a maintenance page on the front. Now we get 500 errors in requests when...

enhancement
triage-needed

### Expected Behavior A working Vue Storefront application on port 3000 of my local machine. ### Actual Behavior No responses when visiting http://localhost:3000/ or https://localhost:3000/. ### Possible Solution I am...

bug
triage-needed
vsf_team

### How the project can be improved? Need to use Magento url rewrites for categories and products. In product object we get this "url_rewrites":[{"url":"$$$$","__typename":"UrlRewrite"}] ### What are the acceptance criteria?...

enhancement
backlog
community

This PR merges the main branch back into develop. This happens to ensure that the updates that happend on the release branch, i.e. CHANGELOG and manifest updates are also present...

### Expected Behavior _No response_ ### Actual Behavior 1.0.0-rc10 version wait for input cartId but use in the query $cart_id https://github.com/vuestorefront/magento2/blob/3c3c483e0b801f70ef096a1b9d0d87301d919e8c/packages/api-client/src/api/getAvailableShippingMethods/index.ts:14 https://github.com/vuestorefront/magento2/blob/3c3c483e0b801f70ef096a1b9d0d87301d919e8c/packages/api-client/src/api/getAvailableShippingMethods/GuestAvailableShippingMethods.ts:4 ### Possible Solution _No response_ ### Steps to...

bug
community

### How the project can be improved? Need to implement a case for adding a grouped product. ### What are the acceptance criteria? * [ ] ### Additional information _No...

enhancement
triage-needed
vsf_team
community

### Expected Behavior _No response_ ### Actual Behavior packages/theme/modules/checkout/composables/useCart/commands/addItemCommand.ts:159 `case 'VirtualProduct':` ``` if (downloadableProduct.data.addProductsToCart.user_errors.length > 0) { throw new Error(String(downloadableProduct.data.addProductsToCart.user_errors[0].message)); } ``` but we set response to the virtualProduct variable....

bug
community