All Collections
LISTING DESIGNER
Troubleshooting
How to Remove eBay Listing Design Template from Shopify Listings
How to Remove eBay Listing Design Template from Shopify Listings

Follow this guide to remove 3Dsellers Listing Templates from Shopify

Lisa Adams avatar
Written by Lisa Adams
Updated over a week ago

If you have exported your eBay listings to your Shopify store, and you use 3Dsellers eBay Listing Designer, we recommend you consider removing our templates from Shopify to make your descriptions compatible with your theme.

To do this, you'll need to copy/paste the code below into your Shopify theme file.

IMPORTANT: If you do not have experience editing your Shopify theme code, this article will walk you through it step-by-step.

Please be careful editing your theme. Do not delete anything. We are not responsible if you do. (Pro Tip: if something goes wrong, you can use the Shopify code editor to restore the original version)

If you feel more comfortable leaving this to an expert, you can add a Shopify staff account from Fiverr, give them permission to your "Themes," and have them follow this article for you.

Step 1 - Go to the theme code editor

  1. In the left menu, click Online Store

  2. Select Themes

  3. Click Actions button

  4. Select Edit code

Step 2 - Open theme file

  • Under the Layout folder, click theme.liquid to open the file.

Step 3 - Add this code above </body>

  • At the bottom of the file, find "</body>"

  • Directly above </body>, paste this code:

<!-- 3Dsellers template removal 2-->
<script src="https://s3.amazonaws.com/files.3dsellers.com/website/remove-3d-template-from-shopify.js"></script>

Doesn't work?

A shorthand version of Javascript called "jQuery" needs to be loaded on the page.

Please check with your theme developer or webmaster that jQuery is enabled for the product page.

If you have any questions, feel free to reach out to us anytime at [email protected]

Did this answer your question?