David G
Forum Replies Created
-
Hello @yurbshop21,
Thanks for reaching out to us.
Please enable AJAX on the Single Product Page in the Product Addon module. This will update the price value for the Select Box Addons.
Forum: Plugins
In reply to: [Booster for WooCommerce] Add 5x upload field to checkoutHello @peterleenders,
Thanks for reaching out to us.
Please make sure you are using the default checkout page by using [woocommerce_checkout].
Forum: Plugins
In reply to: [Booster for WooCommerce] Can it add sale prices to the (new) order emails?Forum: Plugins
In reply to: [Booster for WooCommerce] Export order items and products no longer worksHi @dermaik,
I haven’t heard back from you, so I believe the issue has been resolved.
I’m marking this topic complete, please feel free to open a new thread for any further queries.
Hi @dinaddd,
Thanks for reaching out to us.
Please try using the CSS below to show the alert:
.woocommerce-info {
display: block;
}Hi @antonioshafez,
Thanks for reaching out to us.
If possible you can contact us from our website. So, we can take a deeper look and help you.
Forum: Plugins
In reply to: [Booster for WooCommerce] Checkout Page ReFresh on Shipping Method ChangeHi @inventis,
Thanks for reaching out to us.
But sorry, this kind of feature isn’t available in the plugin.
Forum: Plugins
In reply to: [Booster for WooCommerce] Checkout Custom Fields for WooCommerceHello @peterleenders,
Thanks for reaching out to us.
There is no option to show above the payment selection section.
Hello @dwnl,
There is no option to show the subtotal including tax using the [wcj_order_subtotal] shortcode.
Yes, by using hide_if_zero, you can hide the price if it is zero.
No, [wcj_product_sale_price hide_if_zero=”yes”] is incorrect. The sale price is part of the [wcj_order_items_table] shortcode.
[wcj_order_items_table table_class="pdf_invoice_items_table"
columns="item_number|item_name|item_quantity|wcj_product_sale_price|line_total_tax_excl"
columns_titles="|Product|Qty|Total"
columns_styles="width:5%;|width:70%;|width:5%;|width:5%;|width:15%;text-align:right;" hide_if_zero="yes"]Forum: Plugins
In reply to: [Booster for WooCommerce] Export order items and products no longer worksHi @dermaik,
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.
Forum: Plugins
In reply to: [Booster for WooCommerce] Booster Plus for WooCommerce: Update problemsHi @joergewald,
Thanks for reaching out to us.
So, If possible you can contact us from our website. So, we can take a deeper look and help you.
Forum: Plugins
In reply to: [Booster for WooCommerce] Filter by price not working properlyHi @gyuand,
Thanks for your message.
Unfortunately, our multi-currency feature is not fully compatible with such filter plugins.
Forum: Plugins
In reply to: [Booster for WooCommerce] Checkout Fee Not WorkingHi @active991,
Thanks for your message.
Please create the checkout page using the [woocommerce_checkout] shortcode. You will see the fee when you select the COD.
Forum: Plugins
In reply to: [Booster for WooCommerce] Checkout Fee Not WorkingHi @active991,
Thanks for your message.
If possible can you please share screenshots of your configuration settings and screenshots of your issue? So, we can check and help you.
Hi @jpvanderlugt,
Thanks for your message.
PDF invoices cannot be opened properly on some servers due to an error log conflict. So added below code on you wp-config.php. The query plugin also follows this method. that’s why it was working 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 );