Hi,
The IP address is only the IP get when the user create his account on your website.
So for guest cart, there is no IP stored.
You can add this feature by making a plugin based on the function "onBeforeCartUpdate(&$cartClass,&$cart,$product_id,$quantity,$add,$type,$resetCartWhenUpdate,$force,&$do)".
Add a column in the table "#__hikashop_cart" like "cart_ip" and then in the plugin, get the IP of the customer, and add it into the variable "$cart->cart_ip".
Finally, you will have to edit the view "cart / form" in the backend template to display the cart value instead of the user one for the IP.
Here is some documentation for the plugin:
www.hikashop.com/support/documentation/6...umentation.html#cart