Multi-question

  • Solved
  • Posted 9 months ago

Hey guys,

Working on a few bits. Wondered if you could help.

Work hours – I’m importing data and probably using All Import. The format I have is
{“Monday”: “9am-3pm”, “Tuesday”: “9am-3pm”, “Wednesday”: “9am-3pm”, “Thursday”: “9am-3pm”, “Friday”: “9am-3pm”, “Saturday”: “Closed”, “Sunday”: “Closed”}

But it looks like the Voxel format is
[{“days”:[“sun”,”sat”],”status”:”closed”,”hours”:[]},{“days”:[“mon”],”status”:”hours”,”hours”:[{“from”:”07:00″,”to”:”15:00″}]},{“days”:[“tue”,”wed”,”thu”],”status”:”hours”,”hours”:[{“from”:”12:00″,”to”:”20:00″}]},{“days”:[“fri”],”status”:”hours”,”hours”:[{“from”:”12:00″,”to”:”19:30″}]}]

Any ideas an easy to use my format?

Mobile geolocation – location is working for desktop but not for mobile. Any ideas why that might be?