VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: chdsi80 on June 26, 2014, 15:40:44 PM

Title: What should I look for? all product images and description are out of order...
Post by: chdsi80 on June 26, 2014, 15:40:44 PM
Hi
I know I shouldn't ask before I search for an answer. But I am a total noob. so new, I don't even know what to search for... :'(

I got this website for an adwords campaign. www.kennedywire.com.au .
but the guy asked to switch hosting and seo and managing the whole website for him.

I moved it and updated the virtuemart. now the product descriptions are very tiny and dumped in the corner of the page. all of them
here is the link : http://www.kennedywire.com.au/component/virtuemart/bird-cages?Itemid=0

I searched for thumbnail size and changed it to 300x200 with no resizing. but it didn't work.

I really don't know what to do and even what to search for.

I would appreciate your help.

thanks

Title: Re: What should I look for? all product images and description are out of order...
Post by: jenkinhill on June 26, 2014, 15:56:17 PM
What is the VM version now and what version did you update from?  -  http://forum.virtuemart.net/index.php?topic=79799.0

I'm guessing that the VM template overrides being used need recoding for the current VM version. Test that by renaming the overrides directory which should be /templates/wa_theme/html/com_virtuemart/ This will force VM's default template layouts to be used.

Never, ever update Joomla, VM etc on a live site - always test on a backup first.
Title: Re: What should I look for? all product images and description are out of order...
Post by: chdsi80 on June 26, 2014, 16:30:55 PM
Thank you Jenkin
I just updated the virtuemart. so I assume it's the latest version (2.6.6) . I looked into my files and there were two virtuemarts folder
one was 2.6.6 and the other 2.08.e

When I was looking for the version I saw this in the log section :

2014-06-26 05:28:04 ERROR vmError: getProductSingle Unknown column 'product_price_publish_up' in 'where clause' SQL=SELECT * FROM `kenet_virtuemart_product_prices` WHERE `virtuemart_product_id` = "69"  AND ( `virtuemart_shoppergroup_id` ="1" OR `virtuemart_shoppergroup_id` IS NULL OR `virtuemart_shoppergroup_id`="0")  AND ( (`product_price_publish_up` IS NULL OR `product_price_publish_up` = "0000-00-00 00:00:00" OR `product_price_publish_up` <= "2014-06-26 05:28:04" )
              AND (`product_price_publish_down` IS NULL OR `product_price_publish_down` = "0000-00-00 00:00:00" OR product_price_publish_down >= "2014-06-26 05:28:04" ) ) AND( (`price_quantity_start` IS NULL OR `price_quantity_start`="0" OR `price_quantity_start` <= 1) AND (`price_quantity_end` IS NULL OR `price_quantity_end`="0" OR `price_quantity_end` >= 1) )

I don't know what any of this means by the way.

Thanks again
Title: Re: What should I look for? all product images and description are out of order...
Post by: chdsi80 on June 27, 2014, 01:29:41 AM
anyone?