Answer the question
In order to leave comments, you need to log in
Good afternoon! Question about MiniShop2. The cart does not add a product and I don't know why. Can you help?
Cart and minicart added
<div class="{$total_count > 0 ? 'full' : ''}" data-toggle="dropdown" href="" id="msMiniCart">
<div class="empty">
<a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
<i class="fa fa-shopping-cart"></i>
<span>{'ms2_minicart' | lexicon}</span>
<div class="qty">0</div>
</a>
</div>
<div class="not_empty">
<a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
<i class="fa fa-shopping-cart"></i>
<span>{'ms2_minicart' | lexicon}</span>
<div class="qty">{$total_count}</div>
</a>
</div>
</div>
<ul class="ajax-data">
</ul>
<div class="add-to-cart">
<div class="qty-label">
Колличество
<div class="input-number">
<input type="number" value="1">
<span class="qty-up">+</span>
<span class="qty-down">-</span>
</div>
</div>
<button type="submit" class="ms2_product" name="ms2_action" value="cart/add" style="margin-left:10px; position:relative;"><i class="fa fa-shopping-cart" aria-hidden="true"></i>ms2_frontend_add_to_cart</button>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question