Deleting product images from checkout page

  • Posts: 26
  • Thank you received: 0
  • Hikashop Essential
11 years 5 months ago #102609

Hello, can anyone shed some light on how to delete the product images from the checkout page?

Thanks, JR

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #102628

Hi,

You have to edit the view "checkout / cart" and in this view you can remove the part concerning the image title and the image display.
It require HTML knowledge to remove the <th> and <td> parts.

Please Log in or Create an account to join the conversation.

  • Posts: 26
  • Thank you received: 0
  • Hikashop Essential
11 years 5 months ago #102633

Hi Xavier, I found the file thanks and was able to remove the "Image" title by deleting this code on about Line 103.

<?php if($this->params->get('show_cart_image')){ $row_count++;?>

<th id="hikashop_cart_product_image_title" class="hikashop_cart_product_image_title hikashop_cart_title">

<?php echo JText::_('CART_PRODUCT_IMAGE'); ?>

</th>

<?php } ?>

I've tried deleting the image though without success. Can you please tell me which line(s) of code to remove?

Thanks - JR

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #102638

Oups, there is an easiest solution, you can put back the changes in the view.
And disable the option "Show image" in Config > Checkout > Checkout.

The following user(s) said Thank You: RedPlugDesign

Please Log in or Create an account to join the conversation.

  • Posts: 26
  • Thank you received: 0
  • Hikashop Essential
11 years 5 months ago #102643

Brilliant! Thanks very much

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum