Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi there! I am wondering if there is a way to customize the default Shopify Draft Order Invoice notification with slightly different messaging for B2B customers only?
The issue is that when we send the invoice for their order, customers are completing payment right away but their payment is not due until after the order ships. This is because we need to adjust cost to add in the shipping quote for large bulk orders.
Is adding special messaging for just B2B customers and keeping the rest of the content the same for everyone else possible to do? Is there anyone who has done something like this, and might have an example of how it could be done?
Thank you for your help!
Solved! Go to the solution
This is an accepted solution.
Hi @tanya12 Yes possible, could even have a condition for an entirely different layout*.
See the liquid variables reference for draft-order notification templates for b2b? and company vars
Or at minimum tag such customers and use tags in logic to hide the invoice_url in the initial email.
Then resend or send a different email to collect payment.
If you need notification customizations then contact me for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
*different content example
i.e.
{% if b2b? %}
<!DOCTYPE html>
<html lang="en">
<head>
<title>B2b Net payment terms - {{ email_title }}</title>
{% else %}
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ email_title }}</title>
{% endif %}
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
Hi @tanya12 Yes possible, could even have a condition for an entirely different layout*.
See the liquid variables reference for draft-order notification templates for b2b? and company vars
Or at minimum tag such customers and use tags in logic to hide the invoice_url in the initial email.
Then resend or send a different email to collect payment.
If you need notification customizations then contact me for services
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
*different content example
i.e.
{% if b2b? %}
<!DOCTYPE html>
<html lang="en">
<head>
<title>B2b Net payment terms - {{ email_title }}</title>
{% else %}
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ email_title }}</title>
{% endif %}
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Thank you - this is super helpful info - I was able to add an additional note that comes up for B2B only!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024