Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Mtcline,

    I will add that feature in next version. If you can’t wait here is quick fix. Find dbmodels.php file in plugin dir (src subfolder).

    There (src/dbmodels.php) change :

    Line 362

    l.name AS location_name

    change into

    l.name AS location_name,
    l.address AS location_address

    After that just put #location_address# inside you email template. It will not be listed above field but you will be able to use it ??

    Best regards,
    Nikola

    Thread Starter mtcline

    (@mtcline)

    Thanks, Nikola! I really appreciate the quick response!

    Hi mtcline,

    new version is out 1.8.13. There you have a added new email tags (#service_duration#, #service_price#, #worker_email#, #worker_phone#, #location_address#, #location#) ??

    Best regards,
    Nikola

    Thread Starter mtcline

    (@mtcline)

    Thanks again, Nikola! I will put that to good use.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tagging Location Address in Emails’ is closed to new replies.