---
title: "How to Use Advanced Custom Fields with J2Store - Advanced Custom Fields"
description: "J2Store doesn't support out-of-box Joomla custom fields and, as a result, Advanced Custom Fields too. However, J2Store has handled this via their ext"
url: "https://www.tassos.gr/docs/advanced-custom-fields/integrations/j2store"
date: "2026-05-01T18:35:35+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Advanced Custom Fields ](https://www.tassos.gr/index.php?option=com_content&view=category&id=44) / [ Integrations ](https://www.tassos.gr/index.php?option=com_content&view=category&id=102)

#  How to Use Advanced Custom Fields with J2Store

J2Store doesn't support out-of-box Joomla custom fields and, as a result, Advanced Custom Fields too.

However, J2Store has handled this via their extension/app called [Content custom fields](https://www.j2store.org/extensions/apps/content-custom-fields.html). Head over to your backend and install it; you should be able to use all of Joomla! core fields as well as Advanced Custom Fields.

They have provided a guide on how to set it up on their documentation page on [how to configure Content custom fields](http://docs.j2store.org/apps/content-custom-fields/)

 Last updated on Mar 4th 2025 10:03

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Advanced Custom Fields",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Integrations",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields/integrations"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "How to Use Advanced Custom Fields with J2Store",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields/integrations/j2store"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/advanced-custom-fields/integrations/j2store"
    },
    "headline": "How to Use Advanced Custom Fields with J2Store",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/advanced-custom-fields/integrations/j2store"
    },
    "datePublished": "2025-03-04T10:18:41+02:00",
    "dateCreated": "2025-03-04T10:18:41+02:00",
    "dateModified": "2025-03-04T10:18:41+02:00"
}
```
