Are you sure? popup

  • Posts: 171
  • Thank you received: 9
11 years 5 months ago #148651

Hi there!

I would like to add an "Are you sure you want to clean cart?" for the Cart module's cleancart link.
Tried to add, but not seems to work:

<a class="hikashop_small_cart_clean_link" onclick='return confirm(\"Are you sure you want to clean cart?\")' href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop_currentURL('url',false))); ?>" >

Any help would be great!

Thanks,
PePe

Last edit: 11 years 5 months ago by pepecortez. Reason: Code display

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

  • Posts: 84290
  • Thank you received: 13691
  • MODERATOR
11 years 5 months ago #148732

Hi,

Try like that:

<a class="hikashop_small_cart_clean_link" onclick="return confirm('Are you sure you want to clean cart?');" href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop_currentURL('url',false))); ?>" >

The following user(s) said Thank You: pepecortez

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

  • Posts: 171
  • Thank you received: 9
11 years 5 months ago #148756

nicolas wrote:

<a class="hikashop_small_cart_clean_link" onclick="return confirm('Are you sure you want to clean cart?');" href="<?php echo $delete.'return_url='. urlencode(base64_encode(hikashop_currentURL('url',false))); ?>" >


Works like a charm. Thank you Nicolas!

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

Time to create page: 0.055 seconds
Powered by Kunena Forum