36yutang
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Exclude items from catalogueHi @rasetsukoku, I created a request on ideas.woocommerce.com : https://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/45090361-pinterest-for-woocommerce-should-have-a-meta-to-al
Forum: Plugins
In reply to: [Pinterest for WooCommerce] Sync Specific Product CategoriesHi @tanner96, I created a request on ideas.woocommerce.com : https://ideas.woocommerce.com/forums/133476-woocommerce/suggestions/45090361-pinterest-for-woocommerce-should-have-a-meta-to-al
Forum: Plugins
In reply to: [Polylang] html lang=”en-GB” to html lang=”en”Thank you for your fast answer. (unlike mine… ^^)
Forum: Reviews
In reply to: [Facebook for WooCommerce] Tragic plugin, constant bugsLmao what’s happening ?
I don’t know… maybe the same dumb bugs since ever :
For exemple the fact that you can’t edit your woocommerce products once you exclude their category from sync but they don’t even get excluded in your fb shop… simply amazing : minus two birds one stoneForum: Plugins
In reply to: [WooCommerce] Display tax labelHello again,
However, the last function :
// define the woocommerce_get_formatted_order_total callback function filter_woocommerce_get_formatted_order_total( $formatted_total ) { if (WC()->cart->get_subtotal_tax() == 0) { $tax_string = ' <small class="tax_label">excl. VAT</small>'; $formatted_total .= $tax_string; } return $formatted_total; }; // add the filter add_filter( 'woocommerce_get_formatted_order_total', 'filter_woocommerce_get_formatted_order_total', 10, 2 );
creates an ‘Error 503 Backend fetch failed’ in my woocommerce > orders page …
Thank you ??
Forum: Plugins
In reply to: [WooCommerce] Display tax labelHello,
Thanks a lot for the above codes ! <3
I had the exact same need…Question :
How could I display the “excl. tax” on the single-product pages ?As we may add taxes to only specific countries (European Union for me), it would be great if the “Price display suffix” option (in WooCommerce > Settings > Tax) would be split between : including tax suffix & excluding tax suffix…
Thank you in advance ! (:
I tried to replicate my previous issues, it did not happen.
I don’t know if the last update fixed it or if it’s something else…
Anyway no problem anymore ^^
Sorry for your time loss trying to fix this non issue… -_-Have a great day !
Forum: Plugins
In reply to: [WooCommerce] Failed and Canceled orders Email send to CustomerHi everyone,
Personnaly @fususu code worked !
I use Sendinblue SMTP… that may be the issue for @serkankurnaz solution…
Thank you internet heros ! (:
Forum: Plugins
In reply to: [Polylang] Custom flags in language switcher disappearThank you ! strong arm & clapping emojis + xoxo gif
- This reply was modified 3 years, 8 months ago by 36yutang.
Forum: Plugins
In reply to: [Polylang] Custom flags in language switcher disappear+1
Forum: Plugins
In reply to: [Facebook for WooCommerce] How to exclude language translation of products?+1
EXACT same issue…
(+ mention of problem with Woody Snippets Pluggin but deleting Woddy Pluggin does not change anything except the suppress the Woody conflict message)
Please answer in english
Thank you !
Forum: Plugins
In reply to: [Premmerce Product Filter for WooCommerce] Display filter on regular page+1
You can do it with css :
.filter–style-default {
display: flex;
flex-flow: column-reverse;
}You will get price filter at the end.
Order of other fiters will also be reverse : 1-2-3 > 3-2-1
So change it in WP Admin : Premmerce > Attributes