Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
syncart-3483781
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
syncart-3483781
Commits
5cb82c37
Commit
5cb82c37
authored
1 year ago
by
matvey.tomashchuk
Browse files
Options
Downloads
Patches
Plain Diff
ecommerce hot fix
parent
2851dcfd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/cart.html.twig
+1
-1
1 addition, 1 deletion
templates/cart.html.twig
with
1 addition
and
1 deletion
templates/cart.html.twig
+
1
−
1
View file @
5cb82c37
...
...
@@ -63,7 +63,7 @@
<div
class=
"cart-col cart-col--quantity"
>
<div
class=
"cart-quantity"
>
<button
type=
"button"
@
click=
"changeQuantity('minus', item)"
class=
"cart-quantity-button cart-quantity-button--minus"
v-if=
!item.data_promo
></button>
<input
class=
"cart-quantity-value"
type=
"text"
v-model=
"
item.
quantity"
@
keypress=
"NumbersOnly"
@
blur=
"readQuantity(item)"
/>
<input
class=
"cart-quantity-value"
type=
"text"
v-model=
"quantity
[item.vid]
"
@
keypress=
"NumbersOnly"
@
blur=
"readQuantity(item)"
/>
<button
type=
"button"
@
click=
"changeQuantity('plus', item)"
class=
"cart-quantity-button cart-quantity-button--plus"
v-if=
!item.data_promo
:class=
"item.quantity == item.stock ? 'cart-quantity-button--disabled' : ''"
></button>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment