• Resolved nishantsaini0442

    (@nishantsaini0442)


    Hi ,

    decimal tour price not showing on frontend but showing on backend . If somebody facing same issue here is the solution.

    open TTBM_Fuction.php and change
    $line_price = (int)$price * (int)$qty;
    TO
    $line_price = (float)$price * (int)$qty;

  • The topic ‘decimal tour price not showing on frontend’ is closed to new replies.