VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: korb on June 16, 2008, 18:03:54 PM

Title: [Solved] Breadcrumb error with advanced search according to parameters
Post by: korb on June 16, 2008, 18:03:54 PM
Joomla 1.5.3 Ecommerce bundle
I have defined a new category, defined a new product type with 2 multiple value atributes, assigned a new product to the new category and product type, and when I want to go to advanced search according to parameters, the breadcrumb outputs:

Home <a href="index.php?page=shop.parameter_search&option=com_virtuemart&Itemid=1">Advanced search</a>.<img src="http://localhost/no/templates/ja_purity/images/arrow.png" border="0" alt="arrow" />Advanced search acording to parameters

I hope this issue to be fixed in the next VM release.
Title: Re: [Solved] Breadcrumb error with advanced search according to parameters
Post by: mark82 on February 26, 2009, 23:57:36 PM
The fix for me was to overwrite administrator/components/com_virtuemart/html/shop.parameter_search.php. with the latest version

I tried the patches and upgrades and they wrecked my layout. virtuemart parser did not work either. This one specific file fixed it. I think i will restore all the other files i had overwritten when trying the patches and just leave this one. There are too many conflicts and too many other files which will overwrite my hard work on the template to risk doing the full patch from 1.1.0 beta 3 - 1.1.1 - 1.1.3

The supposed fix re the SEF urls is irrelevant to this IMO it doesnt fix the bug of the breadcrumbs html as above.

Hope this helps someone else like me who unfortunately uses the earlier versions.