New Order Printer app

Topic summary

A user encountered issues migrating custom code from Shopify’s legacy Order Printer app to the new version, specifically with page-break-inside: avoid CSS styling not functioning properly.

Resolution:

  • Another user confirmed experiencing the same problem and submitted a support ticket approximately two weeks prior
  • Shopify responded that the page break styling issue has been fixed
  • Testing confirmed both page-break-inside and page-break-after CSS properties now work correctly in the new app

Next Steps:

  • The original poster can inform their developer that the styling rules should now implement properly into their template
  • The issue appears resolved on Shopify’s end without requiring code changes
Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

i need help migrating my code from the old legacy Order Printer app to the new Order Printer app. My coder said that the page break does not work in the new app.

“Ok I have checked this issue, its a problem with the new order app. page-break-inside: avoid; this code is not working with new app”

About two weeks ago I submitted a support ticket for the same issue. Shopify responded a couple days ago (After you made this post) informing me that the issue with page break styling had been fixed. I have tested this myself using the code below and can confirm that both “page-break-inside” and “page-break-after” styles are now working properly. You can likely inform your coder of this as they should now have no issues implementing these style rules into your template.


  {% for line_item in line_items %}
    
  {% endfor %}

| {{ line_item.title }} |
| - |