Skip to main content
All CollectionsMarketplace Website
Building a C2C / P2P Marketplace with ShipTurtle
Building a C2C / P2P Marketplace with ShipTurtle

Steps for adding a C2C feature to your Shopify website

Team avatar
Written by Team
Updated over a week ago

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

  1. Copy the following code snippet:
    <button id=”st-become-a-seller-btn”>Become a Seller</button>

  2. Log In to Shopify admin, go to “Online Store” and click “Themes.”

  3. 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.

  4. Paste the copied code snippet into your website’s HTML code where you want the “Become a Seller” button to appear.

  5. 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

  1. Log in to your Shopify dashboard and navigate to “Navigation” and then “Main Menu.”

  2. Select “Add Menu Item” and enter the desired page title.

  3. 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.

Did this answer your question?