Is there a way to communicate with the cart "backwords", for example, i have a form for each product and there is shipping price field which is added only once for all products, now the problem is that I can not check if the cart was emptied, so if user after emtiing the cart will add new product again, shipping price should be added also.
Can values be passed from cart to the site back via post or get or other method?
Does anyone knows how can i check in my site script if the cart is empty?
Thanks in advance.