Store widget click

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 2 reply threads
  • Author
    Posts
    • #137371
      nolas154
      Participant

      Hi, I am using your store widget in my product page and I inser the logo of the store too following your instructions. It looks awesome, but i when my users click on it, a new tab is openned and is no ggod for the navigation experience.

      Anyone can tell me how can I change this onclick option in order to the navigation will be in the same window and tab, please?

      Anyway, I want to do several improvements and I need a custom budget. Can you tell how can i contact you for that?

      Thanks!

      Attachments:
      You must be logged in to view attached files.
    • #137627

      Hello,

      add_filter('wcfm_shop_permalink_open_by',function($target){
      	return '';
      },10);

      Try this code to your child theme’s functions.php

      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thanks.

    • #137723
      nolas154
      Participant

      PERFECT!!!! Thank you so much!!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.