Advertisement
Guest User

Untitled

a guest
May 13th, 2020
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. $fields = [
  2. 0 => [
  3. 0 => "sv-bb",
  4. 1 => "",
  5. 2 => "Eldorado Stone - Bluffstone Bodega",
  6. 3 => "configurable",
  7. 4 => "10",
  8. 5 => "1.0000",
  9. 6 => "eldorado-stone-bluffstone-bodega",
  10. 7 => "1",
  11. 8 => "eldorado-stone-bluffstone",
  12. 9 => "bluffstone",
  13. 10 => "0",
  14. 11 => "Bluffstone is a narrow ledge stone in height with lengths from 7″ to 21″. Its average size is 3″ high by 14″ long. Available in a warm palette of tinted neutral ▶",
  15. 12 => "",
  16. 13 => "10",
  17. 14 => "product_type, package_type",
  18. 15 => "1",
  19. 16 => "1",
  20. 17 => "1",
  21. 18 => "1",
  22. 19 => "1",
  23. 20 => "",
  24. 21 => "",
  25. ],
  26.  
  27. 1 => [
  28. 0 => "svf-0001-s",
  29. 1 => "sv-bb",
  30. 2 => "",
  31. 3 => "simple",
  32. 4 => "80",
  33. 5 => "1.0000",
  34. 6 => "",
  35. 7 => "0",
  36. 8 => "eldorado-stone-bluffstone",
  37. 9 => "bluffstone",
  38. 10 => "0",
  39. 11 => "",
  40. 12 => "",
  41. 13 => "80",
  42. 14 => "",
  43. 15 => "Flats",
  44. 16 => "Small Box",
  45. 17 => "Large Box",
  46. 18 => "Sq. Ft.",
  47. 19 => "Bluffstone Bodega",
  48. 20 => "",
  49. 21 => "",
  50. ]
  51. ];
  52. foreach ($fields as $field) {
  53. dd($field);
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement