- Posts: 81
- Thank you received: 9
Larger image in wishlist
- Leilahodgkins
-
Topic Author
- Offline
Less
More
3 years 1 month ago #354640
by Leilahodgkins
Larger image in wishlist was created by Leilahodgkins
-- HikaShop version -- : 4.7.5
-- Joomla version -- : 4.3.4
Hi there,
I was wondering if it's possible to increase the size of the image used in the wishlist?
I have been customising the file cart/show.php and can see in the table where the image is but the path is not straight forward to change. Currently it's using the 50 x 50px thumbnail. If possible I'd like to use the larger main thumbnail which in my set up is 600 x 600.
Is there some way I'd be able to do this?
I don't mind if it's for all carts and not just specifically for wishlists as we are in Gallery mode.
Many thanks for your help.
Leila
-- Joomla version -- : 4.3.4
Hi there,
I was wondering if it's possible to increase the size of the image used in the wishlist?
I have been customising the file cart/show.php and can see in the table where the image is but the path is not straight forward to change. Currently it's using the 50 x 50px thumbnail. If possible I'd like to use the larger main thumbnail which in my set up is 600 x 600.
Is there some way I'd be able to do this?
I don't mind if it's for all carts and not just specifically for wishlists as we are in Gallery mode.
Many thanks for your help.
Leila
Please Log in or Create an account to join the conversation.
3 years 1 month ago #354644
by nicolas
Replied by nicolas on topic Larger image in wishlist
Hi,
I think you can just change the 50 in these two lines:
in the cart / show view file.
I think you can just change the 50 in these two lines:
Code:
$width = (int)$this->config->get('cart_thumbnail_x', 50);
$height = (int)$this->config->get('cart_thumbnail_y', 50);
The following user(s) said Thank You: Leilahodgkins
Please Log in or Create an account to join the conversation.
- Leilahodgkins
-
Topic Author
- Offline
Less
More
- Posts: 81
- Thank you received: 9
3 years 1 month ago #354675
by Leilahodgkins
Replied by Leilahodgkins on topic Larger image in wishlist
Oh! That's great, thanks for your help. I should have been able to find that
Thanks for pointing me in the right direction.
Please Log in or Create an account to join the conversation.
Time to create page: 0.199 seconds