Forum Replies Created

are often better for cooling We may not necessarily be buying the concept

  • Hi Magda!

    I’m just changing the Add to Cart button text in WooCommerce depending on the stock-status of the item.

    Now that I look at this again, I suspect the issue is not with your WaitList plugin. Thanks for your patience.

    Sorry, just realized that I hadn’t removed Admin Columns – I had removed the PostPone custom field from Admin Columns.

    I’m deactivating Admin Columns now to see if that changes anything.

    So, even with Admin Columns deactivated entirely, I’m still having the issue.

    Totally understand, Magda – it’s likely something about my customizations, but your test went further than mine and helps me think about where the issue is.

    Thanks!

    Thanks, I have the Enable postponing emails option turned on.

    The issue is I’d like to make that option checked by default on each product.

    I’m already hooking into Save Posts to change some other defaults on WooCommerce product pages, but I’m unsure how to make your options box checked.

    Here’s what I’ve tried:

    update_post_meta($post->ID, '_postponed_notification', 'true');
    update_post_meta($post->ID, '_postponed_notification', 'on');
    update_post_meta($post->ID, 'ct-waitlist-postpone', 'checked');

    But none of these are working.