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.