If you have multiple apps that add content to your Order Status Page (OSP) or you manually add additional content to the OSP via the Additional Scripts area, then you may find that your Birthday Sign-up Form will end up being pushed further down the page.
This is likely to contribute to a reduction in the number of Birthday Club sign-ups that you receive.
If this is the case and you'd like to place your Birthday Sign-up Form towards the top of the OSP, then we have a simple solution to help overcome this issue.
How do I position the Birthday Sign-up Form?
Within your Settings > Checkout and accounts > Order status page > Additional scripts area, add the following line of code where you'd like the survey to appear:
<div id="birthday-container"></div>
In this example, you can see that we'd like to display the Birthday Sign-up Form between themy-custom-top-box
and themy-custom-bottom-box
elements:
<div id="my-custom-top-box">...</div>
<div id="birthday-container"></div>
<div id="my-custom-bottom-box">...</div>
Here is how that would look within your Shopify Admin settings:
That's all there is to it!
It will now appear at the top of the OSP because the content in your Additional Scripts area will load above the container that we normally use to deliver the Birthday Sign-up Form.
Need any help?
If you have any questions about this workaround or any other Happy Birthday app related question, then please do just get in touch.