Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #920452
Accion click cart
Closed

Comments

  • Javier started the conversation

    Hello,

    How I can add the action, that by clicking on the cart page to see open "View car"?

    add image.

  • [deleted] replied

    Hi Javier,

    Can you please add the following code in functions.php (end of file):

    add_action( 'aurum_mini_cart_direct_link', '__return_true' );
    It will make Cart link clickable.