sb_bind
Bind a node to live store data to display real products instead of placeholders, and configure buttons as purchase controls.
Instructions
Bind a node to real store data so the page shows actual products, not placeholder text. action makes a button a purchase control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| field | Yes | Where the value lands, always "specials.<key>" | |
| action | No | Pass product.id + specials.boundProductId | |
| source | Yes | e.g. article.author, article.categories, article.content, article.date; 78 in all, and a wrong one is refused with the list | |
| dry_run | No |