This is my second post regarding this problem. My first post was titled in a way to actually cause the problem I described. So no one can see my first post because the SEF URL was:
www.artio.net/en/fireboard/joomla-extens...ing-with-option/view
Therefore this problem extends further that just the Virtuemart plugin.
-=-=-=--Original Post -=-=-=-=-
I purchased the Virtuemart plugin and products that are in a category ending in 'option' receive a 'page not found' error.
For example products in the category 'adoption' will create a SEF URL similar to this:
product/adoption/1306-product-name.html
Because the SEF URL has 'option/' in the url it fails with a 'page not found'.
After determining the problem I see that a line in joomsef.php may be causing this problem.
$sefstring = str_replace('option/', '', $sefstring);
I would rather not change my category names to work around this problem. Is there something I can do to correct this problem?
Thanks,
Chuck