Page 1 of 1

Adding an info JS box to convert price from number to text

Posted: 2019-05-27 07:44
by tminh
I want to add a info JS box that trigger everytime enter price number (up to Billion) to text 1.8 Billion...

I knonw hook xxxxx-dv.js but i dont know how to place text on detail page.

thanks
Screenshot_9.png
Screenshot_9.png (7.93 KiB) Viewed 2387 times

Re: Adding an info JS box to convert price from number to text

Posted: 2019-05-28 05:34
by jsetzer
Hi tminh,

this JQuery code may be a good starting point:

https://www.jqueryscript.net/text/jQuer ... words.html

chrome_2019-05-28_07-26-24.png
chrome_2019-05-28_07-26-24.png (16.77 KiB) Viewed 2365 times
Regards,
Jan

Re: Adding an info JS box to convert price from number to text

Posted: 2019-05-28 05:50
by tminh
jsetzer wrote:
2019-05-28 05:34
Hi tminh,

this JQuery code may be a good starting point:

https://www.jqueryscript.net/text/jQuer ... words.html


chrome_2019-05-28_07-26-24.png

Regards,
Jan
thank you, i have that js code, but i don't know how to insert text into hooks ??

thanks