minati88
Forum Replies Created
-
Thank you, but I was hoping for a solution. I’m not using the WP plugin but rather the NINJA FIREWALL directly for my WordPress.
How can I keep RULE 250 active but add an exception for the PUBLIC PGP KEY, perhaps in conf/.rules.php?
Or have you also updated the NinjaFirewall Pro PHP version?
Hello, I have now solved it with my own code but I think that you should also have a captcha in the free version.After all, something like this is useless without a Captcha.Thanks anyway.
Forum: Plugins
In reply to: [Germanized for WooCommerce] GTIN Field in Source anzeigen lassenHallo, verstehe ich und werde aufgrund dessen das auch
https://gist.github.com/dennisnissle/b901513cc5e721f88ff0e9cbc6efea64
nicht funkti0oniert jemanden beauftragen.
Würde mir aber trotzdem wünschen vorallem wenn man dafür auch zahlt das man wenigstens GTIN anzeigen lassen kann ohne irgendwelche Codes einfügen zu müssen. Vielleicht kommt das ja in irgendeinem Update.
Schlie?lich geh?rt das auch zu dem Deutschen Markt , vorallem wenn man es bewerben lassen will.
Danke dir und sch?nen Tag noch
- This reply was modified 2 years, 5 months ago by minati88.
Forum: Plugins
In reply to: [Germanized for WooCommerce] GTIN Field in Source anzeigen lassenHi, danke für die flotte Rückmeldung muss aber sagen das die Codes nicht funktionieren und die GTIN immernoch nicht angezeigt wird bis auf den Code:
add_filter( 'woocommerce_product_get_sku', 'child_add_gtin_to_sku', 20, 2 ); add_filter( 'woocommerce_product_variation_get_sku', 'child_add_gtin_to_sku', 20, 2 ); function child_add_gtin_to_sku( $sku, $product ) { if ( is_singular( 'product' ) ) { $gtin = wc_gzd_get_gzd_product( $product )->get_gtin(); if ( ! empty( $gtin ) ) { $sku .= ' - ' . $gtin; } } return $sku; }
Da wird zwar die EAN nun angezeigt aber direkt neben der SKU ohne eigenes labelk wie zb GTIN:EANNUMMER
Beispiel:
<span class="sku_wrapper">SKU: <span class="sku" itemprop="sku">H8327234 - EANNUMMER</span></span>
es müsste eher im source gtin:Nummer sein.
W?re echt Dankbar wenn mir da jemand behilflich sein k?nnte weil mit einem Plugin k?nnte ich das zwar bewerkstelligen aber alle EAN nummer bei tausende von Produkte manuell zu verschieben w?re nicht sch?n.
ok thank you ??
How about writing the solution right here?
I have exactly the same problem
Forum: Plugins
In reply to: [Germanized for WooCommerce] Mwst wird nicht angezeigtVielen Dank auch das hat geholfen mit der function.php
Forum: Plugins
In reply to: [WooCommerce] How can I make all products taxableOk thanks, I understand but then I can also formulate the question differently.
How can I make all products taxable afterwards?
Forum: Plugins
In reply to: [Germanized for WooCommerce] Mwst wird nicht angezeigtKleines update:
Nach paar Stunden ist mir aufgefallen das die Produkte garnicht Steuerbar sind und genau aus diesem Grund wurde auch nichts angezeigt.
:pWith Master Public key cannot steal your Bitcoins ??
But this plugin need updateForum: Plugins
In reply to: [Germanized for WooCommerce] Mwst wird nicht angezeigtEs funktioniert wieder musste auch bei Woocommerce > Einstellung die Steuers?tze aktivieren. ??
2021/01/12 00:58:44 [error] 1192#1192: *425 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 158.181.81.11, server: _, request: “POST /wp-admin/admin-ajax.php?import_page=xa_woocommerce_csv&step=3&merge=0&_fs_blog_admin=true HTTP/1.1”, upstream: “fastcgi://unix:/run/php/php7.2-fpm.sock”, host: “SERVRE_IP”, referrer: “https://SERVRE_IP/wp-admin/admin.php?import=xa_woocommerce_csv&step=2&merge=0”
Good day,
Problem description:
Since last day he has been importing the products but the product images are not imported correctly.
Although there are different products, only the same product image is used for all products. The gallery is always just the same picture.
Product example
https://prnt.sc/w8ms2a
https://prnt.sc/w8mxwjExample from other Shop (Original)
https://prnt.sc/w8mwbx
https://prnt.sc/w8mydfThere you can see how the pictures have to look.
Debug Log from wocommerce status > Logs
https://pastebin.com/e7vbHzzmHere is a CSV DEMO
https://pastebin.com/RitTCkU6I have to say that I’ve been using your plugin for a long time and have never had a problem with the CSV. Everything has always worked perfectly only recently.
Add
A little addendum from me.
The correct images are listed in the logs CSV import, but in the frontend and backend all images are only of 1 product
- This reply was modified 4 years, 3 months ago by minati88.