Hi

Thanks for your module. Unfortunately, it doesn't quite solve my problem. Because the products are not set to active when created, I need to manually make them active before I can see them in this module. Do you have any suggestions on how to do this? I know it is not an issue with your module but it would be a great addition or perhaps you could at least point me in the right direction.

Thanks
Chris

Comments

jenniferannwalsh’s picture

I am also using Ubercart Bulk Stock Updater and had the same problem. If you install Ubercart Product Power Tools (http://drupal.org/project/uc_product_power_tools) it will set all new products' stock to active. You can also set a default stock level which I found handy.

macman’s picture

Thanks j.a.w. !!

Buckminster_Bond’s picture

Hi There

Is there a "known" way to set existing products to active? (Above works great for new products)

Thanks

Buckminster_Bond’s picture

http://www.ubercart.org/forum/ideas_and_suggestions/15493/stock_module_o...

Above #3 was the solution!


insert into uc_product_stock(sku,nid,active,stock,threshold)
select model,nid,1,1,0 from uc_products

hedac’s picture

the module is cool but ideally it would have to be an integration with Views Bulk Operations module
this way we could create a view and filter it as we want and then bulk update the stock.

misc’s picture

Assigned: Unassigned » misc
StatusFileSize
new0 bytes

If would like this module handle set product as active, just add this patch. 1 is for active and 0 (zero) for not active.

misc’s picture

StatusFileSize
new7.73 KB

Sorry for the empty patch, here is a new, working one...

velpan’s picture

@MiSc thank you for this patch. It's a very useful feature.
Something went wrong at the creation of this patch. Can you post the right thing? Or post the whole patched file uc_bulk_stock_updater.inc

kenorb’s picture

Version: 6.x-1.2 »
Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.