remove the next button and show only finish button

  • Posts: 17
  • Thank you received: 0
7 years 7 months ago #267130

-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.6.5
-- PHP version -- : 5.6.11
-- Error-message(debug-mod must be tuned on) -- : I want to remove the next button means there should be only one button that is "finish"

I want to remove the next button means there should be only one button that is "finish".

basically when i add to cart a product and go for proceed for checkout. i have to fill there the address as i am using guest checkout, after filling the address we have to click on "next button" then on next step we can see the "finish" button only.But i want to remove the next button from first step and want to place the finish button there. Means everything on one page with single button "finish". How could i achieve this....please help me

Waiting for a positive and sooner response..
Please check screen shot for more details...
1st screenshot when you enter the details for address
2nd screenshot when after entering all the details of address you click on "next" button
3rd screenshot shows the finsish buton in the end


thanks in advance

Attachments:
Last edit: 7 years 7 months ago by ankitch.

Please Log in or Create an account to join the conversation.

  • Posts: 82868
  • Thank you received: 13377
  • MODERATOR
7 years 7 months ago #267148

Hi,

First, I would recommend to turn off the "checkout legacy" setting of your HikaShop configuration. That way, you'll be using the new checkout of HikaShop 3 which is fully AJAX and has been completely rewritten. Thanks to that, it now handles true one page checkout where you can have the finish button directly on the first page of the checkout.
So all you'll have to do left is to hide the "next" button of the registration form and you can do that with a bit of CSS:
#hikashop_register_form_button{ display:none; }

www.hikashop.com/support/documentation/1...ize-the-display.html

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum