Adding Images to Bundle Page

Bundable does not offer a native feature to add images to your bundle pages (at least not yet!). If you would like to have an image, or set of images incorporated, please follow the steps below!

Please note that due to technical limitations, images could only be added above or below the bundle widget. 

1. Go to Themes > Edit Code > and upload your preferred image to Assets. Ensure to save your changes.

2. Go back to theme.liquid, and copy and paste the below code right before the closing </body> tag:

{% if request.path contains 'bundle' %}
<div>
<img src="{{ 'insert name of your image file' | asset_url }}">
</div>
{% endif %}

3. Save changes.

If you are experiencing any troubles, please reach out to support@soviapps.com and we'll do our best to assist.

Still need help? Contact Us Contact Us