Title: Addonn Variant Grid for WooCommerce
Author: AddOnn Tech
Published: <strong>2026년 8월 12일</strong>
Last modified: 2026년 8월 24일

---

플러그인 검색

![](https://ps.w.org/addonn-variant-grid/assets/banner-772x250.png?rev=3645566)

![](https://ps.w.org/addonn-variant-grid/assets/icon-256x256.png?rev=3643974)

# Addonn Variant Grid for WooCommerce

 작성자: [AddOnn Tech](https://profiles.wordpress.org/zain111/)

[다운로드](https://downloads.wordpress.org/plugin/addonn-variant-grid.0.2.7.zip)

 * [세부사항](https://ko.wordpress.org/plugins/addonn-variant-grid/#description)
 * [평가](https://ko.wordpress.org/plugins/addonn-variant-grid/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/addonn-variant-grid/#installation)
 * [개발](https://ko.wordpress.org/plugins/addonn-variant-grid/#developers)

 [지원](https://wordpress.org/support/plugin/addonn-variant-grid/)

## 설명

By default, WooCommerce shows one card per **product** on your shop page, no matter
how many color/size/material variations it has. Customers have to click in and use
a dropdown to see if their preferred color is even available.

**Addonn Variant Grid** changes this: it shows one card **per variation group** (
e.g. per color) directly on the shop and category pages — with the correct image,
price, and stock for that specific color. Any other attributes (size, material, 
etc.) become simple buttons right inside the card, so customers can pick their exact
variant without leaving the grid.

#### How it works

 * Choose a **primary attribute** to group by (usually Color).
 * A product with 2 colors × 4 sizes shows as **2 cards**, not 8 — one per color.
 * Size, material, or any other attribute becomes a button selector inside each 
   card.
 * Price, stock, and the Add to Cart target update live as the customer clicks between
   options — no page reload.
 * Out-of-stock combinations are automatically disabled.

#### Features

 * Group by any product attribute (Color, Material, Style, etc.)
 * Supports multiple secondary attributes per card (Size _and_ Material, for example)
 * Live price and stock updates on selection
 * Automatic sync when a product is saved, plus a manual “Sync Now” button for bulk
   changes
 * Works with WooCommerce’s High-Performance Order Storage (HPOS) and Cart/Checkout
   blocks
 * Lightweight — no external API calls, no tracking

#### Who this is for

Any WooCommerce store using color/size/material variations — especially fashion,
apparel, and accessories stores where customers shop by color first.

## 스크린샷

[⌊Search for "Addonn Variant Grid" and click Install Now.⌉⌊Search for "Addonn Variant
Grid" and click Install Now.⌉[

Search for “Addonn Variant Grid” and click Install Now.

[⌊Click Activate after installation completes.⌉⌊Click Activate after installation
completes.⌉[

Click Activate after installation completes.

[⌊Go to WooCommerce → Variant Grid and set "Color" as the primary grouping attribute.⌉⌊
Go to WooCommerce → Variant Grid and set "Color" as the primary grouping attribute
.⌉[

Go to WooCommerce  Variant Grid and set “Color” as the primary grouping attribute.

[⌊Save settings, then click Sync Variations Now to apply it to your products.⌉⌊Save
settings, then click Sync Variations Now to apply it to your products.⌉[

Save settings, then click Sync Variations Now to apply it to your products.

[⌊Before: the default shop page shows swatches, but each product is still one card.⌉⌊
Before: the default shop page shows swatches, but each product is still one card
.⌉[

Before: the default shop page shows swatches, but each product is still one card.

[⌊After: each color becomes its own individual, shoppable card.⌉⌊After: each color
becomes its own individual, shoppable card.⌉[

After: each color becomes its own individual, shoppable card.

## 설치

 1. Upload the plugin files to `/wp-content/plugins/addonn-variant-grid`, or install
    directly through the WordPress plugins screen.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to **WooCommerce  Variant Grid** and choose your primary grouping attribute (
    e.g. Color).
 4. Click **Sync Variations Now** to apply it to your existing products.
 5. Visit your shop page — variations now appear as individual cards.

## FAQ

### Does this create duplicate products?

No. It doesn’t change your product data at all — it only changes how variations 
are _displayed_ on shop/category archive pages.

### What happens to the original variable product listing?

You can choose to hide the original parent product from the shop page (recommended,
to avoid a duplicate listing) via the plugin settings — the toggle is on by default.

### Why don’t I see a Size selector on some of my product cards?

This means that specific variation’s Size attribute is set to “Any Size” in WooCommerce
rather than a specific size — i.e. that product doesn’t actually have separate size-
specific variations yet. Add proper size-specific variations via **Generate Variations**
in the product’s Variations tab, then run Sync again.

### Does this work with my theme?

It’s built on WooCommerce’s standard hooks and should work with most themes. If 
your theme has a heavily custom product-card template, some visual polish may be
needed — please open a support thread if you run into issues.

### Does this affect performance?

No extra database queries are added to the main shop loop beyond what WooCommerce
already runs. Syncing (which computes the groupings) happens once per product save,
not on every page load.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Addonn Variant Grid for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ AddOnn Tech ](https://profiles.wordpress.org/zain111/)

[자국어로 “Addonn Variant Grid for WooCommerce”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/addonn-variant-grid)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/addonn-variant-grid/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/addonn-variant-grid/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/addonn-variant-grid/)을 [RSS](https://plugins.trac.wordpress.org/log/addonn-variant-grid/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.2.7

 * Fixed remaining scanner ignore-comment placement (covers both the isset check
   and the value read).

#### 0.2.6

 * Fixed button text being invisible on themes that set a global button text color,
   by explicitly setting text color instead of relying on inheritance.

#### 0.2.5

 * Fixed placement of security scanner ignore-comments so they correctly cover the
   exact lines they justify.

#### 0.2.4

 * Added nonce verification and stricter input sanitization to the AJAX add-to-cart
   endpoint.

#### 0.2.3

 * Sanitized filtered output before rendering (KSES) so extension hooks cannot introduce
   unsafe markup.

#### 0.2.2

 * Renamed plugin (was “WC Variation Cards”) and applied unique prefixes to all 
   functions, classes, options, and hooks per WordPress.org guidelines.

#### 0.2.1

 * Improved compatibility with themes that render more than one Add to Cart control
   per product card.

#### 0.2.0

 * Added support for multiple secondary attributes per card (e.g. Size and Material
   together).
 * Added WooCommerce HPOS / Cart-Checkout-Blocks compatibility declaration.
 * Improved compatibility with themes that use different WooCommerce loop hooks.

#### 0.1.0

 * Initial release: color-grouped cards, single secondary attribute selector, manual
   + automatic sync.

## 기초

 *  버전 **0.2.7**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/addonn-variant-grid/)
 * 태그:
 * [color swatches](https://ko.wordpress.org/plugins/tags/color-swatches/)[product variations](https://ko.wordpress.org/plugins/tags/product-variations/)
   [variation swatches](https://ko.wordpress.org/plugins/tags/variation-swatches/)
   [woocommerce](https://ko.wordpress.org/plugins/tags/woocommerce/)
 *  [고급 보기](https://ko.wordpress.org/plugins/addonn-variant-grid/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/addonn-variant-grid/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/addonn-variant-grid/reviews/)

## 기여자

 *   [ AddOnn Tech ](https://profiles.wordpress.org/zain111/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/addonn-variant-grid/)