• Resolved priz

    (@priz)


    Hey, i wanna specify an e-mail adress for each products and if product sold send a mail to that adress. so if i do that with product attributes can i use that as placeholder? Or is there any suggestion for that scenario?

Viewing 1 replies (of 1 total)
  • Plugin Support damianmachnik

    (@damianmachnik)

    Thank you for your message. I assume we are speaking about a fully automated scenario. Currently, available placeholders are:

    {{ customer.email }}
    {{ order.billing_email }}

    These emails are dynamically assigned from the order.

    Your scenario is different and will require some additional work. You can try to achieve it by creating a new placeholder, which will assign a data of your choice to it.

    ShopMagic allows such a solution. Here’s a dedicated guide, how to do it https://docs.shopmagic.app/article/510-shopmagic-example-plugin and here’s direct link to the GitHub repository with an example plugin https://github.com/shopmagic/shopmagic-example.

Viewing 1 replies (of 1 total)
  • The topic ‘Order attributes for placeholder’ is closed to new replies.