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.