Thumbnail size proportional scaling in Basket

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Thumbnail size proportional scaling in Basket

Postby info@.....nl » Tue Nov 06, 2012 1:29 pm

I can't succeed in scaling the thumbsnails in the basket to the correct proportions.
Using VM2 with OPC 2.0.97. Copied threecolumn_special_blue to own themename

Followed instructions in this thread viewtopic.php?f=2&t=126&start=0&hilit=product_full_image

Editing basket and setting size tot 0, 80 gives no image at all, but formating in line is OK
echo $this->op_show_image($product['product_full_image'], '', 0, 80, 'product');

Setting size to 80,0 makes information after image shift to left, but still no image
echo $this->op_show_image($product['product_full_image'], '', 80, 0, 'product');

Setting 80,80 gives square image, while original is 250x519
echo $this->op_show_image($product['product_full_image'], '', 80, 80, 'product');

Please advise.

Kind regards,
Marc
info@.....nl
 
Posts: 3
Joined: Wed Oct 31, 2012 4:49 pm

Re: Thumbnail size proportional scaling in Basket

Postby admin » Wed Nov 07, 2012 11:14 pm

hello marc, we know about this issue, we will update the op_show_image function to better support the scaling and add the support for zero width or height (which is only yet supported in OPC1) so it is automatically scaled to the single dimension. i would like to add this feature till the end of this week. pls keep an eye on our download section.

best regards,
stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: Thumbnail size proportional scaling in Basket

Postby info@.....nl » Tue Dec 18, 2012 5:10 pm

Hi Stan,

Any progress yet on above issue?

Kind regards,
Marc
info@.....nl
 
Posts: 3
Joined: Wed Oct 31, 2012 4:49 pm


Return to One Page Checkout for Virtuemart 2