Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. {
  3. "type": "header",
  4. "content": "Delivery estimation"
  5. },
  6. {
  7. "type": "paragraph",
  8. "content": "To use delivery estimation, add the tag 'shippingDays_10' to all products you want the estimation to appear. Replace 10 with the average shipping time in days (two digits)"
  9. },
  10. {
  11. "type": "text",
  12. "id": "delivery_estimation_text",
  13. "label": "Delivery estimation text",
  14. "default": "Passez commande aujourd'hui et soyez livré le"
  15. },
  16. {
  17. "type": "select",
  18. "id": "delivery_estimation_date_lang",
  19. "label": "Estimation date language",
  20. "options": [
  21. {
  22. "value": "English",
  23. "label": "English"
  24. },
  25. {
  26. "value": "Norwegian",
  27. "label": "Norwegian"
  28. },
  29. {
  30. "value": "French",
  31. "label": "French"
  32. },
  33. {
  34. "value": "Spanish",
  35. "label": "Spanish"
  36. }
  37. ],
  38. "default": "French"
  39. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement