Announcement

Collapse
No announcement yet.

Toolkit Ratings & Reviews send email and alert

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

    Toolkit Ratings & Reviews send email and alert

    I'm trying to configure the Toolkit Ratings & Review function in the RRPROD page configuration found on the tk_rr.txt file to send both the RR_EMAIL and the RR_ALERT at the same time.

    I have tried using this:

    Code:
    <mvt:if expr="g.basket:cust_id GT 0">
    <mvt:item name="toolkit" param="rrinsert|result|l.all_settings:product:id|0|500" />
    <mvt:if expr="g.result">
    <mvt:item name="toolkit" param="smtp|RR_EMAIL" />
    <mvt:item name="toolkit" param="smtp|RR_ALERT" />
    </mvt:if>
    <mvt:else>
    <mvt:comment> remove comment tags if you are going to allow non-logged in customers to rate
    <mvt:item name="toolkit" param="rrinsert|result|l.all_settings:product:id|0|250" />
    <mvt:if expr="g.result">
    <mvt:item name="toolkit" param="smtp|RR_ALERT" />
    </mvt:if>
    </mvt:comment>
    </mvt:if>
    but it only send the email to the customer (RR_EMAIL) and not the alert (RR_ALERT). Any suggestions?

    I had actually hoped that there was a way to have the RR_EMAIL sent when the storeowner approved the review but I found out that isn't possible. But if I could at least get it to send both emails upon the rrinsert I would be a happy camper.

    Many thanks!
    Leslie
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Re: Toolkit Ratings &amp; Reviews send email and alert

    Is what I'm trying to do that obscure? Sending two emails at the same time?
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    Comment

    Working...
    X