Building a C2C / P2P Marketplace with ShipTurtle
Steps for adding a C2C feature to your Shopify website
Steps for adding a C2C feature to your Shopify website
1. Purchase C2C Add-On:
- Log in to your Shipturtle account.
- Navigate to the “Settings” > “Subscription and billing” section.
- Purchase the C2C add-on to enable consumer-to-consumer features on your Shopify store.
2. Access C2C Code Snippet:
- Here are two ways to add C2C (consumer-to-consumer) features to your Shopify website:
- Method One: Using a Code Snippet
- Copy the following code snippet:
<button id=”st-become-a-seller-btn”>Become a Seller</button> - Log In to Shopify admin, go to “Online Store” and click “Themes.”
- Then, click “Actions” or “Edit Code,” then identify the appropriate file where you want to add the C2C feature. Typically, this may be in the theme.liquid file or a specific template file.
- Paste the copied code snippet into your website’s HTML code where you want the “Become a Seller” button to appear.
- You can customize the text or style of the button to fit your requirements, but ensure you don’t change the button’s unique identifier (id).
- Method Two: Adding a Menu Item URL via Shopify Dashboard
- Log in to your Shopify dashboard and navigate to “Navigation” and then “Main Menu.”
- Select “Add Menu Item” and enter the desired page title.
- In the provided link field, enter the URL using your unique domain in the following structure: https://<your_shop_domain>/a/domain. For example – https://shipturtle-c2c-marketplace-demo.myshopify.com/a/dashboard
3. Publish Changes:
- Once you are done with changes, go to Shopify admin then “Online Store” and select “Themes.”
- Find your current theme, click “Actions,” and choose “Duplicate.”
- Open the duplicated theme in the theme editor and Confirm the C2C feature is present.
- Click “Actions” again and select “Publish” to set the duplicated theme as the main theme for your store.