Evening
My bundle product images are not showing on the cart page unless a simple product is also in the cart
although the images show in the recently added items, drop down at the top.
The images are present in he source code of the page, so i think there is a problem with the layout or something, has someone else come across this
Umair Iqbal
Below is the code if some one can have a look and explain what's going wrong and how to fix it
i can't really see the difference, the second product and image are the simple product
<tbody> <tr> <td><img src="https://www.islamicfashion.clothing/media/catalog/product/cache/1/thumbnail/168x/9df78eab33525d08d6e5fb8d27136e95/m/c/xmc2699_1_.jpg.pagespeed.ic.66-jar3NnV.webp" alt="Butterfly Maxi Abaya-Black- PACK"/></td> <td> <h2 class="product-name"> Butterfly Maxi Abaya-Black- PACK </h2> <dl class="item-options"> <dt>Pack</dt> <dd>1 x Butterfly Maxi Abaya-Black-Free Size (52") <span class="price">£0.00</span><br/> 2 x Butterfly Maxi Abaya-Black-Free Size (54") <span class="price">£0.00</span><br/> 2 x Butterfly Maxi Abaya-Black-Free Size (56") <span class="price">£0.00</span><br/> 1 x Butterfly Maxi Abaya-Black-Free Size (58") <span class="price">£0.00</span> </dd> </dl> </td> <td class="col-edit a-center"> </td> <td class="col-unit-price a-right"> <span class="cell-label"> Unit Price </span> <span class="cart-price"> <span class="price">£64.80</span> </span> </td> <td class="a-center"> <span class="cell-label">Qty</span> <input name="cart[158][qty]" data-cart-item-id="butterfly-pack-black-1-2-2-1" value="2" size="4" title="Qty" class="input-text qty" maxlength="12"/> </td> <!--Sub total starts here --> <td class="col-total a-right"> <span class="cell-label"> Subtotal </span> <span class="cart-price"> <span class="price">£129.60</span> </span> </td> <td class="col-delete a-center"><a href="https://www.islamicfashion.clothing/index.php/checkout/cart/delete/id/158/form_key/ArB8xBbdfHUrFdQI/uenc/aHR0cHM6Ly93d3cuaXNsYW1pY2Zhc2hpb24uY2xvdGhpbmcvaW5kZXgucGhwL2NoZWNrb3V0L2NhcnQv/" title="Remove item" class="btn-remove btn-remove2">Remove item</a></td> </tr> <tr> <td><a href="https://www.islamicfashion.clothing/index.php/wholesale-buttferfly-abaya.html" title="Butterfly Maxi Abaya" class="product-image"><img src="https://www.islamicfashion.clothing/media/catalog/product/cache/1/thumbnail/168x/9df78eab33525d08d6e5fb8d27136e95/i/m/ximg_8166.png.pagespeed.ic.8DHJjmYy2U.webp" alt="Butterfly Maxi Abaya"/></a></td> <td> <h2 class="product-name"> <a href="https://www.islamicfashion.clothing/index.php/wholesale-buttferfly-abaya.html">Butterfly Maxi Abaya</a> </h2> <dl class="item-options"> <dt>Colour</dt> <dd>Black </dd> <dt>Pack Ratio</dt> <dd>Free Size (56") </dd> </dl> </td> <td class="col-edit a-center"> <a href="https://www.islamicfashion.clothing/index.php/checkout/cart/configure/id/174/" title="Edit item parameters">Edit</a> </td> <td class="col-unit-price a-right"> <span class="cell-label"> Unit Price </span> <span class="cart-price"> <span class="price">£12.00</span> </span> </td> <td class="a-center"> <span class="cell-label">Qty</span> <input name="cart[174][qty]" data-cart-item-id="butterfly-abaya-black-Free Size (56" )" value="1" size="4" title="Qty" class="input-text qty" maxlength="12"/> </td> <!--Sub total starts here --> <td class="col-total a-right"> <span class="cell-label"> Subtotal </span> <span class="cart-price"> <span class="price">£12.00</span> </span> </td> <td class="col-delete a-center"><a href="https://www.islamicfashion.clothing/index.php/checkout/cart/delete/id/174/form_key/ArB8xBbdfHUrFdQI/uenc/aHR0cHM6Ly93d3cuaXNsYW1pY2Zhc2hpb24uY2xvdGhpbmcvaW5kZXgucGhwL2NoZWNrb3V0L2NhcnQv/" title="Remove item" class="btn-remove btn-remove2">Remove item</a></td> </tr> </tbody> </table> <script type="text/javascript">decorateTable('shopping-cart-table')</script> <!-- end: cart-table-wrapper --> </fieldset> </form>