You can easily get the price of your product using the API, the final product price includes both the additional prices of your items and the prices set using the price rules. In addition, you can pass a base price corresponding to the price of the product before modification :
var instance = new AsukaDesigner('#myId'); // Create an instance of the main plugin class var price = instance.designer.getPrice(30);