Send order summary on email

Can someone kindly guide me please.
How can we send an order summary (of multiple products) on an email, as in any e-commerce website, without having to pay for any external plugin?

1 Like

To get that level of customization you will need a plug in. Sendgrid allows a certain usage level for free.

Ankur, you can send email from Bubble without any plugins.
Workflow → Email → Send Email

@afdrills, I didn’t get the idea, can you send a summary in the body of the mail (as in example above) without any external plugin? What is that 'Result of step 1(Create a new pari…)‘s link’?

First step is creating a thing in database. In your case it’s an order.
Then you can throw the results of the first step to the second.
After that you can send anything from database (order №, description, price, link etc.) via email.

In my case I pass creator’s name, opponent’s name and link. In my database there much more fields, but I use only these. You can pass everything you want.

That’s clever @afdrills, I was able to pass the order details via email. One more thing, how do I get the ordered items one under another like:

Item number 1 Rs. 1000
Item number 2 Rs. 1500

Currently it is showing as Item number 1, Item number 2, Rs. 1000, Rs. 1500.

Never mind got it.

image

Only issue is I’ll have to do it for each item and I don’t know how many items someone will order.

Good tutorial about the loops in Bubble

1 Like

Thanks @afdrills that was helpful.

This topic was automatically closed after 70 days. New replies are no longer allowed.