SimonBak
Forum Replies Created
-
I finaly found the shortcode.
For the answer you need to edit the widget on the widget area and when you save it the shortcode appear.Forum: Plugins
In reply to: [Basic Google Maps Placemarks] Map doesn't showI Found the solution. It’s better to use coordinates for add a placemarker.
Thanks.Forum: Plugins
In reply to: [G Web Pro Store Locator] Problems with accents in researchHi Jas Saran,
Can you help me ?
ThanksForum: Plugins
In reply to: [G Web Pro Store Locator] Problems with accents in researchit would seem that the problem is created at the time of writing the url results :
https://www.himolla-france.fr/nos-magasins/?dest=Chamb%E9ry%2C+France&lat=45.564601&long=5.917780999999991Because if i change the url by this :
https://www.himolla-france.fr/nos-magasins/?dest=Chambéry%2C+France&lat=45.564601&long=5.917780999999991
That’s work !Can you help me please ?
ThanksForum: Plugins
In reply to: [G Web Pro Store Locator] Problems with accents in researchHello,
Yes i know that but i already use UTF-8 encoding type in my webpage and i have this problem only with your plugin in this page when i do a search :
https://www.himolla-france.fr/nos-magasins/Do you have any idea ?
Thanks.Thank you very much.
The problem was i didn’t use the post thumbnails option but i just change.
Thanks.This code it’s find (without the
<?php $yourfield = get_post_meta($wpo_wcpdf->export->order->id,'your_custom_field_name',true); if (isset($yourfield)) { echo $yourfield; } ?>
I hope that will work for you.
This code
<?php $yourfield = get_post_meta($wpo_wcpdf->export->order->id,'<strong>your_custom_field_name</strong>',true); if (isset($yourfield)) { echo $yourfield; } ?>
I hope that will work for you.
Hello,
Sorry and yes i found a solution.
I use this code<?php $yourvariable = get_post_meta($wpo_wcpdf->export->order->id,'<strong>your_custom_fields</strong>',true); if (isset($yourvariable)) { echo $yourvariable; } ?>
I hope that will work for you.
Thanks a lot for your help.
It’s perfect now.
Have a good day.Ok i will try that.
But where i have to put the code ?<?php $yourfield = get_post_meta($wpo_wcpdf->export->order->id,'Your field name',true); if (isset($yourfield)) { echo $yourfield; } ?>
Hello,
I’m using “WooCommerce Custom Checkout Options” plugin to add custom fields on my checkout.
And i use your plugin to send PDF after the orde and i want to add my custom fields on the PDF template.How can i do that ?
Thanks for your help.Forum: Plugins
In reply to: [WooCommerce] Add Extra Fields on User Registration?Hello, did you find any solution for adding custom fields on the user profil for woocommerce ? Thanks
Hi @rafaelfranchin,
Thanks for your answer. I try it but it doesn’t works for my website.
I use the plugin “WooCommerce Checkout Manager Pro” for add more fields on the checkout page and i want to see this fields on my invoice.Have you an other idea ?
Thanks for your help.Simon.
Forum: Plugins
In reply to: [Easing Slider] Images are not displayedOK Thanks.
Now it’s ok.