product page: get selected variant price instead of main product price

This commit is contained in:
2025-11-10 14:39:30 +03:00
parent 0b4ad0401f
commit db75925e7a
4 changed files with 26 additions and 29 deletions

View File

@@ -22,7 +22,7 @@
}
.quantityButton {
padding: 0px;
padding: 0;
width: 25px;
height: 32px;
display: flex;
@@ -41,7 +41,7 @@
}
.removeButton {
padding: 4px 0px;
padding: 4px 0;
height: 32px;
display: flex;
align-items: center;