1 / 4

Bigcommerce sub-category pagination

A category is an organizational unit to which you assign your products. When viewing your store, customers will click on a category to view products that have been assigned to that category. You can also create subcategories within your category

makkpress
Télécharger la présentation

Bigcommerce sub-category pagination

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Bigcommerce sub-category pagination A category is an organizational unit to which you assign your products. When viewing your store, customers will click on a category to view products that have been assigned to that category. You can also create subcategories within your category. Sometimes these categories are so many that you need to have a pagination for them also. Following is how you can achieve that – 1.Upload <a href = “/wp-content/uploads/js” download> jquery.js </a> using webdav in your template files ex:/template/js/ quickpager.jquery.js.

  2. 2.Go to head.html and include the jquery file quickpager.jquery.js and add the below code before </head>.

  3. <script type=”text/javascript”> $(document).ready(function() { $(“ul.side-menu”).quickPager({pageSize:”19″}); }); </script> NOTE: ul.side-menu is your subcategory ul tag class

More Related