jollock
Forum Replies Created
-
Hi Marc,
i know, you have got a lot to do, but could you give me a hint on this? Or could you relate me to someone who can help me?
Many thanks
JD
Hi Marc,
thank you for your reply.
I added the names for the textareas and got it working with your code – the only thing that’s not working is the output on the thank you page.
I added the following code to my thank-you.php
if ( $heading = $order->get_meta('heading') ) { echo '<p>'. __("Heading") . ': ' . $heading . '</p>'; } if ( $body = $order->get_meta('bodytext') ) { echo '<p>'. __("Body") . ': ' . $body . '</p>'; }
Unfortunately there is no output for that.
I also tried to find the fields in the complete order with the following code:
<?php do_action( 'woocommerce_thankyou', $order->get_id() ); ?>
Nothing to find in this result, too.
Do you see anything i’m doing wrong?
Thanks in advance!
Hi Marc,
thanks for your quick reply!
Could you please give me another example on how to append data to the form?
Thanks
JD
Forum: Plugins
In reply to: [Product Configurator for WooCommerce] Product Configurator not loadingThank you so much, that was easy – best wishes ??
Yeah man, thank you so much!
That filter fixed my issue!
Have a nice day!
Hi Marc,
thank you for your quick reply!!!
My HTML code looks like this:
<textarea id='heading' class='heading'></textarea> <textarea id='bodytext' class='bodytext'></textarea>
As soon as i put my placeholder into it like
placeholder="Please enter..."
and save everything, its gone when i reopen the product configurator.I’m gona check the JavaScript hooks today!
Thaaanks