stefansic
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] Bestellungen per Feed abrufenHi,
ok, ich dachte, man k?nnte die Bestellungen direkt übernehmen. Das würde das mühsame Eintippen ersparen.
Um das vielleicht noch zu erg?nzen, ich hatte mal eine L?sung in meinem alten Shopsystem. Da konnte ich aus meiner Software per URL(http Socket) einen Feed empfangen, das war dann eine XML-Datei mit allen offenen Bestellungen. Das war sehr sehr cool!
LG Stefan
Thank you, but it does not work, now, it looks like this:
add_action( ‘woocommerce_before_calculate_totals’, ‘rscott_add_custom_weight’, 10, 1);
function rscott_add_custom_weight( $cart_object ) {
if ( (is_admin() && ! defined( ‘DOING_AJAX’ ) ) || $cart_object->is_empty() )
return;
if ( did_action( ‘woocommerce_before_calculate_totals’ ) >= 2 )
return;
$additionalweight = 2000;
foreach ( $cart_object->get_cart() as $cart_item ) {if (!empty($original_weight)){
//get the current weight
$original_weight = $cart_item[‘data’]->get_weight();
// calculate new weight
$new_weight = $original_weight + $additionalweight;
// Set new weight
$cart_item[‘data’]->set_weight( $new_weight );
}
}
}Thank you.
Feature request: bulk action for ‘Resend confirmation email’
Best
Stefan
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Use my own Search result pageOk i understand
best
Stefan
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Remove the search buttonThank you
best
Stefan
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] 2 Scroll bars on mouse overThank you for the quick response. Unfortunately 1.7.2 does not fix the problem for me on Firefox.
Best Stefan
Forum: Plugins
In reply to: [WooCommerce] Additional sales can’t be emptyHi Joey,
on a new product, the field is empty of course, but once it is filled, it is impossible to get rid of all products in it. The only way is to replace it.
sure, here is the link to a screenshot
https://mayawellen.de/drop/addsales.pngBest
Stefan
Forum: Plugins
In reply to: [Shariff Wrapper] Facebook-Teilen Beitragsbild wird abgeschnittenHallo Jan-Peter,
danke für die schnelle Antwort.
Liebe Grü?e
Stefan
I’m sorry, i won’t do that, last time i tried this way i had to reconfigure many things in certain plugins.
Since I haven’t changed anything else except Impreza and the corresponding components, it will probably be because of that. But since my site is based on it, I don’t want to deactivate it.Thanks
Stefan
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Harmonized Label wo drucken?Hi,
alles klar, vielen Dank!
Ihr macht eine klasse Arbeit!Liebe Grü?e
Stefan
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Harmonized Label wo drucken?Hallo,
hm ok…
https://das-goldene-tor.de/dropbox/p1.png
https://das-goldene-tor.de/dropbox/p2.png
LG Stefan
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Harmonized Label wo drucken?Ja, bei mir steht dort 1200 und 800, aber das Fenster ist immer nur 795×852 gro?
LG Stefan
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Harmonized Label wo drucken?Sorry, ich habs doch ausprobieren k?nnen. Das Problem ist, dass die Zusatzoption “Harmonized Label” erst gar nicht erscheint. Diese Option erscheint bei mir überhaupt niemals bei Internationalen Briefen/Presse usw.
Ich habe die neuste Version des Plugins und ich habe auch die EKP Nummer eingetragen. Wobei die EKP-Nummer ja irrelevant ist bei Briefen und Presse in die Schweiz. Ich hole mir ja auf der Post auch einfach den grünen Aufkleber!
Au?erdem ist das Fenster bei mir sehr unübersichtlich… siehe hier:
https://das-goldene-tor.de/dropbox/bild.png
LG Stefan
- This reply was modified 5 years, 5 months ago by stefansic.
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Harmonized Label wo drucken?Danke für die schnelle Antwort!
Ich versende Lieferungen in die Schweiz als “Presse International”, etscheint dort auch die Zusatzoption, wie auf dem Screenshot, den Harmobized Label zu w?hlen?
Ich kann es jetzt nicht ausprobieren, da die Sendung schon abgeschlossen ist.LG Stefan
Forum: Plugins
In reply to: [DELUCKS SEO] Unterschiede der Keywords/Schlagw?rtereingabeHi Severin,
danke für die Info.LG Stefan