# FAQS

- [Generic](https://docs.foxecom.com/minimog-theme/faqs/generic.md): Answers to some commonly asked questions about theme modifications, changes, etc.
- [Combined listings app🔥](https://docs.foxecom.com/minimog-theme/faqs/generic/combined-listings-app.md): Minimog theme supports Shopify Combined listing app
- [Add a Cookie Banner](https://docs.foxecom.com/minimog-theme/faqs/generic/add-a-cookie-banner.md)
- [Add a gift wrap option to my cart](https://docs.foxecom.com/minimog-theme/faqs/generic/add-a-gift-wrap-option-to-my-cart.md): A guide to add a gift-wrapping service option on your cart page and cart drawer
- [Add/ Remove Social icons on footer](https://docs.foxecom.com/minimog-theme/faqs/generic/add-remove-social-icons-on-footer.md)
- [Customize search results](https://docs.foxecom.com/minimog-theme/faqs/generic/customize-search-results.md)
- [Hide sections on mobile/ desktop view](https://docs.foxecom.com/minimog-theme/faqs/generic/hide-sections-on-mobile-desktop-view.md): Custom class to hide a section on different devices
- [JavaScript events for developers](https://docs.foxecom.com/minimog-theme/faqs/generic/javascript-events-for-developers.md): Learn to use custom Javascript event listeners and triggers in Minimog theme
- [Set up an Age Verifier Pop-up](https://docs.foxecom.com/minimog-theme/faqs/generic/set-up-an-age-verifier-pop-up.md)
- [Show Payment icons on the Footer](https://docs.foxecom.com/minimog-theme/faqs/generic/show-payment-icons-on-the-footer.md): Everything you need to know about the payment icons on your Footer
- [Sticky header when scrolling](https://docs.foxecom.com/minimog-theme/faqs/generic/sticky-header-when-scrolling.md): How to customize your header to make it sticky
- [Collection page](https://docs.foxecom.com/minimog-theme/faqs/collection-page.md)
- [Add custom badges to my product card](https://docs.foxecom.com/minimog-theme/faqs/collection-page/add-custom-badges-to-my-product-card.md): A guide to show your custom badges on product cards using product tags
- [Change the default product order in collection](https://docs.foxecom.com/minimog-theme/faqs/collection-page/change-the-default-product-order-in-collection.md): Learn to change the default sorting option of the product listing
- [Move the collection description to under the product listing](https://docs.foxecom.com/minimog-theme/faqs/collection-page/move-the-collection-description-to-under-the-product-listing.md)
- [Set up Filters for the collection pages](https://docs.foxecom.com/minimog-theme/faqs/collection-page/set-up-filters-for-the-collection-pages.md): Learn how to enable filtering on your storefront
- [Product page](https://docs.foxecom.com/minimog-theme/faqs/product-page.md)
- [Add recipient fields to my gift card product](https://docs.foxecom.com/minimog-theme/faqs/product-page/add-recipient-fields-to-my-gift-card-product.md): A guide to enable recipient name, email, and message fields on your gift card product pages
- [Remove the tax-included information in product page](https://docs.foxecom.com/minimog-theme/faqs/product-page/remove-the-tax-included-information-in-product-page.md)
- [Set up Local Pickup option](https://docs.foxecom.com/minimog-theme/faqs/product-page/set-up-local-pickup-option.md): Learn to set up the Local Pickup for your online orders
- [Set up quantity rules and volume pricing 🔥](https://docs.foxecom.com/minimog-theme/faqs/product-page/set-up-quantity-rules-and-volume-pricing.md): Learn to set up quantity rules and volume pricing
- [Shopify functions](https://docs.foxecom.com/minimog-theme/faqs/shopify-functions.md): Questions and answers relating to the Shopify platform
- [Does Minimog support Section groups?](https://docs.foxecom.com/minimog-theme/faqs/shopify-functions/does-minimog-support-section-groups.md): Learn what section groups are and whether Minimog supports this feature or not
- [Migrate data in the Section groups supported version](https://docs.foxecom.com/minimog-theme/faqs/shopify-functions/migrate-data-in-the-section-groups-supported-version.md): A guide to migrate data from Minimog old version to Minimog 3.4.0 and above
- [Foxify freebie code - All you need to know](https://docs.foxecom.com/minimog-theme/faqs/foxify-freebie-code-all-you-need-to-know.md)


---

# 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.foxecom.com/minimog-theme/faqs.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.
