Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mkepli01

    (@mkepli01)

    I think it would be order item meta, we currently get the meta in our order summary sheets using the code

    add_filter('woe_get_order_product_value_field_name', function ($value, $order, $item, $product,$item_meta) {
    
    $value =  $item_meta['_meta_name']; 
    
       return $value;
    }, 10, 5);

    So would I do $Value = $item->get_meta('_meta_name')?

    Thread Starter mkepli01

    (@mkepli01)

    We don’t currently have anything set up to monitor our web server log, and I will not grant access to the site since that would be a huge security risk and it wouldn’t be possible anyways since you would need to be connected to our private VPN to access our development environment. I think I will just need to shop around for another plugin with similar functionality that will work with our environment.

    Thread Starter mkepli01

    (@mkepli01)

    Still, nothing. I turned off the popup blocker for the localhost instance we are using and no Facebook popup would appear, the page would just reload itself like before. Also I have noticed the css for the plugin doesn’t seem to be loading, what I see in my dashboard isn’t what I see in the video. I am also using up to date versions of your plugin and WordPress.

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