Forum Replies Created
-
AuthorPosts
-
David G
ParticipantHi @applejack,
Thank you for reaching out to us.
If possible can you please share screenshots of your configuration settings and screenshots of your issue? So, we can check and help you.
December 21, 2024 at 5:35 am in reply to: Gateway Fee calculates on original Booking Total, and not Final Booking Total #54533David G
ParticipantHello,
Thanks for reaching out to us.
We are checking the issue from our side and will get back to you with the solution soon.
David G
ParticipantHi @biornt,
Thanks for reaching out to us.
But sorry, this kind of shortcode or feature isn’t available in the plugin.
December 4, 2024 at 1:59 pm in reply to: PHP Notice: Incorrect Translation Loading in woocommerce and woocommerce-jetpack #54344David G
ParticipantHi @jallal-m,
Thanks for reaching out to us.
Could you please export and share your settings file so we can debug and help you resolve this issue?
David G
ParticipantHi @ilonafurnexx-nl,
Thanks for reaching out to us.
By using Template Editor module you can customize email templates. For more details, you can check our documentation here.
David G
ParticipantThanks for reaching out to us.
If possible can you please share screenshots of your configuration settings and screenshots of your issue? So, we can check and help you.
David G
ParticipantHi @oosin,
Thank you for reaching out to us.
Yes, your shortcode is correct for displaying the billing state: [wcj_order_checkout_field field_id="billing_state"].
David G
ParticipantHi @cybres,
Thanks for reaching out to us.
If possible can you please share screenshots of your configuration settings and screenshots of your issue? So, we can check and help you.
David G
ParticipantHi @knutselshop,
Thanks for reaching out to us.
You can display the VAT on the PDF invoice using the [wcj_order_checkout_field field_id="billing_eu_vat_number"] shortcode.
David G
ParticipantHi @Biornt,
Thank you for reaching out to us.
But sorry, this kind of options isn’t available in the plugin. We will check other customer requests and try to add this feature in our upcoming updates.
August 28, 2024 at 5:22 am in reply to: Undefined array key “standard” in /shortcodes/class-wcj-orders-shortcodes.php #53428David G
ParticipantHi @ilonafurnexx-nl,
Thanks for reaching out to us.
If you are able to modify the code then you can add the below line of code to the wp-config.php file. You can find this file directly to your domain. This will not display the errors on any pages.
@ini_set( ‘log_errors’, ‘On’ );
@ini_set( ‘display_errors’, ‘Off’ );
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );David G
ParticipantHi @biornt,
Thank you for reaching out to us.
But sorry, this kind of PDF reorder in the sidebar feature isn’t available in the plugin.
David G
ParticipantHi @pupumaiss,
Thank you for your message.
We are not storing the PDF files in any folder. they are generating programmatically.
David G
ParticipantHi @kcayoun,
Thanks for reaching out to us.
You cannot display Checkout field values on the user profile, but you can display them on the order using the [wcj_order_checkout_field field_id="billing_wcj_checkout_field_1"] shortcode.
David G
ParticipantHi @love2learnit,
Thanks for reaching out to us.
If possible, please try to add the CSS below in Booster >> Emails & Misc >> Custom CSS Module and enable the module.
select#wcj-currency-select {
font-family: “Helvetica”, Sans-serif;
background: transparent;
font-size: 12px;
text-transform: lowercase;
border: 0px;
} -
AuthorPosts
