anjenehm
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add extra price by Qtythank you for your quick replay.
We are using this plugin Extra Product Options
Everything worked well…We just need a solution to add extra cost for chose more articles.
QTY: 1, no extra price
QTY: 2 and more, add extra price for example 2-3 €/$It seems that the dynamic pricing plugin dosent solve this. We have a plugin already for dynamic pricing and discount. It also haven’t this option. And i researched some other plugins, and its the same. Just discounts but not a chance to get additional pricing selected by qty.
I thought i could play maybe with some actions, but i think it would not be the best solution. Somethink like:
add_action( 'woocommerce_before_calculate_totals', 'add_custom_price', 1000, 1); function add_custom_price( $cart ) { if ( is_admin() && ! defined( 'DOING_AJAX' ) ) return; if ( did_action( 'woocommerce_before_calculate_totals' ) >= 2 ) return; foreach ( $cart->get_cart() as $cart_item ) { $cart_item['data']->set_price( 4 ); } }
Therefore i needed to check if the extra option is chosen. And so on and so on. I thought there will be maybe a easy solution.
Anyway thank you!
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL preferred services checkoutHey again,
solved this issue with the css rule order and some jquery magic.
Thanks at all!
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL preferred services checkoutHello again,
jetzt ist das DHL Feld gedoppelt bei uns in der Kasse. Müsste der DHL ordner in woocommerce-germanized/checkout entfernt werden? Habe erstmal euer snippet wieder aus der functions gel?scht.
Danke für eure Hilfe!
- This reply was modified 3 years, 1 month ago by anjenehm.
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL preferred services checkoutHey!
Thank you very much for the fats replay.
Is it also for the pro multistep? We are using these solution for our checkout.Sehe gerade ihr bietet auch den Support in Deutsch an? ^^
Thank you very much again.
Best and kindly regards
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL preferred services checkoutJust checked the other shops, they have got the issues too :/
- This reply was modified 3 years, 1 month ago by anjenehm.
Forum: Reviews
In reply to: [Germanized for WooCommerce] Great Plugin and Support for the German MarketIch versteh schon, aber der Hinweis mit WooCommerce Dynamic Pricing hat mir sehr geholfen gerade! Alles schon eingerichtet und funktioniert super! Mega lieben dank dafür.
Liebe Grü?e
Forum: Reviews
In reply to: [Germanized for WooCommerce] Great Plugin and Support for the German MarketDanke sehr! Was besonders toll w?re, w?re noch eine Preisstaffel mit Anzeige einer Tabelle von bis und deren Discount sowie eine B2B-Funktion zum einfachen umschalten, das quasi Preise etc. ausgeblendet werden. (Vielleicht ja etwas für die Pro version :-P)
Hey hey again,
thanks for this solution! Butt it isn’t that way i was looking for a workaround…
I found an easy solution ?? and fixed my problem with the css selector ordering and that worked for me perfect!
Thank you for your fast replay and solution.
Best and kindly regards
Forum: Plugins
In reply to: [Amazon Pay for WooCommerce] Move Amazon Pay Message/Button$(“.wc-amazon-checkout-message”).insertBefore(“.checkout-p-submit”);
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Company Name TwiceThank you so much for the quick and helpful answer… ??