Totally Zenned
- Join Date:
- Aug 2007
- Location:
- Gijón, Asturias, Spain
- Posts:
- 2,872
- Plugin Contributions:
- 7
[Done v2.0] Repeated ids in tpl_shopping_cart_default.php
Hi,
in
catalog\includes\templates\template_default\templates\tpl_shopping_cart_default.php
from line 63-123 the array of products in the cart is output.
At line 85:
<a href="<?php echo $product['linkProductsName']; ?>"><span id="cartImage" class="back"><?php echo $product['productsImage']; ?></span><span id="cartProdTitle"><?php echo $product['productsName'] . $product['flagStockCheck']; ?></span></a>
the id="cartImage" and id="cartProdTitle" are declared and so get repeated for every product in the array. An id should be used only once on a page.
regards
Steve