Results 1 to 10 of 23

Hybrid View

  1. #1

    Default Sale Confirmation Email With Add Review Link?

    Hi

    Does anyone know how you would add some php code to each and every sales confirmation email which gives a link back to the products ordered to the appropriate "write a review" about this product page? It would be good to include a thumbnail of the products ordered and a paragraph of text for example "Once you have received pproduct x,y,z why not write a review and let us know what you think.

    I think this will dramatically increase the number of product reviews which are written and help to increase the amount user generated content on the site keeping old product pages fresh for Google to feed on.

    Also perhaps this could be included on newsletters if the customer has ordered before as a one off mail shot to get some feedback.

    Any ideas anyone?

    Thanks!!

  2. #2

    Default Re: Sale Confirmation Email With Add Review Link!

    You can go direct by going to your root folder and find this folder called Email. This contains all the email templates so you can customize each and everyone. Add a link should be easy here. Do try a test order to check first how the new email will look like.

    Good luck!

  3. #3

    Default Re: Sale Confirmation Email With Add Review Link!

    Thanks I guess i just need to pull the relevant info from thr database when generating the confirmation email. If this is a simple process and someone knows how to do it please say! Otherwise i'll see if I can hack something together and post it here later. Right off to get my php/sql manuals.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Sale Confirmation Email With Add Review Link!

    Would it be easier to include some text about "write a review on your products" in the email and add links to writing the review on the Order History where the customer would already be logged in and just click along to write the reviews ...

    This would save the customer from clicking each link and having to login for each one of them ...

    Plus, the added advantage of not looking like spamm due to excessive links in the email ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Sale Confirmation Email With Add Review Link!

    As a customer I rarely return to look at old, order-related emails. Have you considered the Autoresponder+ mod? You could send an automated email a week or two after the order when the customer has likely already received and used the product(s), and the email can contain direct product links to whatever was ordered.

  6. #6

    Default Re: Sale Confirmation Email With Add Review Link!

    Agreed. after i've received my shopping items, i wouldnt go through my email to find that link. What I do is wait abt 15-30 days after I've shipped and then send a separate email asking for feedback. So far it has worked quite well.

  7. #7
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Sale Confirmation Email With Add Review Link!

    Quote Originally Posted by Ajeh View Post
    Would it be easier to include some text about "write a review on your products" in the email and add links to writing the review on the Order History where the customer would already be logged in and just click along to write the reviews ...

    This would save the customer from clicking each link and having to login for each one of them ...

    Plus, the added advantage of not looking like spamm due to excessive links in the email ...
    Ajeh,
    Is there a way to add a link to the order history page that would go directly to the write a review page for the product that they have purchased? I've added a link to the product but I'd like to make it less complicated for the customer.

    Thanks!
    Nancy

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Sale Confirmation Email With Add Review Link!

    You can customize your templates and overrides any way you want ...

    You would want to add something like:
    Code:
    <?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, zen_get_all_get_params(array()) . '&products_id=' . $order->products[$i]['id']) . '">' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . '</a>'; ?>
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. v151 Add Download link to confirmation email.
    By nigelt74 in forum Basic Configuration
    Replies: 4
    Last Post: 25 Jan 2014, 02:29 PM
  2. v139h How do I add a link to confirmation email?
    By Chargin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Nov 2012, 02:37 PM
  3. Can I add a Link to product URL in confirmation email?
    By RoPey in forum General Questions
    Replies: 0
    Last Post: 4 Dec 2007, 12:57 PM
  4. Order confirmation email with link to info page
    By bradymc in forum General Questions
    Replies: 19
    Last Post: 4 Mar 2007, 03:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg