# General Questions

<details>

<summary>How do I show the wishlist on the collection page if it's not loading automatically?</summary>

To display the wishlist icon on product cards, follow these steps:<br>

1. Open your live Shopify store.
2. Go to any page that shows product cards (Home or Collection).
3. Right-click a product → Inspect.
4. In the HTML panel, hover over elements until the entire product card highlights.
5. Select that \<div> and copy its full class name from the class='' attribute.
6. Add that class name in the “Product card class” input inside Wishlist → Settings → General.
7. Make sure the Wishlist App Embed is enabled.
8. For assistance, you may contact us at <support@centous.com>

<figure><img src="/files/yL8QTtwh3yFJKSlOTlDE" alt=""><figcaption></figcaption></figure>

</details>

<details>

<summary>How do I configure the wishlist on the product page?</summary>

* Go to Online Store > Themes > Customize.
* Open the Product Page.
* In the left panel, go to *Extensions* and find *Wishlist*.
* Enable the Wishlist block.
* Save the changes.

</details>

<details>

<summary>How do I show the wishlist icon in a specific location on the product page?</summary>

You can place the wishlist icon anywhere on the product page using a shortcode.<br>

* Copy the provided shortcode and paste it into the desired location.
* Then disable or remove the Wishlist App Block from the default product layout.

</details>

<details>

<summary>How do I set up the wishlist on the new customer account page?</summary>

* Go to Online Store > Themes > Customize.
* Open the New Customer Account Page.
* Locate the Wishlist section in the left panel and enable it.
* You can also add the Wishlist link to your navigation menu.
* Save your changes.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.centousapps.com/accofy-customer-accounts/faq/general-questions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
