Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Store widget click
- This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago by nolas154.
- AuthorPosts
- June 1, 2020 at 8:50 pm #137371nolas154Participant
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. - June 2, 2020 at 12:51 pm #137627Sarmistha ChakrabortyMember
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.
- June 2, 2020 at 6:41 pm #137723nolas154Participant
PERFECT!!!! Thank you so much!!
- AuthorPosts
- You must be logged in to reply to this topic.