|
Hi,
here is my config:
- joomla 1.5.15
- virtuemart 1.1.4
- joomfish 2.1.3
- joomsef 3.7.6
- joomsef vm extension 2.0.34
I'm running french + english version of my products.
French is main language.
without url rewriting engabled, everything is fine: i can view my products in french and english.
with url rewriting enabled, french works but english doesn't: browsepage and flypage urls are wrong for products and categories. i get "page not found" when i click on product or category in the catalg
Is there any advice on how to fix this?
Thanks a lot for your answers
|
vm + joomsef + joomf ...
|
Posted 14 years, 1 month ago
by donatello
|
|
HI thanks for this useful answer.
With vm registration link, it's not the whole page white.
The Joomla template is displayed, just without the vm registration page
|
vm logout and regist ...
|
Posted 14 years, 8 months ago
by donatello
|
|
Hi,
I have created direct links in my template that lead to logout and registration page.
With sef enabled the links are not working
//Virtuemart Registration link
//No error but the registration page is not displayed, just an empty page
echo JRoute::_('index.php?option=com_virtuemart&page=shop.registration');
//Logout link
//Errror is "invalid token"
echo JRoute::_('index.php?option=com_user&task=logout&return=aW5kZXgucGhw');
How am i supposed to generate these links for Joom sef?
Many thanks for your help
My configuration:
Joomla 1.5
Virtuemart 1.1.4
Joom SEF 3.5.3
Joomsef VM extension 2.0.16
|
vm logout and regist ...
|
Posted 14 years, 8 months ago
by donatello
|
|
more info on my problem:
you can see that there is "category_id=2" in the form action parameter.
If i remove the "category_id=2" from the url and pass it with hidden field in the form, i'm still redirected to the right browse page but the url looks like this:
www.mydomain.com/list-all-products
thanks again
|
custom generated url
|
Posted 15 years, 1 month ago
by donatello
|
|
Hi,
I've created a form in a module that redirects to a virtuemart browse page.
The form looks like this:
<form name="test2" action="<?php echo JRoute::_('index.php?option=com_virtuemart&page=shop.browse&category_id=2'); ?>" method="post" >
When i submit the form, i'm redirected to the correct VM page but the url is not rewrited.
Why artio sef doesn't take may url?
I've also tried to pass the $option and $page vars in hidden fields, and also tried get instead of post.
All of the tests give the same result: good url but nor rewrited.
Many thanks forany advice on how i can solve this
|
custom generated url
|
Posted 15 years, 1 month ago
by donatello
|
More |