• Resolved andyt1980

    (@andyt1980)


    Hi,
    When Importing data from a CSV the Work Hours field is not listed in the importer and therefore cannot be mapped. I can confirm I have the Work Hours module enabled, see below:

    Also, on the individual listing pages when using the Pre-made style – Style 2 – Sidebar the map shows above the contact info module. I want the Map to appear below the Contact info module. How can this be achieved?. If I use the Design Builder then I lose the sidebar.

    I’m using Version 5.0.1 of the Listdom plugin.

    Thanks,

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support howardr14

    (@howardr14)

    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.

    Thread Starter andyt1980

    (@andyt1980)

    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.
    Plugin Support howardr14

    (@howardr14)

    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.

    Thread Starter andyt1980

    (@andyt1980)

    Thanks for this, what does the ‘off’ relate to? I assume “off”: “1” means Closed perhaps?

    Plugin Support howardr14

    (@howardr14)

    Hello again, Yes, 1 for off means closed on that certain day of the week.

    Plugin Support howardr14

    (@howardr14)

    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.
    Plugin Support howardr14

    (@howardr14)

    @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! 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.