Re: Weight to three decimal places
Hi Syddos,
Many thanks for a great mod. Works fantastic in 4.1.7.
Just one thing if anyone is working with product variants then you will also need to change the following so that the change shows up in Admin / Products / Variants screen: -
skin1/admin/main/product_links.tpl
Find this {if $product.weight ne "0.00"}
Change to {if $product.weight ne "0.000"}
Next
skin1/modules/product_Options/product_variants.tpl
Find this {$v.weight|formatprice}
Change to {$v.weight|formatnumeric}
Once again many thanks
Kind regards
Nick
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service
Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
|