andi0tx
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Auto update@michel-jongbloed no, unfortunately not yet. I have basic knowledge of PHP and am not sure how to create the proper function with
add_filter( 'wppfm_feed_item_value', 'alter_feed_item', 10, 3 );
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Auto update@michel-jongbloed Okay thanks.
Could you please let me know what the option “auto on” and “auto off (manual) means?
Also, how can I exclude specific products (not whole categories, but specific products)? Is there a specific funtion I can use if I don’t have the Pro version of the plugin?
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Sandbox mode@shadim would be great if you added the option to have the folder automatically emptied every week or so!
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Sandbox mode@shadim Thak you! Now I understand. One more thing: I noticed the label folder in the uploads folder. Over time, you will have a lot of labels…is it possible to delete this folder(or empty it), ideally automatically?
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] GDPRPersonal Data may be transferred from within the EU or Switzerland to the U.S. to services that are not, or not anymore, part of Privacy Shield, only based on other valid legal grounds. Users can ask the Owner to learn about such legal grounds.
So I guess you are storing data outside the EU which unfortunately is not allowed any longer for website owners in the EU unless they have permission of the websize user (for example by including it in a cookie consent tool). Too bad.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] GDPR@rankmath
Thanks, I ead the page you linked but it does not answer my particular question:If I do set up an account and connect it – is any of my data send and/or stored to/on your servers?
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] GDPR@rankmath Thanks.
So – if I use the 404 monitor, will the data only be collected for me and my own puposes or is this data stored and send to Rank Math?
And if I do set up an account, but not use the 404 monitor, is data collected and/or stored on your servers?
Thanks.
Forum: Plugins
In reply to: [Germanized for WooCommerce] AnredefeldHallo,
ja, das meinte ich ja, dass es vom Browser bestimmt wird, aber Woo l?dt ja eh die select2-styles im Checkout für das L?nderfeld, kann Germanized nicht einfach dieselben Klassen und IDs einfügen?
Forum: Plugins
In reply to: [WooCommerce] Entering price in backendCould it be considered for future releases? The rounding never works 100% and by using forms and calculations it could be enhanced.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Editing templateAh, my mistake. Thanks for your help!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Editing templateI understand. Could you maybe let me know though how to remove the payment method in the tfoot? As this is displayed above the table I don’t need it in the foot again.
Thanks!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Editing template<tfoot> <tr class="cart-subtotal"> <th><?php esc_html_e( 'Subtotal', 'woocommerce' ); ?></th> <td><?php wc_cart_totals_subtotal_html(); ?></td> </tr> <?php foreach ( WC()->cart->get_coupons() as $code => $coupon ) : ?> <tr class="cart-discount coupon-<?php echo esc_attr( sanitize_title( $code ) ); ?>"> <th><?php wc_cart_totals_coupon_label( $coupon ); ?></th> <td><?php wc_cart_totals_coupon_html( $coupon ); ?></td> </tr> <?php endforeach; ?> <?php if ( WC()->cart->needs_shipping() && WC()->cart->show_shipping() ) : ?> <?php wc_cart_totals_shipping_html(); ?> <?php endif; ?> <?php foreach ( WC()->cart->get_fees() as $fee ) : ?> <tr class="fee"> <th><?php echo esc_html( $fee->name ); ?></th> <td><?php wc_cart_totals_fee_html( $fee ); ?></td> </tr> <?php endforeach; ?> <?php if ( wc_tax_enabled() && ! WC()->cart->display_prices_including_tax() ) : ?> <?php if ( 'itemized' === get_option( 'woocommerce_tax_total_display' ) ) : ?> <?php foreach ( WC()->cart->get_tax_totals() as $code => $tax ) : // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited ?> <tr class="tax-rate tax-rate-<?php echo esc_attr( sanitize_title( $code ) ); ?>"> <th><?php echo esc_html( $tax->label ); ?></th> <td><?php echo wp_kses_post( $tax->formatted_amount ); ?></td> </tr> <?php endforeach; ?> <?php else : ?> <tr class="tax-total"> <th><?php echo esc_html( WC()->countries->tax_or_vat() ); ?></th> <td><?php wc_cart_totals_taxes_total_html(); ?></td> </tr> <?php endif; ?> <?php endif; ?> <tr class="custom-tax-total"> <th><?php echo esc_html( WC()->countries->tax_or_vat() ); ?></th> <td><?php wc_cart_totals_taxes_total_html(); ?></td> </tr> <tr class="order-total"> <th><?php esc_html_e( 'Total', 'woocommerce' ); ?></th> <td><?php wc_cart_totals_order_total_html(); ?></td> </tr> </tfoot>
Forum: Fixing WordPress
In reply to: Adding a p-div around an ul-divThe strange thing is it works with Gutenberg when I add it in an html block…but not in the plain text editor.
I have some css
p + p {...}
and I also want it to be applied to the ul. Of course I could usep + ul {...}
, I just thought I could achieve it in a better way.Forum: Plugins
In reply to: [Cache Enabler] Cookies and EU Privacy ShieldThank you!
Forum: Plugins
In reply to: [Fast Velocity Minify] CookiesThank you for your fast reply!