Navigation product arrows in product detail page don't work.

Started by Fay, June 19, 2015, 13:57:26 PM

Previous topic - Next topic

Fay

Hello,
I am using VirtueMart 3.0.6.2 and i have a problem with the navigation arrows in the product detail page. The arrows are there but they don't work.
Here is the link to the page
http://minor.minorsin.com/index.php/en/shop-en/deadly-spike-necklace-detail
Thank you in advance


Fay

I have a problem with the product neighbours.
The arrows are there and they are showing the name of the next product or the previous one.
The problem is that when you click on them the url changes to the name of the next or the previous product but it doesn't load.
But if you refresh the page you navigate to the next/previous product like it supposed to do.
The  version that i am using is VirtueMart 3.0.6.2
Can somebody help me please?

jenkinhill

Looks like there may be a problem with your Liona template where the VirtueMart overrides are not correct.

For product link you have this:

<div class="productdetails-view productdetails">
            <div class="product-neighbours">
            <a href="/index.php/en/shop-en/envy-necklace-detail" rel="prev" class="previous-page" data-dynamic-update="1">Envy Necklace</a>            <div class="clear"></div>
        </div>


The default VM template code from a test site (which works) is:

  <div class="product-neighbours">
  <a href="/VM3062J34/index.php/vm/headgear/pattern-hats-detail" rel="prev" class="previous-page" data-dynamic-update="1">PATTERN Hats</a>    <div class="clear"></div>
        </div>


Note the  rel="prev"

Check to see if it works on default VM code  by switching to Beez template. And make sure that the test products are assigned to the same single category.

You should not be using VM3.0.6.2 as versions before VM3.0.8 are known to have critical security problems.  http://virtuemart.net/news/latest-news/469-security-release-vm3-0-8
Latest current version is VM3.0.9.4
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum