New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): French (France)

1 2 3 4 5 21
Prio Original string Translation
An example that adds a 40px large product image. Paste the code in the <code>functions.php</code> file of your theme: You have to log in to add a translation. Details
An example that adds a 40px large product image. Paste the code in the <code>functions.php</code> file of your theme:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes, use the <code>wcdn_order_item_before</code> action hook. It allows you to add html content before the item name. You have to log in to add a translation. Details
Yes, use the <code>wcdn_order_item_before</code> action hook. It allows you to add html content before the item name.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

An example that adds a 'VAT' and 'Customer Number' field to the end of the list. Paste the code in the <code>functions.php</code> file of your theme: You have to log in to add a translation. Details
An example that adds a 'VAT' and 'Customer Number' field to the end of the list. Paste the code in the <code>functions.php</code> file of your theme:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Use the <code>wcdn_order_info_fields</code> filter hook. It returns all the fields as array. Read the WooCommerce documentation to learn how you get custom checkout and order fields. Tip: To get custom meta field values you will most probably need the <code>get_post_meta( $order-&gt;get_id(), 'your_meta_field_name', true);</code> function and of course the <code>your_meta_field_name</code>. You have to log in to add a translation. Details
Use the <code>wcdn_order_info_fields</code> filter hook. It returns all the fields as array. Read the WooCommerce documentation to learn how you get custom checkout and order fields. Tip: To get custom meta field values you will most probably need the <code>get_post_meta( $order-&gt;get_id(), 'your_meta_field_name', true);</code> function and of course the <code>your_meta_field_name</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

An example that removes the 'Payment Method' field. Paste the code in the <code>functions.php</code> file of your theme: You have to log in to add a translation. Details
An example that removes the 'Payment Method' field. Paste the code in the <code>functions.php</code> file of your theme:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes, use the <code>wcdn_order_info_fields</code> filter hook. It returns all the fields as array. Unset or rearrange the values as you like. You have to log in to add a translation. Details
Yes, use the <code>wcdn_order_info_fields</code> filter hook. It returns all the fields as array. Unset or rearrange the values as you like.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

An example that hides the addresses. Paste the code in the <code>functions.php</code> file of your theme: You have to log in to add a translation. Details
An example that hides the addresses. Paste the code in the <code>functions.php</code> file of your theme:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Sure, you can style with CSS, very much the same way as the delivery note or invoice. You have to log in to add a translation. Details
Sure, you can style with CSS, very much the same way as the delivery note or invoice.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

An example that hides the whole price column and the totals. Paste the code in the <code>functions.php</code> file of your theme: You have to log in to add a translation. Details
An example that hides the whole price column and the totals. Paste the code in the <code>functions.php</code> file of your theme:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Sure, the easiest way is to hide them with some CSS that is hooked in with <code>wcdn_head</code>. You have to log in to add a translation. Details
Sure, the easiest way is to hide them with some CSS that is hooked in with <code>wcdn_head</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

An example that changes the font and makes the addresses very large. Paste the code in the <code>functions.php</code> file of your theme: You have to log in to add a translation. Details
An example that changes the font and makes the addresses very large. Paste the code in the <code>functions.php</code> file of your theme:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

You can change the font with CSS. Use the <code>wcdn_head</code> hook and then write your own CSS code. It's best to place the code in the <code>functions.php</code> file of your theme. You have to log in to add a translation. Details
You can change the font with CSS. Use the <code>wcdn_head</code> hook and then write your own CSS code. It's best to place the code in the <code>functions.php</code> file of your theme.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If that didn't help, go to the WooCommerce 'Accounts' settings tab and make sure that for 'My Account Page' a page is selected. You have to log in to add a translation. Details
If that didn't help, go to the WooCommerce 'Accounts' settings tab and make sure that for 'My Account Page' a page is selected.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

This is most probably due to the permalink settings. Go either to the WordPress Permalink or the WooCommerce Print Settings and save them again. You have to log in to add a translation. Details
This is most probably due to the permalink settings. Go either to the WordPress Permalink or the WooCommerce Print Settings and save them again.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

It depends on your WooCommerce settings. Addresses are displayed the same way as on the WooCommerce account page. Only one address is printed in case you disabled alternative shipping addresses or the whole shipping. In all other cases both addresses are shown. You have to log in to add a translation. Details
It depends on your WooCommerce settings. Addresses are displayed the same way as on the WooCommerce account page. Only one address is printed in case you disabled alternative shipping addresses or the whole shipping. In all other cases both addresses are shown.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 4 5 21

Export as