Thanks!
]]>what am I missing ?
]]>You gave me custom code to change label of inquiry button, but with latest marketplace update it duplicates my custom label. I’m using rehub 8.5.3
When I remove code, only “inquiry” is showing on label ?
Please advise what has changed in new update and how to correct this ?
code:
function wcfm_custom_translate_0111_text( $translated ) {
$translated = str_ireplace( ‘Inquiry’, ‘Custom Order Inquiry’, $translated );
$translated = str_ireplace( ‘Enquiry’, ‘Custom Order Inquiry’, $translated );
return $translated;
}
add_filter(‘gettext’, ‘wcfm_custom_translate_0111_text’);
add_filter(‘ngettext’, ‘wcfm_custom_translate_0111_text’);
Thanks
]]>I am looking for solution to integrate Woocommerce webshop with an e-mail inquiry plugin and a third party e-mail marketing & crm software.
Can you recommend any woocommerce e-mail inquiry plugin & e-mail marketing software which can work together?
Thanks.
]]>Many thanks for your great Theme!
I have a problem re. captioned.
When the product is sold out, the product detail page shows “Sold out”, and the “inquiry” button appears.
When the inquiry button is chosen, nothing happens, no transition takes place.
I have re-activated the Welcart Plug-in, just to make sure all is up-to-date.
Can anyone help me?
Thank you!
]]>