Active
Project:
Ubercart Bulk Stock Updater
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2010 at 19:00 UTC
Updated:
14 Dec 2010 at 16:41 UTC
Hi,
I've installed module, then went to admin/store/stock and noticed that list is empty only table header and column title are displayed. At the same time page admin/store/products show all products correctly. All actions are made under Admin user 1. So there should not be any problems with permissions.
Have tried with latest stable and DEV module versions.
Is there any possibility to solve this issue or understand what I've done wrong?
Comments
Comment #1
hiddentao commented@mini_me What version of Ubercart are you using?
Comment #2
mini_me commentedI'm using Ubercart 2.2.
If there some changes in SQL tables structure, is it possible to apply some hot fix?
Without bulk edit feature our store admin is hanging with updating the stock for ages :(
Comment #3
hiddentao commented@mini_me, I'll have to test it with Ubercart 2.2 to see what the problem is. Let me get back to you on this.
Comment #4
hiddentao commentedComment #5
mini_me commentedWill wait for any updates. I'd like to investigate by my own, but there are no any errors coming, so don't know where start.
Comment #6
mini_me commentedI've looked little bit deeper, and seems to me problem is solved. Main query select stock levels for active records from table uc_product_stock. Currently stocks for all products were disabled. After enabling it displayed records correctly.
Comment #7
mini_me commentedSo it would be nice to have bulk stock enabling disabling function ;) Like separate checkbox in product list
Comment #8
hiddentao commented@mini_me, yeah it would be good to provide the ability to edit more fields. Right now the fields shown are hard-coded. I think the next step would be to make it configurable so that you could choose which fields were shown.
Comment #9
andrews501 commentedHello,
I was testing this module today and noticed that all the active products don't appear in the list of uc bulk stock updater. Before installing it I also tried to look at my stock report and also the same products appear but not all the ones I have active.
I went to my database table and changed from 1 to 0, in order to inactivate all of them. Then I activated them again from 0 to 1. Here I noticed that the first three products I activated randomly appeared in both the stock updater and stock report. So I am imagining that the problem might be in the views that generate both lists.
Any suggestions on how to solve this issue so the entire list of products can be seen in the report and bulk updater, please?
Using Drupal core 6.19, and Ubercart 6.x-2.4.
Many thanks! Great module!