Hi,
No offence, but the subject of your post is slightly misleading... it seems you don't want to "change" the category listing with an additional button, but just display the category contents.
First, the category title (and image, if existing) should work as links to the content. Correct? Or having trouble with it?
Next, if you prefer adding a button in addition to this, it's pretty simple and requires only basic knowledge of HTML and an open mind to reading and copying some PHP code:
- Study
the documentation here
.
- In the HikaShop backend, via -> Display -> Views, find and open the "category / listing_img_title" (or whichever type of view you're using) for your frontend template.
- Add the code for your button where you prefer it to show, probably as an <a> element with the usual button classes.
- For the href="" part, copy and paste the PHP link part from elsewhere in the same file.
- Save, and test by reloading your site in the frontend.
Should work just fine.