VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: austega on April 10, 2016, 07:00:07 AM

Title: Inventory display - number of lines
Post by: austega on April 10, 2016, 07:00:07 AM
My client live site sag.org.au is on J3.4.8, PHP 5.4.45 and VM 3.0.9 and the client test site test.sag.org.au is on J3.5.1, PHP 5.4.45 and VM 3.0.14. Uses Rockettheme Callisto template (Gantry 5).

In both cases the back end administrator inventory display ( VM | Products | Inventory ) displays 30 lines, with no apparent way of changing this default to another value.

My client remembers being able to display all the lines when using VM 2.

She wants to be able to export the inventory to a spreadsheet for offline management/reporting.

Can you advise:

Title: Re: Inventory display - number of lines
Post by: jenkinhill on April 10, 2016, 12:15:20 PM
Simple configuration:  VM Configuration/Templates/Set the pagination sequence for the List Box/Backend default items per list view

You can export products using CSVI (https://www.csvimproved.com/) or write your own SQL to export direct from the database. Most people use CSVI.
Title: Re: Inventory display - number of lines
Post by: austega on April 11, 2016, 05:20:11 AM
Thank you.