Forum Replies Created
-
AuthorPosts
-
July 19, 2024 at 5:53 am in reply to: An E_ERROR type error was caused on line 755 of the file #53044
David G
ParticipantThanks for your message.
If you are able to modify the code then you can add below line of code to wp-config.php file. You can find this file directly to your domain. This will not display the errors on any pages.
define( ‘WP_DEBUG’ , false );
define( ‘WP_DEBUG_LOG’ , false );
define( ‘WP_DEBUG_DISPLAY’ , false );Let us know if you need further help from us.
David G
ParticipantHi @nouveautopia,
Thanks for reaching out to us.
Can you please provide a screenshot of the issue that Wordfence is indicating so we can check and help you resolve it?
David G
ParticipantHi @mumsandkisses,
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.
July 4, 2024 at 8:08 am in reply to: PDF Invoice – ordered items stock levels display simple vs variable product #52939David G
ParticipantHi @vilagjaro,
Thanks for your message.
Can you please provide the PDF template code so we can check and help you?
July 2, 2024 at 12:08 pm in reply to: An E_ERROR type error was caused on line 755 of the file #52918David G
ParticipantWe have just released a new version of booster v7.2.0.
Can you please upgrade the plugin and confirm whether your fix has been included or not?
July 1, 2024 at 12:30 pm in reply to: PDF Invoice – ordered items stock levels display simple vs variable product #52901David G
ParticipantHi @vilagjaro,
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 @delaner,
Thanks for your message.
Can you please provide the error log file so we can check and help you?
David G
ParticipantHi @delaner,
PDF invoices cannot be opened properly on some servers due to an error log conflict. So please added below code on your wp-config.php. The query plugin also follows this method. that’s why it will work when you activate it.
@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 @delaner,
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 @office1,
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.
Please share details below. It will help me to recreate and fix the issue.
PHP version
WooCommerce version
WordPress version
Active PluginsDavid G
ParticipantHi @sxediasmos,
Thanks for reaching out to us.
Yes, you can achieve this by using the Shipping Methods by Min/Max Order Quantity module. This module allows you to show shipping methods based on minimum and maximum order quantities.
David G
ParticipantHello @lcwoffindin,
Thanks for reaching out to us.
Please check after clearing the cache. If possible, please try to check with the Storefront theme.
David G
ParticipantHi @rmedia,
Thanks for your message.
Please Use the wcj_order_items_table shortcode. By using the item_meta argument in the columns attribute, you can display the item meta fields.
[wcj_order_items_table
table_class="pdf_invoice_items_table"
columns="item_number|item_name|item_meta=_wcj_product_input_fields_local_1|item_quantity|line_total_tax_excl"
columns_titles="#|Product|Meta|Qty|Total"
columns_styles="width:5%;|width:45%;|width:30%;|width:5%;|width:15%;text-align:right;"]David G
ParticipantHi @pupumaiss,
Thank you for reaching out to us.
Please ensure that you are entering the correct VAT number.
If possible, please try the following solution:
– Enable Booster > EMAILS & MISC. > General module
– Change the Session Type in Booster options to WC Sessions / Standard PHP sessions
– Enable Read and Close optionPlease try this and let me know if you need further assistance from us.
April 24, 2024 at 5:06 am in reply to: Problema con generacion de pdf en pedidos y plug-in flow.cl (CHILE) #51858David G
ParticipantHi @canyonx_market,
Thanks for reaching out to us.
You can share the URL of screenshots of your configuration settings and screenshots of your issue so we can check and help you.
-
AuthorPosts
