Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi I just added an image in the order confirmation email template. It looks fine in preview, but when I made a test order, it doesnt work. The "order number" and the image are on the same line. How can I make the order number appear below the image?
This is whats showing up in the order confirmation email:
This is the code:
Solved! Go to the solution
This is an accepted solution.
Please replace last lines from <td class="order-number__cell"> with this one
<td></td></tr>
<tr>
<td class="order-number__cell" colspan="0"><span class="order-number__text">Order {{order_name}}</p></td>
</tr>
This is an accepted solution.
Please replace last lines from <td class="order-number__cell"> with this one
<td></td></tr>
<tr>
<td class="order-number__cell" colspan="0"><span class="order-number__text">Order {{order_name}}</p></td>
</tr>
Thank you so much Daniel. That worked well!!
Great! Thanks for letting me know.
Please mark this one as answered and please do not hesitate to let me know if you have any other questions.