J1.7.3/VM2 SVN revision 4958
Am I correct that in VM2 configuration the following settings are not being written into the configuration table when clicking on "Save"?
(In my installation altering the pagination sequence doesn't seem to have any effect and I don't see an entry in the _virtuemart_configs table, config column.)
Default number of manufacturer in a row
Set the pagination sequence for the List Box
should be written, but maybe not used.
This isn't technically a pagination issue afaik. For some reason these have stopped working correctly though. I'm going to check it out because the list you enter should replace the list box on the FE and that is not happening. While I'm at it I'll look in to the manufacture thing too ;)
Mine are being written... I manually removed them from the database and clicked save checked the database and it saved the empty values. However Max is right they are not being used right now.
Ah..., now I found the values written into the database, too. At first I didn't look down the list far enough. I just assumed they should show up between products_per_row and vmlayout, which is where they are located in the frontend. :)
Updated in the SVN. The list box now uses the numbers defined by the user again.
Tested it already and it works :)
At first I thought it breaks the frontend "sort by manufacturer" feature. But after rolling back to the SVN revision before your commit, I got the same errors. I might post those later - maybe it's just in wip status at the moment.