Forum Replies Created
- AuthorPosts
- info143Participant
Hello WCFM,
can you please explain why you are sharing costumer emails in your post before? Everybody logged in can read this message? THIS IS HIGHLY UNPROFESSIONAL!
info143ParticipantWorks perfect! Thank you!
info143ParticipantHello,
i do not use elementor template. I did not ovveride stote template. i just put the following snippets in my child functions.
add_filter( ‘wcfmmp_is_allow_sold_by_logo’, ‘__return_false’ );
add_filter( ‘wcfmmp_is_allow_archive_product_sold_by’, ‘__return_false’ );
function wcfm_custom_2209_translate_text( $translated ) {
$translated = str_ireplace( ‘Store Name’, ‘Your Artist Name’, $translated );
return $translated;}
add_filter(‘gettext’, ‘wcfm_custom_2209_translate_text’);
add_filter(‘ngettext’, ‘wcfm_custom_2209_translate_text’);function wcfm_custom_0905_translate_text( $translated ) {
$translated = str_ireplace( ‘Become a Vendor’, ‘Sell your art on T.’, $translated );
return $translated;
}
add_filter(‘gettext’, ‘wcfm_custom_0905_translate_text’);
add_filter(‘ngettext’, ‘wcfm_custom_0905_translate_text’);You have an idea how to remove default sidebar completly? Can i just remove the wcfmmp-view-store-sidebar php ?
Thanks
Hanna
info143ParticipantThis reply has been marked as private.info143ParticipantHello,
could your please replay to this queston,
i have bought two of your plug ins with support!
Thanks
Hanna
info143ParticipantHello,
i checked this site.
I want to display a search form for vendor names, have the deafault sorting options “low to high, new to old” and want to search by country. The search by country editing does not work.
Greetings
H.
info143ParticipantHello,
thanks for the fast answer.
Can your specify “soon”. Like in a month or half a year?Cheers
Hanna
info143ParticipantHello,
log in with incognito mode helped. You can close this topic as solved.
Thanks
Hanna
info143ParticipantHello,
could you please reply to this question.
Thanks!
Hanna
info143ParticipantHello,
could your please replay to this queston,
Thanks
Hanna
November 22, 2019 at 2:02 am in reply to: Transaction fees between Vendors and Paymentgatewayprovider #93347info143ParticipantHello again,
we now found out that there is Stripe Connect. Will this work with WCFM?
Hanna
- AuthorPosts