Hi again
Thanks for reply, but I still need a little help on this one.
Just need simple addition to productpage, but since I am not so in coding, cant do it on my own.
I have done product set-up with options and characteristics and prices differ also based on quantity, so my product has p.e. 5 variants of wich everyone has 5 different prices for quantities.
Since Prices are very small (even to 5 decimals) I dont want them shown on product page. So I've hiden them in Hikashop configuration.
In listing view, products have no prices - prices are not shown, I show prices only on product page.
Since I have prices per quantity for every variant, I don't want to display all of them, just final one that will go in the cart.
Now I need a simple javascript function that will grab price defined with characteristics of a product, and multiply it with the quantity entered by user in quantity field, then display it in div added p.e. in product_show_default view. Is it posible to achieve it that way or I am misleaded?
It seems to me that all vars are gathered once when user press 'add to cart' button, but I need final price to be shown real time.