• Hello,

    in europe we are required by law to show base prices for products that are sold in e.g. kilograms or litres. Example: “2,99 Euros/kg”

    How can it be accomplished to show such base prices for tiered prices?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mykola Lukin

    (@bycrik)

    Hi,

    All prices in the plugin table go through wc_price function which formats number to display price depending on settings.
    Find hooks/filters to modify WooCommerce price. Prices from the table will use those settings.

    Thread Starter xanathon

    (@xanathon)

    This is not about formatting at all. It is about displaying base prices dependent on quantity and a base price for quantity. So I obviously need to show those base prices for all tiered prices on the product page in the tiered prices table.

    Plugin Author Mykola Lukin

    (@bycrik)

    You can override the table template in you theme and add any prefix you want.

    locate the file in {YOUR_THEME}/{PLUGIN_DIR_NAME}/price-table-fixed.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show base prices’ is closed to new replies.