Hello,
Another SEO /SEF related issue..
In my current VM project (VM 3.0.0) I have set the cart page to a menu item with root ALIAS "indkobskurv", as I always do with my VM shops.
The idea is to make the cart page associated with a menu item, for menu item specific module assignments, and to always show the cart page with this URL address:
www.mysite.com/indkobskurvAnd this works as intended, well almost..
Let me try to explain this as simple as I can:
The first problem is that in all instances the cart URL is generated with /cart trailing to the URL, as this example:
www.mysite.com/indkobskurv/cartIt should only be:
www.mysite.com/indkobskurvThe second problem is a bit more complicated to explain..:
When I click on "Go to cart" from the front page, then the cart URL is:
www.mysite.com/indkobskurv/cartWhen I click on "Go to cart" from any Joomla article landing page, then the cart URL is:
www.mysite.com/indkobskurv/cartBut.. when I click on "Go to cart" from any VM category page or product detail page, then the cart URL is:
www.mysite.com/categoryalias/subcategoryalias/cart(categoryalias and subcategoryalias are of course any given VM category alias for the page that I was on when clicking "Go to cart")
So, it seems that the "Go to cart" link that VM produces changes according to category and/or product detail page, and it does not follow the native Joomla menu item routing behavior.
This needs to be fixed
And, as I mentioned, I need to remove the trailing /cart from the URL.
My goal is simply to make the cart page adhere to a specific Joomla menu item and resolve to: "
www.mysite.com/indkobskurv" in all instances and under all circumstances.
Please someone advice how I fix these issues.
It is very important that I fix this because I need to be able to assign modules and other content specifically for the VM cart page.
P.S.
This may be a problem that only exists in VM3 (and not in VM2xx) because I have never seen this problem before on any previous Virtuemart project I have worked with.