• Resolved graham38

    (@graham38)


    I’ve been working with this code: https://docs.woocommerce.com/document/shipstation-for-woocommerce/#section5

    but I am having no success. I believe this could be due to this being a variable product? Can the plugin pass custom field data from a variable product into the custom field 2 section in Shipstation?

    Here is the code I currently have in functions.php

    }
    // Add this code to your theme functions.php file or a custom plugin
    add_filter( 'woocommerce_shipstation_export_custom_field_2', 'shipstation_custom_field_2' );
    function shipstation_custom_field_2() {
        return 'iconic_cffv_5723_style'; // Replace this with the key of your custom field
    }

    any guidance is appreciated.

    Graham

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Adam Heckler

    (@adamkheckler)

    Graham,

    As noted in that document you linked to, we are unable to provide support for customizations under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, select a WooExpert or Developer for assistance.

    https://woocommerce.com/customizations/

    I’ll leave this thread open for a bit to see if anyone from the community would like to jump in.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Variable Product Meta – Custom Field 2’ is closed to new replies.