• Resolved joyryde

    (@joyryde)


    Hello!

    We are using this plugin to allow customers to pay a fee to require their shipping carrier to obtain a signature on delivery of the package.

    The fee applies to each product in the cart as each product ships seperately.

    We have enabled the settings as such, but the plugin is showing the fe per product, and then again for the whole cart, and no matter what we try to change in the settings, it still shows the extra fee at the top of the list f products as you can see in the below screenshot.

    How do we remove the one with the blue arrow from the cart?

    https://tinyurl.com/ymn2tq3o

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

Viewing 16 replies (of 16 total)
  • Plugin Author Algoritmika

    (@algoritmika)

    Hi, @joyryde,

    Sorry for the late reply.

    Yes, _shipping_alg_wc_checkout_field_1 seems to be correct. Please note that this is order (i.e., not product) meta – it stores the order’s field value.

    If you want to programmatically set the “Visibility Options > Products” for the field, you need to set the alg_wc_ccf_products_in_1 option to an array of product IDs, e.g.:

    update_option( 'alg_wc_ccf_products_in_1', array( 100, 105, 120 ) );

    Here, 100, 105, 120 are product IDs you want to enable the field for.

Viewing 16 replies (of 16 total)
  • The topic ‘Custom Checkout Field is displaying twice in cart…’ is closed to new replies.