Forum Replies Created
-
AuthorPosts
-
David G
ParticipantHi @gschepel
Thank you for your reply.
Could you please share the screenshot of the error you are encountering? This way, we can check the issue and provide you with the necessary assistance.
David G
ParticipantHi @roiverhogen
Thank you for reaching out to us.
You can add the product ACF (Advanced Custom Fields) field value in the order item table using the item_key=_acf_field_key column.
Here’s the code snippet for reference:
[wcj_order_items_table
table_class="pdf_invoice_items_table"
columns="item_number|item_name|item_key=_acf_field_key|item_quantity|line_total_tax_excl"
columns_titles="#|Product|ACF|Qty|Total"
columns_styles="width:5%;|width:45%;|width:30%;|width:5%;|width:15%;text-align:right;"]For more details, you can check our documentation here.
David G
ParticipantHi @gschepel
Thanks for your reply.
PDF invoices cannot be opened properly on some servers due to an error log conflict. So please add the below code to your wp-config.php.
@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 @gschepel
Please take a backup of the wp-config.php file and add the below code in the wp-config.php file.
@ini_set( ‘log_errors’, ‘On’ );
@ini_set( ‘display_errors’, ‘Off’ );
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );Please check and Let me know if the issue is not solved after adding this code.
David G
ParticipantThat’s okay. If possible you can provide us Booster settings file. We will check and try to replicate the issue on our demo. You can export settings from the below path.
Booster >> Dashboard >> Quick Actions >> Export.
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.
July 22, 2023 at 4:54 am in reply to: Prices and Currencies by Country| cart: prices displayed twice in dif currencies #46388David 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 @vilagjaro
Thanks for reaching out to us.
By using [wcj_order_status] Shortcode You can display the order status in the invoice. For more details, you can check our documentation here.
David G
ParticipantHi @bikr ,
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
ParticipantHello @gallmedltd ,
Apologies for the inconvenience.
Please share the below details. It will help me to recreate and fix the issue.
Plugin Which you are using for translation.
PHP version
WooCommerce version
WordPress version
Booster VersionDavid G
ParticipantHi @bikr
Have you translated with our shortcode? By using the [wcj_wpml] shortcode you can translate any text to the language set by WPML.
For Examples :
[wcj_wpml lang="DE"]Guten Tag![/wcj_wpml]
[wcj_wpml lang="EN"]Good day![/wcj_wpml]Please check and let me know if you have further queries.
July 12, 2023 at 4:52 am in reply to: All products show “Options” box/Product tabs content missing since upgrade #46243David G
ParticipantHi @wottenad
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
ParticipantThere should be some issue with the memory limit or PHP timeout.
Please contact your hosting support to increase those variables?
Please have a look at below help document.
David G
ParticipantHi @splaquet ,
Thanks for reaching out to us.
You can use the shortcode [wcj_get_left_to_free_shipping content=$maxAmount = 5000]. You can use “%left_to_free%” or “%free_shipping_min_amount%” amount.
July 5, 2023 at 1:46 pm in reply to: Custom checkout field updates when order status changes to completed #46164David 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.
-
AuthorPosts
