BPE

Bulk editing tags FAQs

BPE

How to bulk remove with specific tags? If you want to remove the tag, you could use the follow option to input the tag that you want to remove. Then, the filtered products that have this tag will be edited.

Read more →


A list of BPE FAQs

BPE

Why my bulk task doesn't run? The delay could be caused by cancelled jobs. We have an algorithm to wait a couple of minutes for master instance to query all the jobs running servers for cancelling. It will make sure your edit job is fully cancelled to proceed. The process could be up to 15 minutes. How the free trial period calculate? You will have a 7-day free trial after your first installation. According to Shopify, you can install and uninstall multiple times during the free trial period. When the free trial ends, the billing cycle will start. If I...

Read more →


How to bulk update price on new arrival products?

BPE

Question How to update price on new arrival products that added into the same collection which already has price updated on older items without updating price on the same product twice? Solution: filters There are a few methods that you could achieve this based on how the newly added products are managed. If they all have a unique tag, you could filter them by using both “Collection is” and “tagged as”. So the edit will only update those products. Or if you know when they were added, then you could do the following. Either filter the product based on the...

Read more →


Can I add an image to descriptions?

BPE

Short answer You can add an image this way: <img src="https://url_of_the_image"/> Long answer Step 1: Update your images to Shopify You need to first upload your image onto your Shopify admin. It has a section called “files", you can upload your image there. Then, you will get a URL of the uploaded image. Now your image is on Shopify server. Step 2: Replace with the new image URL Then replace “url_of_the_image” with the new image URL. And this new string of the HTML code can be added to your product description to have this image shown in your product description...

Read more →


How can I bulk edit the prices of each different variant options?

BPE

Use Case: products with different sizes and categories have different prices Example: A Unisex Shirt, size medium, costs $19.99 A Hoodie, size medium, costs $34.99 Not all Size M have the same price, it also varies based on if it is hoodie or t-shirt. I need to separate all the variants (ie, unisex shirt, hoodies, ladies V necks etc), so I can price them accordingly. Solution: multiple filters You can achieve it by changing one variant per product in a job.You can select “all products” in the product filter. Then in the variant filter. you need to provide more than one filter....

Read more →