• Resolved bebizzy

    (@bebizzy)


    Is there a way to add a script with this plugin to the HEAD of a specific event? I don’t see it in the page dropdown list, and when I select Event I’m assuming it is on all events .

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m trying to figure the same out regarding the woocommerce order-received page.

    Plugin Author 99robots

    (@99robots)

    @bebizzy – If your ‘EVENT’ is a separate custom post type, then PAGE is not what you need. Instead, you should select CUSTOM POST TYPE (cpt), and then specifically whatever CPT your events plugin has generated.

    If you want all the listings of EVENTS, then you’d use:
    SELECT CUSTOM POST TYPE

    If you want one specific listing from your custom post type ‘EVENTS’, that is not possible.

    However, in the small chance that the third party events plugin created the CPT using the same ‘tags’ as the regular posts, then you can just give that single event a specific tag, and then use:
    SELECT SPECIFIC TAG

    Hope that helps.

    Thank you.

    Plugin Author 99robots

    (@99robots)

    Hi @frankgiuliano – The WooCommerce Order Received ‘page’ URL is NOT a “PAGE” in the traditional sense of PAGES. It’s actually a WooCommerce ‘template’ and the URL is just appended / dynamically generated. That is why you do not see it in the list of Pages.

    SAMPLE URL
    https://www.yoursite.com/checkout/order-received/

    If you’d like to set a specific Thank You (Order Received) page, you can do that by creating a new page, and then setting that as the Thank You Page. After you have a real PAGE, then just select that page for whatever snippet you’d like to add.

    There are several plugins that allow you to do this, or you can custom code a redirect. I recommend just using a plugin of your choice to achieve this result.

    REFERENCES:
    1) https://docs.woocommerce.com/document/woocommerce-custom-thank-you-pages/
    2) https://www.tychesoftwares.com/how-to-customize-the-woocommerce-thank-you-page/

    Hope that helps. Thank you.

    Plugin Support 99robotsteam

    (@99robotsteam)

    Hello @frankgiuliano @bebizzy – We have not received a reply in over a month, and therefore we are assuming that your issue has been resolved! If it hasn’t or if you need further assistance, please feel free to open a new ticket!

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add to of specific event’ is closed to new replies.