Images in icetheme_rtl template are too small

Images in icetheme_rtl template are too small

Postby asaf@.....il » Tue Mar 20, 2012 1:43 pm

Hi

I'm using the icetheme_rtl template and the images displayed there are too small and I want to enlarge it.
Where is the file to do that?

Thanks
asaf@.....il
 
Posts: 2
Joined: Tue Mar 20, 2012 1:41 pm

Re: Images in icetheme_rtl template are too small

Postby admin » Wed Mar 21, 2012 2:57 pm

Hello, the icetheme uses this code for the image display:

echo $this->op_show_image($product['product_full_image'], '', 40, 40, 'product');

you can change the size of the thumb to 100px by

echo $this->op_show_image($product['product_full_image'], '', 100, 100, 'product');

if you are only interested in fixed height, but don't mind the width, you can leave 0 for the width

echo $this->op_show_image($product['product_full_image'], '', 0, 100, 'product');

The file where this code is located is this one:
\components\com_virtuemart\themes\default\templates\onepage\icetheme_rtl\overrides\basket.html.php

Best Regards,
Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: Images in icetheme_rtl template are too small

Postby asaf@.....il » Wed Mar 21, 2012 3:10 pm

Thank you

I did changed it before I posted here but it made it look with pixels...

so it works now. thanks

I have another problem, which the submit button sends me to homepage
How can I solve this?
asaf@.....il
 
Posts: 2
Joined: Tue Mar 20, 2012 1:41 pm

Re: Images in icetheme_rtl template are too small

Postby admin » Fri Mar 23, 2012 4:49 pm

Just to close this, the problem was with the OPC installer's timeout as it did not fully install due to php limits on your server. I had to create an installer zip without the templates.zip file in the installer.

Best Regards,
Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 1.1.x

cron