News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Thumbnails too small

Started by django29, December 31, 2011, 16:20:07 PM

Previous topic - Next topic

100gods

Hello Gruz,

Firstly, thanks for tagging me on the reply ! Really appreciate it ..

The solution you posted on
http://forum.virtuemart.net/index.php?topic=97365.msg322269#msg322269
seems to be what I am looking for ..

However, I am using Joomla 1.7 and VM 2.0.0.

Here are 2 questions if you could please help answer:
1. Does this fix apply only if upgrade to VM 2.0.0 ?

2. When following the step :

" So copy
components/com_virtuemart/views/productdetails/tmpl/default.php
to
templates/YOURTEMPLATE/html/com_virtuemart/productdetails/default.php "


in my case templates/zt_opis17/html/  does NOT have the folder  com_virtuemart !!

Please advise. Thanks.

Gruz

#16
Generally, any template doesn't have such a file: templates/YOURTEMPLATE/html/com_virtuemart/productdetails/default.php
You have to create it.

This should work for J1.7+VM2.0.0, but the chnages in the templates/YOURTEMPLATE/html/com_virtuemart/productdetails/default.php may differ a little. You need basic PHP skill to apply the described changes to a slitly another file.

Basically, you must apply appropriate change to templates/YOURTEMPLATE/html/com_virtuemart/productdetails/default.php which must be a copy of YOUR components/com_virtuemart/views/productdetails/tmpl/default.php, not to use the attached. The attached files is for another VM version and is just incompatible.

The second question http://forum.virtuemart.net/index.php?topic=97365.new;topicseen#new is not clear to me.
Your installable language for VM2: http://gruz.org.ua/virtuemart-language-files.html

100gods

Hello Gruz,

Quote from: Gruz on February 09, 2012, 16:34:43 PM
Generally, any template doesn't have such a file: templates/YOURTEMPLATE/html/com_virtuemart/productdetails/default.php
You have to create it.

This should work for J1.7+VM2.0.0, but the chnages in the templates/YOURTEMPLATE/html/com_virtuemart/productdetails/default.php may differ a little. You need basic PHP skill to apply the described changes to a slitly another file.
I thought so too - but still doesn't work... Please refer http://forum.virtuemart.net/index.php?topic=97365.msg322348#msg322348

Thanks a lot !!