This is one of those things that I thought I understood, then realized that I didn't.
I am loading product data into a file and uploading the file to Shopsite.
There are a number of fields in the product database that are checked (or not) to indicate whether or not a given behavior is desired.
The field definitions in the help area indicate in most instances that these fields should contained the word "checked", or the field should contain a null value.
This is the case in the "Taxable" check box. (see following)
Taxable:
Possible Values:"checked" or null. Setting a null value indicates that ShopSite should not calculate sales tax for this product.
However at least one other field (Display Quantity Pricing?) indicates that the acceptable values for that field are "checked" or "unchecked", as below:
Display Quantity Pricing?
Possible Values:checked (display quantity pricing table), unchecked (do not display quantity pricing table)
Questions:
1) Can the word "unchecked" be used in every case to indicate a negative choice, or must a null value be used, except where "unchecked" is expressly permitted?
2) In the cases where a null value must be used, can a zero length string (e.g. "") be used, or must the field value be null? This is a problem, because, just as nature abhors a vacuum, spreadsheet and database programs do poorly by null fields. They are treated in curious ways, and cannot usually be visually distinguished from a zero length string. (Then there is the problem of setting a field value to null.)
I have always thought that "unchecked" was acceptable in every case. Now, having given it some thought, I am completely befuddled.
I found an earlier thread that was on a similar question, but did not really address the issue.
Any clarification would be appreciated.
Thank you group.