nicolas wrote: ...the problem is with the filter you're using in your mass action I think.
I agree.
To clarify, there are 86 products in the database. The
#_hikashop_variant table has 926 entries, the
#_hikashop_characteristic table has 73 entries and the
#_hikashop_price table has 108 items.
If I open up individual products and select the Variants tab, prices are shown if they have been entered. I'm trying to find the variants that don't have an assigned price yet without opening 86 products individually.
I adjusted the my mass action routine and added the
category_id column. The
price_value figures displayed as expected!
Then I tried enabling several other
category_ elements. No
price_values were shown in the spreadsheet. Then I went back to the
category_id column display. Alas, again no
price_value entries are shown. Perhaps one day this feature will start working.
Is there a working mass action routine on any HikaShop demonstration site that I can examine?