-- url of the page with the problem -- : localhost
-- HikaShop version -- : 4.0.1
-- Joomla version -- : 3.9
-- PHP version -- : 5.6
hi
I'm working on file shop and override template view for products page
I have added many elements like product_hit , Product_id , Vendor_name ,.... but I need the function to show file size, I can use function filesize($filename) but it needs file path to work and as I know they are in safe folder.
I know how to add it to product page but i don't know the way of getting file size that has been uploaded for the product?
How can I access file path to use filesize($filename) or another way to show file size for customer?