• two bug amount only the 2 number in front.

    fix:

    // printf(__(“Total %d orders sold with total amount of %s %d”),$count,$dp_shopping_cart_settings[‘dp_currency_symbol’],number_format($all_total,2));
    echo ‘Total ‘ . $count . ‘ orders sold with total amount of ‘ .$dp_shopping_cart_settings[‘dp_currency_symbol’] . number_format($all_total,2);

    $amount = number_format($total+$shipping+$total_tax-$total_discount,2);
    //printf(__(“%d”), $amount);
    echo $amount;

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: DukaPress] two bug’ is closed to new replies.