close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

checkout confirmation and Universal Email receipt issues

Thread began 8/13/2009 7:11 am by Suggs | Last modified 8/13/2009 12:53 pm by Jason Byrnes | 1509 views | 1 replies |

Suggs

checkout confirmation and Universal Email receipt issues

Hi Folks,

Can you help.
When a successful transaction goes through it takes me to the checkout_success.php page and shows an order number, however when the email receipt comes through, it is lacking the order number and images of the products purchased. If i hit the go back button and return to the confirm page and checkout, it sends the order number via e-mail this time, but again no images.
Also, in order to clear the cart contents, ive used the following below the closing </html> on the checkout_success.php page
<?php unset($_SESSION['stonehouse_OrderID']);
$stonehouse->ClearCart();
?>
Ive also removed the above code and again had a successful checkout, however it doesnt alter the fact that theres no images contained in the email, nor an order number.
Is there a better way to clear the cart contents than above and can you help diagnose the lack of images in the emails and lack of order numbers.

Best Regards

Paul

Sign in to reply to this post

Jason ByrnesWebAssist

sounds a code order issue.


Before Proceeding, make a backup of the confirm.php page.
In the server behaviors panel, select the Universal Email server behavior. This should appear after the eCart Store Order Summery server behavior. If it is in the list before the store order summary server behavior:

Select the universal Email server behavior. I code view, the Universal Email code will be selected, Cut this code. If a blank space is left between to code blocks, delete it.


Now select the Store Order summary server behavior, this will highlight all of the store order summary code, find the end of the highlighted code and paste in the Universal Email code.


Most email clients wont show the image by default until you click a Display Images button. If this still doesnt show the images, edit the email body. make sure the source fir the images is fully qualified URL to your server, for example:

php:
<img  src="http://www.mydomain.com/images/<?php echo $cartName->DisplayInfo("ImageColumn"); ?>" />
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...