[SOLVED] Cannot Tell Which Payment Method Selected

  • Posts: 284
  • Thank you received: 6
9 years 5 months ago #205667

-- url of the page with the problem -- : arthrem.co.nz
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1

I am using the HikaShop styles.

The end user cannot tell when they have selected a Payment Method on checkout.
All selections remain the same colour after clicking on them.

Last edit: 9 years 5 months ago by MSTACE.

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

  • Posts: 2143
  • Thank you received: 747
9 years 5 months ago #205678

That's because in your CSS there's nothing defined for the active state of these buttons. Add something like this to your custom CSS:

.hikashop_payment_methods_table .btn.active {
  background: #ff0000 !important;
}

Obviously, the color should be adjusted to what you prefer.

Hint: In the Checkout Workflow, you could also move the "Status" field to the "Payment" step, then the customer would see it updated once he made the choice of payment.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: MSTACE

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

  • Posts: 284
  • Thank you received: 6
9 years 5 months ago #205793

That works.
I adjusted it for the shipping table as well.

Thank you.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum