info
the next button and previous button doesnt work.
They have to go to the next o previous product, I have this code:
<?php if ($totalRows_rsPrev): ?> <a class="nonblock nontext Button clearfix grpelem" id="buttonu1366" href="?prodID=<?php echo $row_rsPrev['prodID']; ?>"><!-- container box --><div class="clearfix grpelem" id="u1367-4"><!-- content --><p>ANTERIOR</p></div></a><?php endif; ?>
<?php if ($totalRows_rsNext): ?><a class="nonblock nontext Button clearfix grpelem" id="buttonu1347" href="?prodID=<?php echo $row_rsNext['prodID']; ?>"><!-- container box --><div class="clearfix grpelem" id="u1349-4"><!-- content --><p>SIGUIENTE</p></div></a><?php endif; ?>