Manage inventory
-
Hello, I’d like to ask how in the plugin set products in stock if I have an import file in this format:
<offer id="..." available="true/false"> <price>...</price> <currencyId>...</currencyId> ... </offer>This option doesn’t work:
[str_replace( array( "false", "true" ), array( "outofstock", "instock" ), {{./@available})]Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Manage inventory’ is closed to new replies.