Title: StoreStack Attribute Fees for WooCommerce
Author: StoreStack
Published: <strong>3 Agosto 2026</strong>
Last modified: 16 Agosto 2026

---

Ricerca i plugin

![](https://ps.w.org/storestack-attribute-fees-for-woocommerce/assets/banner-772x250.
png?rev=3632255)

![](https://ps.w.org/storestack-attribute-fees-for-woocommerce/assets/icon.svg?rev
=3632255)

# StoreStack Attribute Fees for WooCommerce

 Di [StoreStack](https://profiles.wordpress.org/storestack/)

[Scarica](https://downloads.wordpress.org/plugin/storestack-attribute-fees-for-woocommerce.1.0.2.zip)

 * [Dettagli](https://it.wordpress.org/plugins/storestack-attribute-fees-for-woocommerce/#description)
 * [Recensioni](https://it.wordpress.org/plugins/storestack-attribute-fees-for-woocommerce/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/storestack-attribute-fees-for-woocommerce/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/storestack-attribute-fees-for-woocommerce/#developers)

 [Supporto](https://wordpress.org/support/plugin/storestack-attribute-fees-for-woocommerce/)

## Descrizione

StoreStack Attribute Fees for WooCommerce allows WooCommerce store owners to easily
assign extra fees to variable products based on the specific attributes selected
by the customer.

Whether you charge extra for custom materials, special colors, premium finishes,
or specific dimensions, this plugin gives you complete control over attribute pricing
directly within the product edit screen.

### Features

 * **Flexible Fee Types**: Support for flat fees, percentage fees, and compound 
   percentage fees for each attribute option.
 * **Native WooCommerce Integration**: Dynamic fee calculations update in real-time
   on variable product pages, cart, mini-cart, and checkout.
 * **Built-in Translations**: Includes full support for English (`en_US`) and Brazilian
   Portuguese (`pt_BR`).

### Integrations

Works seamlessly with the following plugins:

 * **[WooCommerce](https://wordpress.org/plugins/woocommerce)**
 * **[StoreStack Attribute Swatches for WooCommerce](https://wordpress.org/plugins/storestack-attribute-swatches-for-woocommerce)**

### Need Help or Have Feedback?

Before leaving a negative review, please consider reaching out to us first! If you
encounter any bugs, unexpected behavior, or have ideas for new features and improvements,
please open a support request or report an issue on our GitHub repository. We will
gladly work with you to resolve any problems.

### Contributing & GitHub Repository

We welcome and appreciate contributions from the community! Whether you want to 
fix a bug, improve documentation, or propose a new feature, feel free to fork our
repository, submit pull requests, or open issues on GitHub:

[GitHub Repository](https://github.com/StoreStack/storestack-attribute-fees-for-woocommerce)

Your feedback and code contributions help make this plugin better for everyone.

## Screenshot

[⌊Assign attributes to an existing variable product.⌉⌊Assign attributes to an existing
variable product.⌉[

Assign attributes to an existing variable product.

[⌊Set fees for each attribute option.⌉⌊Set fees for each attribute option.⌉[

Set fees for each attribute option.

[⌊Frontend demo with the Storefront theme.⌉⌊Frontend demo with the Storefront theme
.⌉[

Frontend demo with the Storefront theme.

## Installazione

### Getting Started

 1. **Install and Activate**:
 2.  * Download the `.zip` file from WordPress.org and install via **WordPress Admin
       > Plugins > Add New > Upload Plugin**.
     * Click **Activate** to enable the plugin.
 3. **Configure Attributes on a Variable Product**:
 4.  * Navigate to **Products > All Products** and edit an existing **Variable Product**(
       or create a new one).
     * Under the **Attributes** tab in the _Product Data_ panel, assign your desired
       global or custom attributes (e.g., _Color_, _Size_, _Material_).
     * Save and update the product before proceeding to the next step.
 5. **Set Attribute Fees**:
 6.  * Click the new **Attribute Fees** tab in the _Product Data_ panel.
     * For each attribute option, enter a fee value and select the appropriate **Fee
       Type**:
        - **Flat**: Adds a fixed currency amount (e.g. `+$10.00`).
        - **Percentage**: Adds a percentage fee calculated from the base variation 
          price (e.g. `+15%`).
        - **Compound Percentage**: Calculates the percentage fee based on the running
          price including prior fees.
     * _Tip: Use the **Change All** dropdown and button to update all fee types in 
       an attribute block at once._
 7. **Save and Test on Frontend**:
 8.  * Click **Update** to save your product.
     * Visit the product page on your store. When customers select variation options,
       the fees will be displayed next to the option labels and prices will update 
       live for the product, cart items, mini-cart, and checkout.
     * _On some hosting providers, it may be needed to delete the server-level cache
       in order for the changes to be reflected on the frontend._

## FAQ

### What fee types are supported?

The plugin supports flat fees ($), percentage fees (%), and compound percentage 
fees.

### I’ve set the fees for the product but I can’t see the changes

After setting or updating the fees, it may be needed to delete the server-level 
cache in order for the changes to be reflected on the frontend.

### Does this plugin support WooCommerce High-Performance Order Storage (HPOS)?

Yes! The plugin declares full compatibility with WooCommerce HPOS (Custom Order 
Tables).

### What happens to my data when I uninstall the plugin?

When deleting the plugin from WordPress Admin, it performs a clean uninstall, which
deletes any custom database table, plugin options, and cache.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“StoreStack Attribute Fees for WooCommerce” è un software open source. Le persone
che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ StoreStack ](https://profiles.wordpress.org/storestack/)
 *   [ Tiago Sartor ](https://profiles.wordpress.org/tiagosartor3/)

“StoreStack Attribute Fees for WooCommerce” è stato tradotto in 1 lingua. Grazie
a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/storestack-attribute-fees-for-woocommerce/contributors)
per il contributo.

[Traduci “StoreStack Attribute Fees for WooCommerce” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/storestack-attribute-fees-for-woocommerce)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/storestack-attribute-fees-for-woocommerce/)
segui il [repository SVN](https://plugins.svn.wordpress.org/storestack-attribute-fees-for-woocommerce/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/storestack-attribute-fees-for-woocommerce/)
tramite [RSS](https://plugins.trac.wordpress.org/log/storestack-attribute-fees-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2 – 2026/08/16

 * Refactor attribute fee handling.
 * Improve code consistency for price calculation.
 * Fix fee type terminology.
 * Update README.

#### 1.0.1 – 2026/08/03

 * Update README.

#### 1.0.0 – 2026/08/02

 * Initial release.

## Meta

 *  Versione **1.0.2**
 *  Ultimo aggiornamento **2 settimane fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 6.2 o superiore **
 *  Testato fino alla versione **7.0.4**
 *  Versione PHP ** 8.1 o superiore **
 *  Lingue
 * [English (US)](https://wordpress.org/plugins/storestack-attribute-fees-for-woocommerce/)
   e [Portuguese (Brazil)](https://br.wordpress.org/plugins/storestack-attribute-fees-for-woocommerce/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/storestack-attribute-fees-for-woocommerce)
 * Tag
 * [extra fees](https://it.wordpress.org/plugins/tags/extra-fees/)[pricing](https://it.wordpress.org/plugins/tags/pricing/)
   [product attributes](https://it.wordpress.org/plugins/tags/product-attributes/)
   [Variable Products](https://it.wordpress.org/plugins/tags/variable-products/)
   [woocommerce](https://it.wordpress.org/plugins/tags/woocommerce/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/storestack-attribute-fees-for-woocommerce/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[La tua recensione](https://wordpress.org/support/plugin/storestack-attribute-fees-for-woocommerce/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/storestack-attribute-fees-for-woocommerce/reviews/)

## Collaboratori

 *   [ StoreStack ](https://profiles.wordpress.org/storestack/)
 *   [ Tiago Sartor ](https://profiles.wordpress.org/tiagosartor3/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/storestack-attribute-fees-for-woocommerce/)