pitchprint compability
-
Hey, there is little bug in the way you store pitchprint value string. It’s stored without url encoded chars, and gives errors in cart and checkout on thumbnails.
Check functionuni_cpo_woocommerce_cart_item_thumbnail()
inuni-cpo-functions.php
Why to store this value if its already in cart contents?
For quick fix I changed:
$cart_item['_cpo_data']['_w2p_set_option']
to :
$cart_item['_w2p_set_option']
Could it be fixed in next update?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘pitchprint compability’ is closed to new replies.