woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
299 stars 110 forks source link

Product Variations - Bulk Update: Add a warning if the user has more than 100 product variations #6309

Closed chrisKns closed 2 years ago

chrisKns commented 2 years ago

This is part of the Bulk update prices for Product Variations project p91TBi-7x3-p2. See parent issue https://github.com/woocommerce/woocommerce-ios/issues/5762.

In the new bulk update screen (#6239) that the user can select that value to bulk update, we need to add a warning in the top of the view if the user has more than 100 variations to inform him that only the first 100 will be updated, due to limitations in the batch update api.

We could use the ImageAndTitleAndTextTableViewCell with warning style. We can check if product.variationsID.count > 100, to display the warning

oguzkocer commented 2 years ago

It looks like the milestone for this one was bumped a few times. I'm going to remove it now instead of bumping it.