Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

promotions.json 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. [
  2. {
  3. "pk": 1,
  4. "model": "promotions.pagepromotion",
  5. "fields": {
  6. "display_order": 0,
  7. "object_id": 1,
  8. "content_type": ["promotions", "rawhtml"],
  9. "date_created": "2013-01-08T17:12:25.591Z",
  10. "position": "page",
  11. "clicks": 0,
  12. "page_url": "/"
  13. }
  14. },
  15. {
  16. "pk": 2,
  17. "model": "promotions.pagepromotion",
  18. "fields": {
  19. "display_order": 0,
  20. "object_id": 1,
  21. "content_type": ["promotions", "singleproduct"],
  22. "date_created": "2013-01-08T17:15:01.631Z",
  23. "position": "page",
  24. "clicks": 0,
  25. "page_url": "/"
  26. }
  27. },
  28. {
  29. "pk": 3,
  30. "model": "promotions.pagepromotion",
  31. "fields": {
  32. "display_order": 0,
  33. "object_id": 1,
  34. "content_type": ["promotions", "handpickedproductlist"],
  35. "date_created": "2013-01-08T17:20:10.691Z",
  36. "position": "page",
  37. "clicks": 0,
  38. "page_url": "/"
  39. }
  40. },
  41. {
  42. "pk": 1,
  43. "model": "promotions.rawhtml",
  44. "fields": {
  45. "body": "Welcome to Oscar's sandbox site.&nbsp; This is a example install of Oscar, making very few customisations to the core.&nbsp; It is intended as a playground for experimenting with Oscar's features.<br><br>You can get access to the dashboard <a href=\"http://latest.oscarcommerce.com/gateway/\" rel=\"nofollow\">using this form</a>.",
  46. "date_created": "2013-01-08T17:12:09.526Z",
  47. "name": "Welcome!",
  48. "display_type": ""
  49. }
  50. },
  51. {
  52. "pk": 1,
  53. "model": "promotions.singleproduct",
  54. "fields": {
  55. "date_created": "2013-01-08T17:14:56.664Z",
  56. "product": 89,
  57. "name": "Recommended reading",
  58. "description": "Commodo sed artisan before they sold out veniam aute sint you probably haven't heard of them pour-over, +1 delectus street art direct trade. Enim craft beer odd future single-origin coffee gluten-free artisan, salvia consectetur master cleanse vegan eiusmod carles. Yr proident ennui VHS, art party direct trade veniam est try-hard voluptate. Authentic irure aliqua, pariatur ad whatever sunt banjo esse letterpress plaid bicycle rights mollit quinoa you probably haven't heard of them. Farm-to-table keytar duis, craft beer carles lomo est accusamus single-origin coffee. Swag twee magna, literally meh cred cray. Aute deserunt ullamco, you probably haven't heard of them nisi synth DIY food truck.<br>"
  59. }
  60. },
  61. {
  62. "pk": 1,
  63. "model": "promotions.handpickedproductlist",
  64. "fields": {
  65. "date_created": "2013-01-08T17:19:57.759Z",
  66. "link_url": "",
  67. "link_text": "",
  68. "name": "Other good books",
  69. "description": "Commodo sed artisan before they sold out veniam aute sint you probably haven't heard of them pour-over, +1 delectus street art direct trade. Enim craft beer odd future single-origin coffee gluten-free artisan, salvia consectetur master cleanse vegan eiusmod carles. Yr proident ennui VHS, art party direct trade veniam est try-hard voluptate. Authentic irure aliqua, pariatur ad whatever sunt banjo esse letterpress plaid bicycle rights mollit quinoa you probably haven't heard of them. Farm-to-table keytar duis, craft beer carles lomo est accusamus single-origin coffee. Swag twee magna, literally meh cred cray. Aute deserunt ullamco, you probably haven't heard of them nisi synth DIY food truck.<br><br>"
  70. }
  71. },
  72. {
  73. "pk": 1,
  74. "model": "promotions.orderedproduct",
  75. "fields": {
  76. "product": 25,
  77. "list": 1,
  78. "display_order": 0
  79. }
  80. },
  81. {
  82. "pk": 2,
  83. "model": "promotions.orderedproduct",
  84. "fields": {
  85. "product": 51,
  86. "list": 1,
  87. "display_order": 0
  88. }
  89. },
  90. {
  91. "pk": 3,
  92. "model": "promotions.orderedproduct",
  93. "fields": {
  94. "product": 95,
  95. "list": 1,
  96. "display_order": 0
  97. }
  98. },
  99. {
  100. "pk": 4,
  101. "model": "promotions.orderedproduct",
  102. "fields": {
  103. "product": 13,
  104. "list": 1,
  105. "display_order": 0
  106. }
  107. }
  108. ]