Home Forums WoodMart support forum change "recent products"/ "related products"/"you might like" widget format

change "recent products"/ "related products"/"you might like" widget format

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #143410

    shuki
    Participant

    How to change price format for widgets:
    “recent products”
    “related products”
    “you might like”

    i want to add to the price: Tax, price include tax.
    i tried to hookup to the wc_price filter: add_filter(‘wc_price’, ‘my_wc_price’, 10, 3);

    and

    add_filter( ‘formatted_woocommerce_price’, ‘my_wc_price’, 10, 5 );

    but this makes all the prices the same as the main product price.

    is there some access to the widget template override ?

    Thanks

    #143443

    Artem Temos
    Keymaster

    Hi,

    WooCommerce has one price function that displays on all products and it is not possible to customize it for the widget only.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)