• Resolved janbrokes

    (@janbrokes)


    HEllo, I need to display in product list columns – price including tax and price excluding tax. I followet boosterdocumentation, but it does not work.
    this is my columns settings
    https://snag.gy/a2kcVT.jpg
    fields filled with
    <summary>[wcj_product_price_including_tax before=”Price incl. TAX: “]</summary>
    and
    <summary>[wcj_product_price_excluding_tax] </summary>

    and here is the result-
    prices are same
    https://snag.gy/pReuM9.jpg

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @janbrokes,

    We checked it on our side and seems like it’s a bug right now which we will try to fix in the future.

    Right now I can offer you not the best solution but it works.

    For no vat you leave the same:
    <summary><em>[wcj_product_price_excluding_tax before=”Price excl. TAX: “]</em></summary>

    For VAT you write this:
    <summary><em>[wcj_product_price_including_tax multiply_by="1.21" before="Price incl. TAX: "]</em></summary>

    you multiply by 1.21 to get 21% VAT.

    Let me know if the solution works for you at the moment.

    Best regards,
    Support Team

    • This reply was modified 6 years, 11 months ago by haitashe.
    Thread Starter janbrokes

    (@janbrokes)

    Hi thanks. Problem is that we use 3 taxes rate s i can not use it globaly :-(…, but I will somehow

    Is it possible to use multiply_by for multiply number from custom field (nubmer)

    Thread Starter janbrokes

    (@janbrokes)

    I ment something like this <summary><em>[wcj_product_custom_field name="wholesale_customer_wholesale_price" multiply_by="1.21"] </em></summary>

    @janbrokes you can try to replace multiply_by to multiply because its global code for all Booster shortcodes.

    this:

    <summary><em>[wcj_product_custom_field name="wholesale_customer_wholesale_price" multiply="1.21"] </em></summary>

    Now we checked more about your first post and seems its problem with Default customer location: Geolocate which we try to fix in the future.

    So if you choose Default customer location: Shop base address (WooCommerce > Settings > General > General Options > Default customer location) the
    <summary>[wcj_product_price_including_tax before=”Price incl. TAX: “]</summary>
    and
    <summary>[wcj_product_price_excluding_tax] </summary> looks like working when you go to Products and check the price with VAT and without VAT.

    Let me know if anything of this works for you.

    Best regards,
    Support Team

    Thread Starter janbrokes

    (@janbrokes)

    This does not work :<summary><em>[wcj_product_custom_field name="wholesale_customer_wholesale_price" multiply="1.21"] </em></summary>

    But the advice with shop location made it working. Thank you very much!

    Hi @janbrokes,

    Did I understand it correctly – [wcj_product_custom_field] shortcode works, but it’s not multiplying? Or it doesn’t display anything at all?

    Best regards,
    Tom

    Thread Starter janbrokes

    (@janbrokes)

    shortcode did not multiply custom field number (it displayed same value), but I do not need it anymore, becasue change of shop location helped. Thank you very much

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘admin product list columns’ is closed to new replies.