Hi
Importing working hours by CSV is not yet supported but you may use JSON to import all working hours from another Listdom website to your website. BTW, Working hours import is in our road map and we will work on it in the next versions.
You can change the position of style2 modules by overriding the related file and modifying its code. It’s very easy. You can find more information here: https://docs.webilia.com/listdom/how-tos/customize-listdom-template-files/
BTW, I believe you can use the Design Builder. You just need to use Column 1 and Column 2 to organizer your modules and then put the Box Method to Section Box. It will create two columns for you which look like sidebars.
Thank you for clarifying this. I had a look at exporting my listings as JSON and wondered if I could edit that export and add the working hours to the JSON file and then re-import.
Can you advise what the field/column name needs to be in the JSON file for working hours to import successfully?. I assume it will be something like working_hours?
-
This reply was modified 5 months, 4 weeks ago by
andyt1980.
Hi @andyt1980,
The key is lsd_ava and the value is a JSON object like the following:
{"1":{"hours":"","off":"0"},"2":{"hours":"","off":"0"},"3":{"hours":"","off":"0"},"4":{"hours":"","off":"0"},"5":{"hours":"","off":"0"},"6":{"hours":"","off":"0"},"7":{"hours":"","off":"0"}}
Each day has its own numeric key which contains hours and off keys. Off accepts numeric values like 0 and 1 and the hours key accepts string values like 8am to 5pm.
Thanks for this, what does the ‘off’ relate to? I assume “off”: “1” means Closed perhaps?
Hello again, Yes, 1 for off means closed on that certain day of the week.
Hello @andyt1980, FYI, the import / export feature for working hours is added to both CSV and Excel handlers and will release in the next version of Listdom free and Excel addon. The next update is scheduled to be released in maximum 3 weeks from now.
Hello @howardr14 ist this update already available? If yes, where?
@andyt1980 where is this work hour module (enabled / editor + admin / disabled) you mentioned? I can’t fine it anywhere and I am using pro
-
This reply was modified 4 months, 3 weeks ago by
mundecdk.
@mundecdk Yes, the working hour import feature is released as part of Listdom 5.2.0. You can add the working hours for each week day in your CSV file and map the fields with listdom fields during the import.
@howardr14 big thank you! 🙂