Hi Alex,
The Share Button on the Saved Cart screen provides the ability for a registered user to “Share” a saved cart or wish list with another registered user or new user. This allows user A to add items to a cart and save it. User A can then invite user B to login/create an account and access user A’s saved cart and retrieve that cart for editing or continue to checkout. When user A clicks the “Share button”, a textbox is displayed prompting the user to enter an email address and click send.
A confirmation message will appear to confirm the previous action has been completed. An email will be sent to the recipient (User B) that will contain a hyperlink in the message body, allowing the recipient to gain access to the appropriate saved cart.
To customize the share cart email to add your company logo, custom message, etc. you can modify the email html template “SCShareEmail.htm” located off your portal root directory in /desktopmodules/smith.buynow/
The recipient email subject is auto populated using the following fields:
-
Portal Name - Saved Cart ID/Saved Cart Description
-
Example: Subject: Onlinewindows-12/Smith House
Hope this helps!