• 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 function uni_cpo_woocommerce_cart_item_thumbnail() in uni-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)
  • Plugin Author moomooagency

    (@moomooagency)

    Hi,

    Thanks! Could you send a complete changelog?

    Thread Starter krzysztofwww

    (@krzysztofwww)

    This is the error:
    Notice: Trying to access array offset on value of type null in /shared/httpd/pr/htdocs/print/wp-content/plugins/uni-woo-custom-product-options-premium/includes/uni-cpo-functions.php on line 377

    if you need whole Call Stack how to paste it there so it would be readable for you?

    Plugin Author moomooagency

    (@moomooagency)

    Maybe github gist would be ok.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘pitchprint compability’ is closed to new replies.