News:

Looking for documentation? Take a look on our wiki

Main Menu

Product display restricted to 10 items due to AJAX?

Started by green_image, October 04, 2016, 23:17:58 PM

Previous topic - Next topic

green_image

Hello, I am new here!

I am wondering if I am limited to only listing 10 items per category because of using AJAX in Virtuemart?

I've already tried changing the product category "Initial number of listed items" to 100 and it doesn't help.

I am using Joomla 3.6.0

Thanks!

http://advantlighting.ca/index.php/products (inground light category)

Ghost

Seems like so. Template/customization issue. Products don't even appear with default Protostar template http://advantlighting.ca/index.php/products?template=protostar.

green_image

Hm, alright, thanks!

I will let you guys know if I found the solution.

green_image

I think the problem lies with removing the page number on the product page at:

http://advantlighting.ca/index.php/products

It's suppose to be underneath all the products at the banner or content-bottom position:

http://advantlighting.ca/index.php/products?tp=1

But I can't seem to find the module to reactivate it, anybody know how I can reactivate it to see if that's the problem?

GJC Web Design

you mean the pagination?

It isn't a module.. its part of the std category template
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

green_image

Hello, yes I mean the pagination!

I deactivated it a couple months back and now I forgot where I can add it back.

Think you can point me in the right direction?

Thanks!

GJC Web Design

I know of no setting to deactivate it..

in the std. template it simply appears if the orderbylist is populated.. i.e. more than your pagination trigger

if(!empty($this->orderByList)) { ?>
      <div class="vm-pagination vm-pagination-bottom">
<?php echo $this->vmPagination->getPagesLinks (); ?>
<span class="vm-page-counter">
<?php echo $this->vmPagination->getPagesCounter (); ?></span></div>
   <?php }
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation