VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: marion_1967 on December 02, 2016, 12:25:42 PM

Title: Products not shown after migration
Post by: marion_1967 on December 02, 2016, 12:25:42 PM
Dear Support!

I am a beginner with virtuemart.

I did a migration from Joomla 2.5.28 to 3.6.4 and virtuemart 2.0.18a to 3.0.18
The Site is now using Joomla 3.6.4, VM 3.0.18, PHP 5.6, MYSQL 5.5.52

Most things seem to work fine, but i have following problem:
http://www.arcus-schiffmann.de/relaunch/index.php?option=com_virtuemart&view=category&virtuemart_category_id=6&virtuemart_manufacturer_id=0&categorylayout=0&showcategory=1&showproducts=0&productsublayout=0&Itemid=390&lang=de

If i go on one of the categories, for example HOCHSPANNUNG
http://www.arcus-schiffmann.de/relaunch/index.php?option=com_virtuemart&view=category&virtuemart_category_id=34&Itemid=390&lang=de

There are no products seen in the product list.

I'm able to click throuh categories an subcategories, but product lists are all empty.

I tried another template, but it didn't solve the problem.

VM debug shows this:

vmdebug PHP 5.4
vmdebug Show All Errors
vmdebug my lfbs
vmdebug LangCount: 2 $siteLang: de-DE self::$vmlangSef: de self::$_jpConfig->lang de_de DefLang de_de
vmdebug vmTime: time to load config: 0.00364494323730469
vmdebug Start used Ram 15.25M
vmdebug getVendorId normal shopper
vmdebug isSuperVendor Not a vendor
vmdebug End used Ram 19.75M
vmdebug Peak memory peak 19.75M
vmdebug vmTime: vm view Finished task : 0.0597248077392578

Can anyone please help?
Title: Re: Products not shown after migration
Post by: GJC Web Design on December 03, 2016, 00:13:32 AM
it is because in the parent cat you have chosen not to show the products

http://www.arcus-schiffmann.de/relaunch/index.php?option=com_virtuemart&view=category&virtuemart_category_id=6&virtuemart_manufacturer_id=0&categorylayout=0&showcategory=1&showproducts=0&productsublayout=0&Itemid=390&lang=de

this is inherited by all the subcats

if I add &showproducts=1 to the url below the prods show

www.arcus-schiffmann.de/relaunch/index.php?option=com_virtuemart&view=category&virtuemart_category_id=34&Itemid=390&lang=de&showproducts=1

you could try on a test site http://dev.virtuemart.net/attachments/download/1034/com_virtuemart.3.0.18.5_extract_first.zip

this has quite different cat menu handling
Title: Re: Products not shown after migration
Post by: marion_1967 on December 03, 2016, 10:51:56 AM
Thanks a lot for your quick response and help :)!
I will try on monday. Hope it works!
Title: Re: Products not shown after migration
Post by: GJC Web Design on December 03, 2016, 12:29:16 PM
just try the url in any browser->

www.arcus-schiffmann.de/relaunch/index.php?option=com_virtuemart&view=category&virtuemart_category_id=34&Itemid=390&lang=de&showproducts=1

products are there