boo6ie
Forum Replies Created
-
Thank you for your support jarnovos ??
Have a good day!Forum: Plugins
In reply to: [Contact Form 7] Break lines in message body not working anymoreHi,
I had the same problem with version 5.7.3. Line breaks </br> were no longer understood by the plugin. The e-mails were therefore no longer formatted and everything was on the same line.
Do you know if version 5.7.4 solves this problem?
Thank you!Finally it’s good ??
I just multiplied by the quantity.foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) { $quantity_product = $cart_item['quantity']; $with_tax = $_product->get_price_including_tax(); $without_tax = $_product->get_price_excluding_tax(); $tax_amount = ($with_tax - $without_tax) * $quantity_product; $total_ht = $quantity_product * $without_tax;
And for the tax, i do that:
foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) { $with_tax = $_product->get_price_including_tax(); $without_tax = $_product->get_price_excluding_tax(); $tax_amount = $with_tax - $without_tax; [...] <td class="product-price" data-title="<?php esc_attr_e( 'TVA', 'wc-cart-pdf' ); ?>"> <?php echo woocommerce_price($tax_amount ); ?> </td>
For the price of product exclude VAT, i use :
echo apply_filters( 'woocommerce_cart_item_price', wc_get_price_excluding_tax( $_product, $cart_item['quantity'] ), $cart_item, $cart_item_key );
But how to multiply by the “quantity” of product to get the total price for the product?
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Change the recipient’s email addressThank you for th snippet!
It’s work perfectly ??Thank you!
Hi,
Same problem and the “products” page is no longer displayed correctly either.
Hi,
Same problem and the “products” page is no longer displayed correctly either.
Wp Rollback doesn’t work for this particular plugin, on my end anyway. Luckily, I have another site that uses Sucuri and hasn’t been updated for FTP upload.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie lifetimeThank you for your reply ??
Compared to “OptanonConsent”, this is a remark from a client for whom we must modify the cookie system on his site (via the pro version of your plugin).
Do you know what it is exactly?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Exclude google map from ComplianzHi Jano,
It’s very clear ??
Thank you and have a good day.Forum: Plugins
In reply to: [Birthdays Widget] Upcoming Birthdays not showingHello,
I have the same problem with “upcoming function”.
The anniversary will be displayed from the date of January…Can you send me by mail the plugin v.1.7.4 please? matthieu.hermann[at]gmail.com
Thanks,
Matthieu