search next or previous page of products if asked
This commit is contained in:
parent
accb900d4f
commit
78f46bb98b
@ -372,6 +372,9 @@ function LoadProducts(position, issubcat) {
|
|||||||
|
|
||||||
function MoreProducts(moreorless) {
|
function MoreProducts(moreorless) {
|
||||||
console.log("MoreProducts");
|
console.log("MoreProducts");
|
||||||
|
|
||||||
|
if ($('#search_pagination').val() != '') return Search2('<?php echo $keyCodeForEnter; ?>', moreorless);
|
||||||
|
|
||||||
var maxproduct = <?php echo ($MAXPRODUCT - 2); ?>;
|
var maxproduct = <?php echo ($MAXPRODUCT - 2); ?>;
|
||||||
|
|
||||||
if (moreorless=="more"){
|
if (moreorless=="more"){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user