hyperV
Forum Replies Created
-
Forum: Plugins
In reply to: [Sweet Captcha] WoocommerceSweet Capcha is ingnored by registrationHi Support Team,
today I installed the new update but nothing changed. capcha not working in Woocommerce.
Any Support?
Starts me frustrate me. Wait fo weeks for a solution.
JosefForum: Plugins
In reply to: [WooCommerce] woocommerce customize woocommerce_email_before_order_tableI’m a bit nearer to my target. I have put following code in childtheme\woocommerce\emails\customer-processing-order.php:
instead of <?php do_action( ‘woocommerce_email_before_order_table’, $order, $sent_to_admin, $plain_text ); ?>
But the table is not shown.
Any help from someone?
Thanks Josef
Forum: Plugins
In reply to: [Sweet Captcha] WoocommerceSweet Capcha is ingnored by registrationHi Guys,
I have send 3 emails to the support and got no solution, no really usable answer. Anything wrong?
I need really help here.Regards josef
Forum: Plugins
In reply to: [Theme My Login] Confliction with WoocommeceMy first Idea was to integrate the login in the topbar menu. THis was my motivation to integrate TML. I found a better solution for me.
Thats it.
Thanks Josef
Forum: Plugins
In reply to: [Sweet Captcha] WoocommerceSweet Capcha is ingnored by registrationIan I did the request to the support and got an strange answer. Can you step in here?
“Hi Josef,
Thanks a lot for the feedback, small question:
where did you check the box? we don’t have a WP-forums check box in our sweetCaptcha plugin.Thanks you for supporting our FREE sweetCaptcha project!
Have a great Day,
Ted.
sweetCaptcha team
http://www.sweetCaptcha.com”
Forum: Plugins
In reply to: [Theme My Login] Confliction with WoocommeceI decided to get a ride off TML and use the woocommerce login widget from Bart. Works fine and is responsive to requests.
Josef
Forum: Plugins
In reply to: [Sweet Captcha] WoocommerceSweet Capcha is ingnored by registrationhave sent the mail to support@sweetCaptcha.com right now.
Regards Josef
Forum: Plugins
In reply to: [WooCommerce] Woocommerce rename product tabs with category as conditionresolved
Forum: Plugins
In reply to: [WooCommerce] Woocommerce rename product tabs with category as conditionfound a solution, I missed the right if clause. This code snipplet works:
/* Rename Tabs conditional */ add_filter( 'woocommerce_product_tabs', 'woo_rename_tabs', 98 ); function woo_rename_tabs( $tabs ) { if ( is_product() && has_term( 'hochleistungsmixer', 'product_cat' ) ) { $tabs['additional_information']['title'] = 'Technische Daten'; $tabs['description']['title'] = 'Produktbeschreibung'; return $tabs; } else { $tabs['additional_information']['title'] = 'Produktdaten'; $tabs['description']['title'] = 'Produktbeschreibung'; return $tabs; } }Forum: Plugins
In reply to: [Sweet Captcha] WoocommerceSweet Capcha is ingnored by registrationWhen we can expect the new version?
Thanks Josef
Forum: Plugins
In reply to: [WooCommerce] woocommerce customize woocommerce_email_before_order_tableThanks Jonas,
do you like to share the code? I only like to change the BAGS area.
Thanks
Josef
Forum: Plugins
In reply to: [Sweet Captcha] WoocommerceSweet Capcha is ingnored by registrationsorry is dev.bewusst-fuer-mich.de
btw how can I send you a private mail if you need some credentials? And I got not notifyed when something changed here.
you can contact me via the contact form of our website.
Thanks Josef
Forum: Plugins
In reply to: [WooCommerce My Account Widget] Register link is missingThanks Bart. Works pretty fine.
Regards Josef
Forum: Plugins
In reply to: [WooCommerce My Account Widget] Register link is missingBart I have deactivated in the widget area, that the link to the cart should not be show. But it is ignored, when you refresh the website.
2nd. the link do not point to the cart. It points to the actual site.Please go to my site
and look at the top-menu in the account Icon menu. You will see it. I have deactivated the cart in your widget configuration at the admin site.
Thanks Josef
Forum: Plugins
In reply to: [Sweet Captcha] WoocommerceSweet Capcha is ingnored by registrationJosh, did you find something?
Regards Josef