Comments on: [wcj_order_checkout_field] https://booster.io/shortcodes/wcj_order_checkout_field/ WordPress WooCommerce Plugin Tue, 16 Apr 2024 07:45:28 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: RokasJ https://booster.io/shortcodes/wcj_order_checkout_field/#comment-69076 Tue, 07 Jan 2020 16:36:40 +0000 https://booster.io/?p=3148#comment-69076 In reply to Wilfred Helmig.

Hi Wilfred,

Unfortunately that’s not an option yet but we have added it to our todo list.

Best regards,
Rokas – Support Team

]]>
By: Wilfred Helmig https://booster.io/shortcodes/wcj_order_checkout_field/#comment-68870 Mon, 06 Jan 2020 12:51:56 +0000 https://booster.io/?p=3148#comment-68870 Is it possible to the full country name, so for example when using:
[wcj_order_checkout_field field_id="billing_country" full_country_name="yes"]
This is also with other shortcodes like: [wcj_order_customer_meta]

]]>
By: Erik https://booster.io/shortcodes/wcj_order_checkout_field/#comment-48949 Wed, 04 Sep 2019 15:25:26 +0000 https://booster.io/?p=3148#comment-48949 Is it possible to have the customer notes print the return/paragraph spaces? Some of our notes are lengthy. When they hit return/enter for a paragraph space it shows on the backend, but on the invoice printout those return spaces are removed

]]>
By: Archana https://booster.io/shortcodes/wcj_order_checkout_field/#comment-41240 Mon, 10 Jun 2019 11:08:20 +0000 https://booster.io/?p=3148#comment-41240 Hello.

I have enabled product addon module and then get product addon with its price in my order confirmation page then how can i remove price of product addon only i want to see product addon label in order confirmation page then how can i do that? also same thing i want to do in confirmation mail.

I have done in my PDF invoice using ‘wcj_pdf_invoicing_cell_data’ filter.

can you please help me?

Thanks!

]]>
By: Mitch https://booster.io/shortcodes/wcj_order_checkout_field/#comment-36649 Thu, 21 Mar 2019 04:41:38 +0000 https://booster.io/?p=3148#comment-36649 In reply to Mitch.

Hey Rokas,

Thanks for the followup. Unfortunately, neither of those work.

I assume it has to do with the fact that in the Checkout Custom Fields module, you have a hard setting which specifically only allows for one of four placement options. That must be overriding my effort to place that custom field via code ??

Maybe if you had an option on that module to NOT preselect a placement, then the code could work?

Thanks for considering how to make that work.

]]>
By: RokasJ https://booster.io/shortcodes/wcj_order_checkout_field/#comment-36608 Wed, 20 Mar 2019 14:12:49 +0000 https://booster.io/?p=3148#comment-36608 In reply to Mitch.

Hi Mitch,

Could you try `echo do_shortcode( ‘[wcj_order_checkout_field field_id="_order_wcj_checkout_field_1"]‘ );` and also `[wcj_order_meta meta_key="_order_wcj_checkout_field_1"]`?

Best regards,
Rokas – Support Team

]]>
By: Mitch https://booster.io/shortcodes/wcj_order_checkout_field/#comment-36360 Sun, 17 Mar 2019 01:16:29 +0000 https://booster.io/?p=3148#comment-36360 Hello,

I’m trying to place a checkout field as such:

add_action( ‘woocommerce_checkout_after_customer_details’, ‘add_order_wcj_checkout_field’ );

function add_order_wcj_checkout_field() {

echo ‘test hello’;
echo do_shortcode( ‘[wcj_customer_meta key="first_name" before="Welcome back, " after="!"]‘ );
echo do_shortcode( ‘[wcj_order_checkout_field field_id="order_wcj_checkout_field_1"]‘ );

}

The hello is displaying, the customer_meta is displaying, but the checkout_field is not. What do I need to change to have the checkout_field display?

Thank you.

]]>
By: Moritz https://booster.io/shortcodes/wcj_order_checkout_field/#comment-34060 Tue, 29 Jan 2019 21:29:21 +0000 https://booster.io/?p=3148#comment-34060 In reply to Moritz.

I can’t contact you, my emails are getting denied by your mailer-daemon. It says “High probability of spam”….

]]>
By: RokasJ https://booster.io/shortcodes/wcj_order_checkout_field/#comment-33993 Sun, 27 Jan 2019 22:29:05 +0000 https://booster.io/?p=3148#comment-33993 In reply to Moritz.

Hi Moritz,

Could you contact us directly at support@booster.io with url to your website? Thank you.

Best regards,
Rokas – Support Team

]]>
By: Moritz https://booster.io/shortcodes/wcj_order_checkout_field/#comment-33922 Thu, 24 Jan 2019 21:57:31 +0000 https://booster.io/?p=3148#comment-33922 Hi, i am trying to export a checkbox checkout field, which i created with the standard WooCommerce checkout field editor. The checkout fields name is “wc_billing_field_4701”. Is this already the field_id which i have to use in [wcj_order_checkout_field field_id="wc_billing_field_4701"] like this? Or do i have to change something. I set the texts for “checked” and “unchecked” and I can see their value in the order overview of WooCommerce. But when i try to export this like this: [wcj_order_checkout_field field_id="wc_billing_field_4701"] the column is not filled with any value.
Greets Moritz

]]>