As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2804556
Bypass WooCommerce cart to custom checkout url
Closed

Comments

  •  2
    Rohan started the conversation

    Hi 


    I happened to come across this article 

    https://tmsplugins.ticksy.com/ticket/2479802


    Is there a way to use URL for that instead of the page? something like this. 

    UPDATE wp_options SET option_value = REPLACE(option_value, '"page":"cart"', '"page":"/abc/custom-checkout-page/"') WHERE option_name = 'amelia_settings'

    would it work? 

    Thank you.


  • [deleted] replied

    Hi Rohan

    Thank you for reaching out to us.

    I have forwarded this to our developers as they will be able to provide a more accurate answer. I will update you as soon as I hear back from them.

    We appreciate your time and patience.

  • [deleted] replied

    Hi Rohan

    Thank you for your patience.

    This is a part of wp_options table; "amelia_settings" row - the data is serialized, and "page":"cart" refers only to WooCommerce, so adding a custom page will not work - this is looking for a predefined "cart" page from WooCommerce.