Add additional fields to email

HomeSupportImage StoreAdd additional fields to email

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #392395
    totallytech
    Participant

    Hey,

    Is there a way I can add additional fields to the email to me – such as:

    Address: %customer_address%
    Phone: %customer_phone%

    I’ve tried it but they aren’t working so I’m guessing I’ll need to assign them somewhere?

    Can you help please?

    #395849
    Xpark Media
    Keymaster

    @totallytech,

    There are 2 ways you can accomplish adding new fields, this can only be done by using the Image Store Hooks.

    1. add new tags and substitution values. Values and substitution must be in the same order, use these 2 hooks:
    ims_default_opts add values to the $options[‘tags’] array.
    ims_substitutions add values to the $substitutions array.

    2. modify the entire message (email).
    ims_admin_message
    ims_customer_message

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.