Sellfy
Sellfy is a platform for selling digital products, subscriptions, and print on demand products through a hosted storefront and embedded purchase elements.
Key features include:
- Hosted storefront for product listings and checkout
- Embeddable product cards and buy now buttons
- Digital product delivery and subscription billing
- Print on demand product management
Sellfy integrates with ShopWired by providing that you add to your ShopWired theme so you can sell Sellfy products from your ShopWired website.
Account creation
Account creation
Create an account on the Sellfy website at Sellfy.
After your account is created, create at least one product in Sellfy so you can generate the embed code needed for your ShopWired website.
Adding a buy now button to your website
Adding a buy now button to your website
Sellfy provides embed code for a buy now button which can be added to your website using a HTML element in your ShopWired theme.
The embed code provided by Sellfy will be similar to the example below:
<a href="https://sellfy.com/p/PRODUCT_ID/" class="sellfy-buy-button">
Buy now
</a>
<script src="https://sellfy.com/js/api_buttons.js"></script>
The code above is illustrative only. The embed code provided in your Sellfy account will contain your specific product information and must be copied directly from Sellfy.
To add a Sellfy buy now button to your ShopWired website:
- Navigate to Website > Themes
- Select
customise your themefor your active theme - Select
add a new section - Select the
HTML elementsection type - Paste the Sellfy buy now button embed code into the HTML field
- Position the section where you want the button to appear on the page
- Select Save changes
After saving, the buy now button will appear on your website and customers will be directed to the Sellfy checkout when selecting the button.
Adding a product card to your website
Adding a product card to your website
Sellfy also provides embed code for a product card which displays product information and purchase controls within your website.
The embed code will be similar to the example below:
<div class="sellfy-product" data-id="PRODUCT_ID"></div>
<script src="https://sellfy.com/js/api_products.js"></script>
The code above is illustrative only. Use the embed code generated in your Sellfy account.
A product card can be added to your ShopWired website using a HTML element.
Adding a product card using a HTML element
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
HTML elementsection type - Paste the Sellfy product card embed code into the HTML field
- Position the section where you want the product card to appear
- Select Save changes
Recommendations
Recommendations
- Add Sellfy embed code only where it is needed to avoid duplicating scripts across the same page
- Test embed code on a draft theme before updating your live theme
- Keep a record of which Sellfy products are embedded and where they are placed in your theme
- If Sellfy provides separate embed code for different elements, ensure you use the correct code for the product card or buy now button you want to display