newshop
Forum Replies Created
-
Hi, just found your plugin and tested on a page with PHP 7.4, it was working perfectly. Then installed it to my live page with PHP 8.0 and there comes a fatal error when I press the PDF button. Is it possible to give an estimated date for the fix?
Thank youForum: Themes and Templates
In reply to: [Neve] Missing closing div in product loopVersion 3.0.5 finally fixed it – thank you!
Forum: Themes and Templates
In reply to: [Neve] Empty a tag after nv-card-content-wrapperVersion 3.0.5 finally fixed it – thank you!
Forum: Plugins
In reply to: [WooCommerce] Product attribute order on product page@abwaita
I think you misunderstood the issue of @niikk and the rest of us. We do not want to reorder the terms (e.g. Blue, Red Yellow), but the PARENT ATTRIBUTES (e.g Color, Size, …). There is no drag & drop solution for this. You can drag & drop the order in single product edit page but it is not applied in frontend.
So, my solution was just a workaround. It would be great if this would be possible in the future, there are so many people out there opening threads for this and still no proper solution.Forum: Plugins
In reply to: [WooCommerce] Product attribute order on product pageHi @tremenzo
thanks for the suggestion, but for me this feature is not so important that I would pay for a solution. Solved it through custom post types. ✌️Forum: Themes and Templates
In reply to: [Neve] Missing closing div in product loopStill not fixed (version 3.0.4.) 🙁
Forum: Themes and Templates
In reply to: [Neve] Empty a tag after nv-card-content-wrapperHello @luciamarinescu
thank you. Unfortunately it was not fixed yet (version 3.0.4.) 🙁Forum: Themes and Templates
In reply to: [Neve] Empty a tag after nv-card-content-wrapperI think it could be related to another bug I reported here. You confirmed the bug and it should be fixed in the update for neve v.3.0.2 but it is not: https://wordpress.org/support/topic/missing-in-product-loop/
Forum: Themes and Templates
In reply to: [Neve] Empty a tag after nv-card-content-wrapperHello @mateithemeisle
thank you but you misunderstood my issue.
I am not talking of an a tag on a particular page (I am using wordpress for 10 years, I know how to edit pages of course) but of a bug in your templates. Please see the sreenshot I linked above. There is an a tag that doesnt wrap anything, its just an empty, useless a tag apprearing before each product image on woocommerce shop archive page (its the first element after the nv-card-content-wrapper class).Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit in E-Mails doppeltJAAAAAA, JUHUUUUUU, VIIIELEN DANK!!!!
Wird das dann ins nächste Update integriert?
Das Erste was ich jetzt tue ist die versprochene, wohlverdiente Bewertung zu schreiben 🙂Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit in E-Mails doppeltVielen vielen Dank für deine Hilfe!
Ich hab die entspr. Datei mit der Github-Datei ersetzt. Wenn ich meinen oben genannten Codeschnipsel entferne, erscheint die Lieferzeit nirgends, wenn ich ihn hinzufüge, erscheint sie immernoch 3 Mal. Zum Check hab ich mal stattwoocommerce_email_order_item_quantityden Hookwoocommerce_order_formatted_line_subtotalverwendet – da erscheint sie dann 1mal nach dem Subtotal, also so wie es in dem Fall auch sein soll, nur halt leider an der falschen Stelle.
Mein Code ist also überall raus, aber die neue Datei hat keine Änderung bewirkt – oder muss ich noch irgendwas anderes machen?P.S.: Die 5-sterne Bewertung für den Mega Support folgt noch heute – war schon längst überfällig 🙂
- This reply was modified 4 years, 9 months ago by newshop.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit in E-Mails doppeltHach mann, es hatte vorher alles so gut funktioniert..ich hab meinen Code jetzt an die neuen Hooks angepasst:
add_action('init','delivery_time_position_order_table'); function delivery_time_position_order_table() { add_filter( 'woocommerce_email_order_item_quantity', 'wc_gzd_cart_product_delivery_time', wc_gzd_get_hook_priority( 'email_product_delivery_time' ), 2 ); }und in den Preisauszeichnungs-Einstellungen bei Email alles deaktiviert.
Aber jetzt erscheint die Lieferzeit wieder 3 Mal:
– doppelt dort wo eigentlich die Anzahl steht (die Anzahl ist komplett weg) und
– einmal unter der TabelleForum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit in E-Mails doppeltHi,
danke für die schnelle Antwort. Meinen Code hab ich schon deaktiviert (die Dopplungen waren dann auch weg) und ich habs jetzt auch auf der Thank you Seite so wie gewünscht, aber in den E-Mails funktioniert es leider nicht, da erscheint die Lieferzeit immer unter dem Titel statt unter der Anzahl…:/- This reply was modified 4 years, 9 months ago by newshop.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Lieferzeit in E-Mails doppeltHab gerade nochmal Germanized 3.5.4 installiert, da funktioniert alles wunderbar. Aber mit 3.6.0 wird die Anzahl nicht mehr angezeigt und die Lieferzeit erscheint nicht nur doppelt, sondern sogar 3fach. (2mal unter der Anzahl) und 1mal unter der kompletten Tabelle.
Hab dann die beiden Versionen verglichen und festgestellt, dass an den Filtern was verändert wurde und es jetzt diese “Shopmarks” gibt – hab mit den Infos im Changelog nicht wirklich was anfangen können.
Bei den Einstellungen zu den Preisauszeichnungen ist ja auch der Punkt “Bestellung” neu. Da hab ich als Position der Lieferzeit “Anzahl -nachher”, Prio 100 angegeben und in der Thank-you Seite erscheint die Lieferzeit nun auch unter Anzahl – allerdings auch hier doppelt und die Anzahl verschwindet. Ich hätte gerne die Lieferzeit unter der Anzahl, sowohl auf der Thank you Seite als auch in den E-Mails.
Ist das ein Bug oder mach ich was falsch? Meinen eigenen Code hab ich erstmal komplett deaktiviert…- This reply was modified 4 years, 9 months ago by newshop.
Hi @shinerweb
thank you very much for your detailed answer.
I should have specified that I am looking for a solution that does NOT store the IP address. So if I understand you right, it is as follows:
The IP address is processed only if I add the {other:user_ip} or similiar field to the confirmation form. If I dont add this field, then Ninja Forms does not process nor store the IP somewhere. Is that right?