• Resolved tompoezie

    (@tompoezie)


    Hi,

    Is there any way to add a location without an address? We have some shops of which the city is known, but the street address isn’t.

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Address details are required, but if you don’t have them then the best workaround is to simply add an address in the center, and then maybe hide the address details with CSS.

    #wpsl-stores .wpsl-street { 
       display: none !important;
    }
    Thread Starter tompoezie

    (@tompoezie)

    Thanks, I set the address to “unknown” and used the wpsl_store_meta to replace ‘unknown’ by ”, so known addresses show up.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add location without address’ is closed to new replies.