Checkout information of the order

  • Posts: 15
  • Thank you received: 0
10 years 6 months ago #180678

In the checkout there is a block with the image of the product, product title and price.

How to adjust the size of the product image? I also want the product title not to redirect to the product page, so just the product title as a description without a link to the product.

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

  • Posts: 83832
  • Thank you received: 13572
  • MODERATOR
10 years 6 months ago #180847

Hi,

You can edit the file "cart" of the view "checkout" via the menu Display>Views for your modifications.
There, you can change the lines:

$width = $this->config->get('thumbnail_x');
										$height = $this->config->get('thumbnail_y');
to:
$width = '200';
										$height = '200';
if you want thumbnails of 200*200 in the cart.

And you not have the link on the product name, you can remove the line:
<?php if(@$defaultParams['link_to_product_page']){ ?><a class="hikashop_no_print" href="<?php echo hikashop_contentLink('product&task=show&cid='.$row->product_id.'&name='.$row->alias.$url_itemid,$row);?>" ><?php } ?>
and the line:
<?php if(@$defaultParams['link_to_product_page']){ ?></a><?php } ?>

The following user(s) said Thank You: Tessa

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

  • Posts: 15
  • Thank you received: 0
10 years 5 months ago #181343

Thanks

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

Time to create page: 0.058 seconds
Powered by Kunena Forum