Where Fees Are Displayed

Product Fees can be displayed in multiple places. Visibility is controlled via:

  • productfee/display/cart_checkout
  • productfee/display/product_view
  • productfee/display/sales
  • productfee/display/email

Product Page

  • Fee rows are rendered on the product detail page.
  • Screenshot placeholder: resources/kb/productfee/_screenshots/product-page.png

Cart

Per Item

  • Fee rows can be shown below each cart item.
  • Screenshot placeholder: resources/kb/productfee/_screenshots/cart-item.png

Totals

  • If productfee/tax/include_in_subtotal = No, a "Product Fees" totals row is shown.
  • If productfee/tax/include_in_subtotal = Yes, fees are part of subtotal and there is no separate row.
  • Screenshot placeholder: resources/kb/productfee/_screenshots/cart-totals.png

Checkout

  • Same behavior as cart totals (segment productfee is only displayed when not included in subtotal).
  • Screenshot placeholder: resources/kb/productfee/_screenshots/checkout-summary.png

Customer Account / Guest Order Pages

  • Order totals: shown in order_totals if productfee/display/sales is enabled.
  • Invoice and credit memo totals: shown similarly.
  • Screenshot placeholder: resources/kb/productfee/_screenshots/order-totals.png

Emails

  • Per-item fee rows are added under each line item (if enabled).
  • Totals row is also added (if enabled).
  • Screenshot placeholder: resources/kb/productfee/_screenshots/email-order.png

PDFs

  • A "Product fees" total is added to Magento sales PDFs when enabled.
  • Screenshot placeholder: resources/kb/productfee/_screenshots/pdf-invoice.png

Found an issue with this documentation? Let us know