Announcement

Collapse
No announcement yet.

E-Mail Merchant Notification

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    E-Mail Merchant Notification

    Is there any way to customize the E-Mail Merchant Notification sent to merchants when item is sold? It comes looking real sloppy and hard to read.

    Tom Dean
    WebMaintain.net

    #2
    Re: E-Mail Merchant Notification

    Tom,

    Are you on PR8? If so you have complete control over the look and feel of those.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: E-Mail Merchant Notification

      Originally posted by Rick Wilson View Post
      Tom,

      Are you on PR8? If so you have complete control over the look and feel of those.
      where can I find it to customize it? Thanks.

      Tom Dean

      Comment


        #4
        Re: E-Mail Merchant Notification

        Tom,

        Under Order Fulfillment Settings you'll find both of the old modules and our new system. You'll need to deactivate the old one and enable Template Based Order Emails.

        From there you'll have access to the Page code.
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: E-Mail Merchant Notification

          I am trying to add my custom product fields into the template based confirmation emails for merchant and customer, but they aren't showing up in the email.

          I have checked the custom fields I would like to be displayed under the order contents tab and added the following code into the template...

          Code:
          &mvt:product:customfield_values:customfields:CODE;
          I also tried changing product to item, but that didn't work.
          Any suggesstions?
          Thanks!
          Dawgwear.net http://www.dawgwear.net
          Facebook - http://www.facebook.com/pages/Dawgwear/16030104618

          Comment


            #6
            Re: E-Mail Merchant Notification

            That data is not in the baskets database. You'll need to use the Emporium Plus Tool Kit to do a lookup in the custom product fields values database.
            Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
            Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
            Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
            Facebook http://www.facebook.com/EmporiumPlus
            Twitter http://twitter.com/emporiumplus

            Comment


              #7
              Re: E-Mail Merchant Notification

              Gotcha! Thanks Bill!
              Dawgwear.net http://www.dawgwear.net
              Facebook - http://www.facebook.com/pages/Dawgwear/16030104618

              Comment


                #8
                Re: E-Mail Merchant Notification

                Bill,
                I changed the custom to customc to use the product code and I also tried changing product_id to product_code and it isn't showing up. Did I do something wrong?

                Code:
                <mvt:item name="toolkit" param="customc|TERM|l.all_settings:item:product_id|TERM" />
                &mvte:global:TERM;
                TERM is my custom field and it is assigned to all my products.

                I have also made sure toolkit is an assigned item for the template.
                Last edited by dawg1; 07-12-11, 10:14 AM.
                Dawgwear.net http://www.dawgwear.net
                Facebook - http://www.facebook.com/pages/Dawgwear/16030104618

                Comment


                  #9
                  Re: E-Mail Merchant Notification

                  Look at the example in the admin page. It is item in basket layouts. The word "product" does not appear in the variable. (item:code)
                  Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
                  Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
                  Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
                  Facebook http://www.facebook.com/EmporiumPlus
                  Twitter http://twitter.com/emporiumplus

                  Comment


                    #10
                    Re: E-Mail Merchant Notification

                    question for bill -

                    i have a customer with a PR8 store that has your Addendum module. however, the customer really wants to edit the merchant email template to format it better. if they enable 'Template Based Order Emails' in order to be able to modify the merchant email, is there a way to add the Addendum questions/answers to the new template?

                    thank you!
                    [ chris ]

                    Janus Design

                    "Clones are people two"

                    Comment


                      #11
                      Re: E-Mail Merchant Notification

                      Any idea how we can do what Chris is asking? I'd also really like to include addendum data in the new merchant notification email.
                      Dylan Buchfink
                      The Mattress & Sleep Company
                      http://www.tmasc.ca/

                      Comment


                        #12
                        Re: E-Mail Merchant Notification

                        include addendum data like this in the merchant email:
                        Code:
                        question 1: &mvte:global:question1;<br>
                        question 2: &mvte:global:question2;<br>
                        question 3: &mvte:global:question3;<br>
                        question 4: &mvte:global:question4;<br>

                        Comment

                        Working...
                        X