• Resolved Makway

    (@makway)


    Having chosen the goods, having entered all the necessary data for payment, the visitor clicks on the “confirm order” button. After that gets to the page where he must again click on the “pay” button (or refuse to pay). And only after that the system sends to the page of the payment gateway.
    In general, you need to remove this extra step. So that immediately after clicking on the “confirm order” button, it is transferred to the payment gateway page.

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

Viewing 12 replies - 16 through 27 (of 27 total)
  • Plugin Support Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    @makway – your updated screenshots do not change any of my recommendations. If you want to skip a step, you need to have a look at the recommendations I’ve made to skip a skep. But the step you’d skip would be step 2 and not step 3.

    I’ll mark this thread as resolved now given that it seems that we’ve understood the things correctly and that I’ve offered some solutions. All the best with testing out those suggestions.

    Thread Starter Makway

    (@makway)

    Your recommendations skip another step! This step is no longer on my site.

    On your website, I need to skip the fourth step. On my website this is the third step.

    gw808092

    (@gw808092)

    It’s a pity the plugin author cannot answer the question..

    I am facing the same issue here, and I hate that extra step..

    irks

    (@irks)

    Привет, я знаю что ты понимаешь по русски. Ты решил эту проблему? Очень хочется убрать этот шаг.

    Thread Starter Makway

    (@makway)

    Здравствуйте. К сожалению, нет. Я, конечно, писал через Гугл переводчик, но всё же складывается ощущение, что меня умышленно не понимают. Все только переводят стрелки друг на друга (тема-плагин-платёжная система). Если найдёте решение, пожалуйста, напишите мне, буду очень благодарен!

    Хорошо! Напишу!

    Ребят… Проблему я такую решил, но через жопу,возможно есть что то более правильное, а так пришлось написать немного кода, правда он под мою конфигурацию запилин.. если интересно, могу поделится. Но суть в том что в этом шаге который вы хотите убрать, (если я правильно понял который шаг..) вобщем там с помощью айакса генерируется “нонс” который не даёт “нонсу” из формы второго шага верифиироватся в функции process_checkout класса WC_Checkout. Так я и скопировал почти все внутренности АЙАКС функции update_order_review, которая генерит этот нонс, (так что через консоль гляньте если идёт такой запрос в том шаге который вы хотите убрать, то говорим об одном, если нет то я хз для кого ваще это пишу).. так вот, в этих внутренностях есть в самом низу fragments, и вот если запарсить их то там как раз этот нонс и будет, его в $_REQUEST[‘woocommerce-process-checkout-nonce’] и смело запускаем $checkout->process_checkout() вобщем получилось всего где-то рядов 100 в фанкшн.пхп и всё ништяк:)

    Thread Starter Makway

    (@makway)

    Несмотря на то, что вы написали по-русски, я всё равно мало чего понял))) К сожалению, я далёк от программирования. Но в любом случае, это будет зацепкой для меня и возможно полезным для других. Спасибо Вам! Сейчас пока занят другим проектом, нет времени на этот вопрос, но рано или поздно я к этому вернусь ещё, отпишусь тогда о результате.

    Удачи:)

    Ребята привет, Вы решили этот вопрос? И 1inq скинь свой код пожалуйста

    Hi,

    I am also stuck in this problem and want to remove this extra step “Order Review” then pay button.

    I hope someone will help.

    Plugin Support Job a11n

    (@jobthomas)

    Automattic Happiness Engineer

    @bitfff – just and FYI that this thread is closed and this is the English support forum. Maybe open a thread on the Russian WooCommerce support forum?

    @alikharl – this thread is closed: please open a new one if you’d like to solve this. The “Order Review” step is not part of WooCommerce core and could be connected to the payment gateway you’re using. I would encourage you to check with the payment gateway you’re using and ask for help in that forum.

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘How to remove the extra step?’ is closed to new replies.