It would be an excellent idea if a subcategory could be added to each category so that the customer can look at the products they want in a more distributed way.
We have added subcategories to our internal feature requests list. Thank you for using store.link.
Hello,
Looking for the outcome to this request. Is this still a pending item or has there been an upgrade to allow subcategories? Maybe I missed it.
Thank you,
H
No, we do not support sub categories yet. We will consider adding it in the future.
Is there a way to add a “custom page” with link buttons to different categories? Maybe as a work-around?
Hi Heather,
That is a great idea. You can create custom pages with links to categories. This might not work as perfectly as a category page, but can be used as a workaround.
can the custom page be the first landing page when someone visits our link?
Hey Taj,
You can write a simple javascript code and add it to our integrations section to redirect people to a specific page.
<script>
window.location.href = 'https://mystore.com/custom-page';
</script>
This script will run only one time when they enter the store website.