Price prefix in product page

Forums EU/UK VAT Manager for WooCommerce Price prefix in product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #142578
    Moshtafizur
    Participant

    Hi there,

    Thanks for reaching out.

    I have escalated this with our development team. They will get back to you as soon as possible.

    Kind regards.

    #142820
    Kousik
    Participant

    Hello Mantas,

    Your proposed code chunk will look like this:

    
    if( true === alg_wc_eu_vat_session_get( 'alg_wc_eu_vat_valid' ) && !empty( alg_wc_eu_vat_session_get( 'alg_wc_eu_vat_to_check' ) ) ) {
    $Price_Prefix= ‘with VAT’;
    }else{
    $Price_Prefix= ‘without VAT’;
    }
    
    
    

    I have updated the condition based on our plugin. The rest of the code depends on how you choose to write it.

    Regards,
    Kousik Mukherjee

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.