Cake's autofiller

Helps add items to your bazaar quicker by auto filling Qty and price when clicked

< Feedback on Cake's autofiller

Question/comment

§
Posted: 2022-10-04

Can you please reconfigure the script to either round or truncate the bazaar prices so that there are no decimals?

§
Posted: 2022-10-04

I changed line 1682.

Original: input.value = price;

Modified: input.value = Math.round(price);

This returns a whole number instead of a decimal.

Post reply

Sign in to post a reply.