Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the order is placed and processed for payment, UltraCart communicates the purchase to Wishlist and Wishlist then generates the login credentials and emails them to the customer.

Storefronts 

In the storefronts Receipt template and Email Notification receipt template you can use the $order.isPurchased velocity statement to customize the receipt page and email notification to notify the customer of the emailing coming form Wishlist member that contains their login credentials.

See the following document for an example of how to edit the template to include the message: Adding Item Specific Content to the Receipt 
(this example is for editing the receipt template to the actual checkout but the velocity coding is essentially the same for the email template.

For Legacy "Screen Branding Themes" 

In UltraCart email notification and screen branding, you can use the IfPurchased token to customize the receipt to notify the customer of the email coming from Wishlist member containing their login credentials.

...

Code Block
languagegroovy
themeDJango
firstline1
titleUsing the "IfPurchased" tokens to customize the receipt
linenumberstrue
'[IfPurchased=001] <p> Your login credentials will arrive in a separate message from wishlist member. Please check your inbox and spam folders. You will log into our password protected area by navigating <a href="http://www.yourdomain.com/somedirectory/login.html"> here.</a> </p> [/IfPurchasing]

...