[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] data and import tags won't write
I can't get the data or import tags to write to my products table. I have
the table flagged with:
[tag flag write]products[/tag]
Here's my data tag:
[data table="products" field="unavailable" key="[item-code]" value="1"]
Here's my import tag:
[import table=products type=LINE continue=NOTES]
code: [item-code]
unavailable: 1
[/import]
Neither one will add the value to the products table, but they both spit the
value (1) out on the page. I do have an "unavailable" field in my products
table.
- Grant (4.8.6)