How to use collections for your third-party website


Collections are great way to separate your inventory on your online store, to easily guide your customers to the products they are looking for.

You must only follow the tutorial below if you have integrated Booqable with a website provided by a third-party platform like Shopify, WordPress, Squarespace, or Weebly.

If you have created a website with the Booqable Rental Website Builder, you can follow the article below to learn how to use Collections on the Booqable website builder instead.

This feature’s main purpose is to separate your products into groups on your online store. You can create collections and sub-collections to generate a list you can include on your different webpages.

1. Create a collection

1. In your Booqable admin, go to Inventory > Collections.

2. Click “Add collection“.

3. Give your collection a Name. If it is a sub-collection, choose the Parent collection.

💡Example: If you rent out Camera/AV equipment, you could set up a collection like ‘DSLR Cameras’ to group all similar products together.

4. Appearance in online store and SEO settings are only if the Booqable website builder is being used.

5. Click Save and open the collection by clicking on it. In the Products tab, add the products you wish to include in this collection.

2. Create a sub-collection

If needed, you can add a sub-collection to the collection as well.

Sub-collections allow you to create sections within a collection to separate your products even more.

💡Example: If you create a collection for ‘DSLR Cameras’, you can create sub-collections for ‘Canon’ and ‘Sony’.

To create a sub-collection, choose a parent collection when adding a new one. You can also drag and drop collections to organize them on the collections page:

3. Add a collection of products to your website

When you add Booqable to your website, you can embed a list of collections, a list of products from one or more collections, or a combination of both.

1. Show a collections list that filters product lists on the same page.
​
HTML snippet:
​​<div class="booqable-collections"></div>
​
WordPress shortcode:
​[booqable_categories]

2. Show a product list, a catalog display of a group of product cards, which only includes products from one or more particular collections.
​
HTML snippet:
​<div class="booqable-product-list" data-collections="photo cameras,video cameras"></div>
​
WordPress shortcode:
​[booqable_list categories="photo cameras,video cameras"]

1. How are tags different from collections?

Tags are a Booqable tool for organizing your products primarily on the backend. Like collections for your online store, tags create a clickable list of different product collections on your Booqable inventory page.

You cannot include a tag under a collection list on your online store, which is why collections exist for that very purpose.

However, you can read the FAQ below to learn how you can optimize tags to include specific tagged products within your collections on your rental website

2. Can I combine collections and tags in one product list?

Yes! You can embed a combination of collections and tags in one product list on your online store.

For example, you may have tagged certain products with the tag ‘Canon’ on the backend, and placed only some of these tagged products under the collection ‘Large cameras’.

You can use the below code format to show only the tagged products that fall under a certain collection.

HTML snippet:
​<div class="booqable-product-list" data-collections="photo cameras" data-tags="canon"></div>
​
WordPress shortcode:
​[booqable_list category="photo cameras" tags="canon,nikon"]

You’re all set!

You have now successfully learned how to use product collections for your website.
​



Source link

Leave a Comment