New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| 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 | |
Original untranslated 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 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 | |
Original untranslated Yes, use the <code>wcdn_order_item_before</code> action hook. It allows you to add html content before the item name. CommentFound 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 | |
Original untranslated 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: CommentFound 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->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 | |
Original untranslated 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->get_id(), 'your_meta_field_name', true);</code> function and of course the <code>your_meta_field_name</code>. CommentFound 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 | |
Original untranslated An example that removes the 'Payment Method' field. Paste the code in the <code>functions.php</code> file of your theme: CommentFound 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 | |
Original untranslated 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. CommentFound 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 | |
Original untranslated An example that hides the addresses. Paste the code in the <code>functions.php</code> file of your theme: CommentFound 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 | |
Original untranslated Sure, you can style with CSS, very much the same way as the delivery note or invoice. CommentFound 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 | |
Original untranslated An example that hides the whole price column and the totals. Paste the code in the <code>functions.php</code> file of your theme: CommentFound 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 | |
Original untranslated Sure, the easiest way is to hide them with some CSS that is hooked in with <code>wcdn_head</code>. CommentFound 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 | |
Original untranslated 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: CommentFound 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 | |
Original untranslated 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. CommentFound 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 | |
Original untranslated If that didn't help, go to the WooCommerce 'Accounts' settings tab and make sure that for 'My Account Page' a page is selected. CommentFound 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 | |
Original untranslated This is most probably due to the permalink settings. Go either to the WordPress Permalink or the WooCommerce Print Settings and save them again. CommentFound 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 | |
Original untranslated 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. CommentFound in faq paragraph. You have to log in to edit this translation. | |||
Export as
Comment
Found in faq paragraph.