• Resolved psychoptik

    (@psychoptik)


    Hello friends.

    Is it possible to have text after price be “per Ib” (singular) instead of “per Ibs” (plural).

    It looks very strange to have it in plural for 1 pound only.

    Eg. $18.00?per lbs should be $18.00 per Ib

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support rzepsen

    (@rzepsen)

    Hi psychoptik

    Many thanks for contacting us. Could you tell me your WordPress, WooCommerce, PHP and our pluigin version you are use on your store?

    I’ll be appreciated if you tell me also whether you are translating the plugin using another plug-in tool? If so, can you tell me which one?

    Thread Starter psychoptik

    (@psychoptik)

    Hello thanks for your reply.

    WP 6.5.5 / WooCommerce 9.0.2 / PHP 7.4.33 / Plugin 1.0.29

    I am not translating website yet.

    Plugin Support rzepsen

    (@rzepsen)

    Hi psychoptik

    Thank you for a patience. Could you add this code into your theme functions.php file?

    add_filter('fq_price_calculator_pricing_label', function( $label, $settings ) { if ( $label === 'per ibs' ) { $label = 'per ib'; } return $label; }, 10, 2);

    This code will make the plug-in behave as you expect.

    Plugin Support rzepsen

    (@rzepsen)

    Hi psychoptik

    As we haven’t got any replies, I’m marking this topic as resolved for now.

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