-
Medusa version `1.13.1`.
Hi guys!
Im building a custom order/quote portal for a business. They now want to have a way to add a discount to the total of a quote (draft order). The discount should…
-
삭제 구현부의 코드에서 삭제에 관한 코드가 보이지 않습니다.
``` dart
void removeFromCart(String productName) {
Product? selectedProduct;
for (var product in productList) {
if (product.name == productName) {
…
-
### What is the location of your example repository?
_No response_
### Which package or tool is having this issue?
Hydrogen
### What version of that package or tool are you using?
2024.1.1
### W…
-
Information a sighted person would mentally group needs to be programmatically reinforced for Assistive Technology.
[https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html|https://www…
-
### What is the location of your example repository?
Use Skeleton-template
### Which package or tool is having this issue?
Hydrogen
### What version of that package or tool are you using?
2024.7.…
-
### Preconditions and environment
Magento version 2.4.7-p2
PHP 8.3
Sample data installed via CLI
Add text field custom option to a product (I used SKU: 24-MB01)
### Steps to reproduce
1. Send g…
-
Currently, the profile page has multiple sections placed side-by-side (in parallel), which can make it look cluttered and less intuitive to navigate.The page has a background picture that is unnecessa…
-
> I'll keep it in mind and perhaps we can add it back at the end.... But for the time being I'm trying to get in the mindset of simply relying on the raw state we care about in the view as much as pos…
-
The goal of this task is to add the variation into the cart when clicked.
![Image](https://github.com/user-attachments/assets/5bf62277-d972-4e20-843b-975aa6d762dd)
-
The Checkout breaks on phpstan/phpdoc-parser 2.0 which is shipped with TYPO3 12.4.23 in composer based installations.
Downgrade to phpstan/phpdoc-parser 1.33.0 fixed the problem.