Skip to content

Commit

Permalink
Merge pull request #916 from GulomovCreative/fix-chunks-1
Browse files Browse the repository at this point in the history
Исправление ошибки синтаксиса в чанке `chunk.ms_cart_new.tpl`
  • Loading branch information
webinmd authored Jul 16, 2024
2 parents 687e2da + 93a8c48 commit fc76339
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
<td class="ms-count">
<form method="post" class="ms2_form">
<input type="hidden" name="key" value="{$product.key}"/>
<button type="submit" class="ms-hidden" name="ms2_action" value="cart/change"/>
</button>
<button type="submit" class="ms-hidden" name="ms2_action" value="cart/change"></button>
<div class="ms-input-number-wrap">
<button class="ms-input-number-btn ms-input-number-minus btn btn-sm btn-secondary" type="button">&#8722;</button>
<input class="ms-input-number-emulator" value="{$product.count}" name="count" type="text">
Expand Down

0 comments on commit fc76339

Please sign in to comment.