• Hi,

    I got this plugin to work, although I had to change the “echo” parameter to “return” in order to work at the right place with the shortcode.

    I have 2 Questions:

    1. How can I change the seperator of the price from a dot to a comma? (and could you provide me with the code to make prices ending with “00” to “,-” (e.g. “199.00” to “199,-“). Need this for the german standard of price formatting.

    2. How often is the price being updated?

    Thank you very much for the great plugin and your time!

    https://www.ads-software.com/plugins/amazon-product-price/

Viewing 1 replies (of 1 total)
  • Plugin Author Alok Tiwari

    (@aloktiwari)

    Hello,

    You can write the code to change number format as the “.00” to “,-” as this code => number_format($inp, 2, ‘,’, ‘.’); use this code to change it.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change seperator of Price’ is closed to new replies.