Answer the question
In order to leave comments, you need to log in
Conflict in PHP. Part 2. How to fix?
In the online store, when adding an item to the cart, the cart icon slides down and the "Checkout" link appears on top.
Here is the code.
<?php if ($data->totalProduct) echo $data->cart_show; ?>
<div class="vmCartModule <?php echo $params->get('moduleclass_sfx'); ?>" id="vmCartModule">
Answer the question
In order to leave comments, you need to log in
<a href="/cart" class="vmCartModule <?php echo $params->get('moduleclass_sfx'); ?>" id="vmCartModule">
.................
</a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question