chudkins / DSF

A script to automate working with EFI's Digital StoreFront
GNU General Public License v3.0
0 stars 0 forks source link

Update-Product should check if it's a kit #33

Closed chudkins closed 5 years ago

chudkins commented 5 years ago

Many things about kitted products can be changed just like non-printed ones, such as image and description. However, there is an additional step between the product details and being able to finish editing; for a kit you'll have a "Next" button instead of "Finish." Update-Product should check if the current product is a kit, and skip through the "Products in Kit" section on its way to saving changes.

chudkins commented 5 years ago

Fixed. We now set $isKit if "Products in Kit" cell (by ID, not the actual text) is detected in the table near top of page.

Note that "Done" button on the "publish your product" page has a different ID for kits, so that's handled as well.