• Resolved woostripe

    (@woostripe)


    hi your plugin causes this error on woocommerce 3.0

    Notice: id was called incorrectly. Product properties should not be accessed directly. Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /redacted/for/privacy/public/wp-includes/functions.php on line 4137

    can you fix it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • you can use $product->get_id() instead of $product->id

    Plugin Author Conversios

    (@tatvic)

    Hi,

    Thank you for sharing concern!

    We are already in the testing phase of Woocommerce 3.0 with our plugin so we request you to keep your eyes on the next release of our plugin.

    Hope this addresses your concern!

    Thanks & Regards!

    Plugin Author Conversios

    (@tatvic)

    Hi,

    We have released WC 3.0 compatible version of our plugin. Update the new one with the old one & enjoy using our plugin.

    Happy Analyzing! 🙂

    I’m using you plugin version 1.0.21.1 and still getting errors about using product-id directly.

    Offending lines:
    552: “tvc_id” => esc_html($product->id),
    553: “tvc_i” => $product->get_sku() ? $product->get_sku() : $product->id,
    631: $homepage_json_ATC_link[$product->add_to_cart_url()]=array(“ATC-link”=>get_permalink($product->id));
    639: if(!array_key_exists(get_permalink($product->id),$homepage_json_fp)){
    640: $homepage_json_fp[get_permalink($product->id)] = array(
    641: “tvc_id” => esc_html($product->id),
    642: “tvc_i” => esc_html($product->get_sku() ? $product->get_sku() : $product->id),
    651: $homepage_json_rp[get_permalink($product->id)] =array(
    652: “tvc_id” => esc_html($product->id),
    653: “tvc_i” => esc_html($product->get_sku() ? $product->get_sku() : $product->id),
    687: $homepage_json_rp[get_permalink($product->id)] =array(
    688: “tvc_id” => esc_html($product->id),
    689: “tvc_i” => esc_html($product->get_sku() ? $product->get_sku() : $product->id),
    716: $prodpage_json_ATC_link[$product->add_to_cart_url()]=array(“ATC-link”=>get_permalink($product->id));
    718: $prodpage_json_relProd[get_permalink($product->id)] = array(
    719: “tvc_id” => esc_html($product->id),
    720: “tvc_i” => esc_html($product->get_sku() ? $product->get_sku() : $product->id),
    748: $catpage_json_ATC_link[$product->add_to_cart_url()]=array(“ATC-link”=>get_permalink($product->id));
    750: $catpage_json[get_permalink($product->id)] =array(
    751: “tvc_id” => esc_html($product->id),
    752: “tvc_i” => esc_html($product->get_sku() ? $product->get_sku() : $product->id),

    Plugin Author Conversios

    (@tatvic)

    Hi Ryan,

    Thank you for contacting us!

    We request you to contact us at analytics2(at)tatvic(dot)com so we can assist you further regarding your query.

    Hope to hear you soon!

    Thanks & Regards!

    Hello WooStripe,
    I have just ordered but I don’t find any way to contact you, I have paid but not received any product.

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘WOOCOMMERCE 3.0 COMPATABILITY’ is closed to new replies.