Bring Your Business to Life › Support › Image Store › CD Implementation › Reply To: CD Implementation
 December 22, 2013 at 3:33 pm #55564  
 Keymaster
 You could use “ims_after_add_to_cart” or “ims_before_save_cart”,
if you use “ims_after_add_to_cart” all processing by image store is completed and saved and you will have to modify the data and save it back again to the database using “update_post_meta( $orderid, ‘_ims_order_data’, $this->cart );”
There other hooks base on specific cart actions
ims_before_save_cart_{$action}
 ims_after_add_to_cart_{$action}