Title: [Plugin: DukaPress] two bug
Last modified: August 19, 2016

---

# [Plugin: DukaPress] two bug

 *  [ajiao](https://wordpress.org/support/users/ajiao/)
 * (@ajiao)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-dukapress-two-bug/)
 * 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)

 *  [Parshwa Nemi Jain](https://wordpress.org/support/users/parshwa/)
 * (@parshwa)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-dukapress-two-bug/#post-1807928)
 * Thanks. I will add the fix. Thanks again
 *  [Parshwa Nemi Jain](https://wordpress.org/support/users/parshwa/)
 * (@parshwa)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-dukapress-two-bug/#post-1807937)
 * Thanks. I will add the fix. Thanks again

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

The topic ‘[Plugin: DukaPress] two bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dukapress_a00004.svg)
 * [DukaPress](https://wordpress.org/plugins/dukapress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dukapress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dukapress/)
 * [Active Topics](https://wordpress.org/support/plugin/dukapress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dukapress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dukapress/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Parshwa Nemi Jain](https://wordpress.org/support/users/parshwa/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-dukapress-two-bug/#post-1807937)
 * Status: not resolved