Skip to main content
What is your return policy?
Key points:
- Seeds: returnable within 14 days if unopened and unused. Return shipping costs are on you.
- Damaged or wrong products: see our Orders section for how to report and resolve.
Full terms.
Was this article helpful?
<% if (allItems.length > 1) { %>
<% allItems.forEach(function(item) { %>
-
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item) { %>
-
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>