Merch38
Merch38 is a print-on-demand merchandise platform that allows businesses to embed a merchandise store on their website and sell custom products without managing printing, inventory or fulfilment.
Key features include:
- Campaign-based merchandise sales
- Product design and mockup tools
- Embeddable merchandise storefront widget
- Order processing, printing and fulfilment
- Shipping management
Merch38 integrates with ShopWired by providing that can be added to a ShopWired page so you can display and sell merchandise directly on your website.
Account creation
Account creation
Create an account on the Merch38 website at Merch38.
After creating your account you can create a campaign and design your merchandise products. Once a campaign is created Merch38 provides embed code that can be used to display the campaign on your website.
Adding Merch38 campaigns to website pages
Adding Merch38 campaigns to website pages
When a campaign is created in Merch38 you can obtain embedding code similar to the example shown below.
<script src="https://app.merch38.com/js/widget.js"></script>
<script>
function merch38WidgetInit () {
window.merch38Widget({
el: '#merch38widget',
campaignId: 'campaign-id'
})
}
document.addEventListener("DOMContentLoaded", merch38WidgetInit)
</script>
<div id="merch38widget"></div>
The code shown above is provided as an example only. You must copy the exact code provided in your Merch38 account, as the code and campaign ID values will be unique to your campaign.
To add the campaign to a page on your ShopWired website:
- Navigate to Website > Themes
- Select
customise your themefor the theme you want to edit - Select
add a new section - Select the
custom HTMLsection type - Paste the Merch38 embed code into the Custom HTML setting
- Position the section where you want the campaign to display
- Select Save changes
The Merch38 campaign will then display on the page where the custom HTML section has been added.
Recommendations
Recommendations
- Add Merch38 embed code only on pages where you want the campaign storefront to display
- Test campaign embeds on a draft theme before publishing changes to your live website
- Use landing pages to create dedicated campaign pages for merchandise promotions
- Keep a record of campaign IDs used in embed code for easier updates when campaigns change