All Products w/Products per Page (OpenCart Addon)
3 reviews  3 reviews
All Products w/Products per Page (OpenCart Addon)
Price: $0.00
Product Code: allprod
Reward Points:
Availability: In Stock
Description

What does it do:
This contrib adds a page to show ALL products at once.


Main features:
  * Show All products from All categories at once
  * Has "Products per Page" selector


How to install it:
1) Unzip and upload the contents to the root directory of your OpenCart installation, preserving directory structure
-- ASSUMES TEMPLATE IS 'DEFAULT'. If not you must change the path to the view file.
-- NO FILES ARE OVERWRITTEN.


Add link to Header:
1) Edit: view/theme/default/template/common/header.tpl
2) FIND:
---------------------
<a href="<?php echo $special; ?>"><img src="catalog/view/theme/default/image/icon_special.png" alt="" /><?php echo $text_special; ?></a>
---------------------

3) AFTER, ADD:
---------------------
<a href="<?php @$this->language->load('product/all'); echo $this->url->http('product/all'); ?>"><img src="catalog/view/theme/default/image/icon_brands.png" alt="" /><?php echo $this->language->get('text_all_products'); //Q: AllProducts ?></a>
---------------------
 

Reviews (3)

Write a review

Your Name:


Your Review: Note: HTML is not translated!

Rating: Bad            Good

Enter the code in the box below:



Tags: ,