I'm glade to present the opencart module Product Table 4.0!

A major update of the opencarts module Product table.

Important! Many new parameters have been introduced, as well as changes in the operation of existing ones. After the upgrade, you need to reconfigure all instances of the module. If you have any doubts about the update, please email me at [email protected] for advice.

You can familiarize yourself with the new features on the demo site.

So, what's new in the Product Table module version 4.0?

  1. The capabilities of the filter have been greatly expanded:
    • Added automatic detection of current category and manufacturer. This allows, for example, to use the same shortcode to display a list of new products in each category
    • The "Specials first" parameter has been added - it allows you to display promotional products at the beginning of the list
    • Added an availability filter. You can filter products by quantity and out-of-stock status
    • Added sorting settings: by name, price, etc. In addition, you can sort randomly, by popularity and by number of sales.
    • Added option to enable caching of filter results to reduce database load. The standard opencart caching system is used.
    • Shortcodes also support new options. For details, see the instructions for using shortcodes.

 

  1. In the column settings, the ability to adjust the visibility of the column for different devices has been added. To hide columns, standard bootstrap 3 classes are used: hidden-xs, hidden-sm, hidden-md, hidden-lg.
    These settings allow, for example, to display a simplified version of the product list on mobile devices to avoid horizontal scrolling.
  2. A new option has been introduced for the "Price" column, which allows you to hide the price without tax.


Learn more about Product Table