Emailing the cart doesn't sound that technically difficult. The question really has to be what you expect people to be able to do once they've received it?
If you want it as a quote then the best thing is probably to ask them to complete the checkout and pay using something like the Send Invoice method (call it 'send quote' or similar). That way the quote is on the system and you have a way of following up.
Emailing the cart doesn't sound that technically difficult. The question really has to be what you expect people to be able to do once they've received it?
If you want it as a quote then the best thing is probably to ask them to complete the checkout and pay using something like the Send Invoice method (call it 'send quote' or similar). That way the quote is on the system and you have a way of following up.
Mike
Thanks Mike, this would be ok BUT, I need the cart content to be in the email BEFORE the order is submitted as I need to forward the cart content to finance for a Purchase Order number (email should contain the complete cart items with total) so finance dept could ok the spending - i would then complete the order with the dedicated PO nr.
Here's one that avoids tinkering with a tricky area of Actinic.
Install a PDF Printer driver on the systems that will be doing the ordering. A good Open Source one is PDFCreator from http://www.pdfforge.org/ (you can donate to them if you find it useful).
This lets you use the usual Print dialogue to select the PDFCreator printer which has an option to send the printed output to a PDF file that's automatically attached to an outgoing email. Fill in the destination address and hit "Send".
Put the instructions on how to do this in big bold letters on the appropriate Checkout page to help new users.
Here's one that avoids tinkering with a tricky area of Actinic.
Install a PDF Printer driver on the systems that will be doing the ordering. A good Open Source one is PDFCreator from http://www.pdfforge.org/ (you can donate to them if you find it useful).
This lets you use the usual Print dialogue to select the PDFCreator printer which has an option to send the printed output to a PDF file that's automatically attached to an outgoing email. Fill in the destination address and hit "Send".
Put the instructions on how to do this in big bold letters on the appropriate Checkout page to help new users.
Thx for the suggestion Norman
Sadly this is not what we are looking for (neither we r looking for a free solution) - it needs to be as simple as possible for the end-user.
we need a simple "button" for customer to click and possibly a php script that would gather the cart data and email it to a pre-defined email.
We have implemented on the site the sidecart that all-ready captures the Cart data - need some1 with good skills to make it work - sadly my knolegde isnt enough.
I got it working for Timo. As Gabriel suggested (great minds, eh) it was based on putting classnames or id's around bits of the Cart, picking them up via JavaScript and posting them into an email client. Eight layouts needed amended!
Comment