In this documentation, we will quickly go through the process of inserting images to the descriptions & FAQs of your Multivendor Marketplace for Shopify store.
This process will be the same for adding images to:
- Product Description
- Seller Description
- Store Description
- Shop FAQ
- Advanced Seller Policy
- Terms And Conditions
- Customize Welcome Text
By default, there is no way to add the images to the following spaces. Currently, we only support the video option here.
How to insert an image?
For inserting images to the following spaces, you need to get the public URL which can be accessed from anywhere. Further, you need to enter that public URL into the source code.
So, let’s see how. Firstly, click on the source code option:
This action will give you a pop-up. Here you need to enter the following code:
<img src="path of image">
NOTE
You need to enter the public URL of the image in place of the text ‘path of image‘.
REMEMBER
You can use Amazon S3 Or use Shopify CDN. Checkout the Detailed Guide
Merchant Amazon S3 Setup Guide
Demo of inserting images:
Let say, we want to upload the following image in the product description: https://cdn.shopify.com/s/files/1/3096/2200/files/adventure-antique-atlas-1051077.jpg?239
So, now the code that we need to paste will be like this:
<img src=”https://cdn.shopify.com/s/files/1/3096/2200/files/adventure-antique-atlas-1051077.jpg?239“>
Refer:
Frontend:
You can follow the same steps to upload images to any of the spaces as mentioned above.
💡 Need Help?
Drop your query/suggestion at [email protected] or create your ticket at Webkul UV Desk
Be the first to comment.