Cake's autofiller

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

< Feedback on Cake's autofiller

प्रश्न/टिप्पणी

§
पोस्ट केले: 2022-10-04

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

§
पोस्ट केले: 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.

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.