Pixelbart
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] Tax Issue with Wallet Usage@subratamal I’ve tested this, but if I look at my order, I can see that there are taxes on the wallet amount. I’m missing an option for disabling this.
The correct way would be:
- I bought some wallet amount = with taxes
- I use my wallet amount for paying = without taxes
Currently, this is not the point. Do you know what i mean?
Thank you!
Some screenshots:
- thank you page (correct): https://jurcase-shop.com/wp-content/uploads/2024/07/order-details.jpg
- order review page (incorrect): https://jurcase-shop.com/wp-content/uploads/2024/07/order-review.jpg
- order page (wp-admin, incorrect): https://jurcase-shop.com/wp-content/uploads/2024/07/orders.jpg
Forum: Plugins
In reply to: [Wallet for WooCommerce] Tax Issue with Wallet UsageAny news on this?
So, for clarification: We need an option for disabling the taxes from the wallet used inside an order. If the taxes are paid by buying more wallet content, then it is not correct to add taxes on using the wallet amount inside an order.
Thank you
@qriouslad Well, it was more of a selfish thought, not a communal one. I made a little plugin for it and the issue is solved. Thank you for your time and the great plugin!
- This reply was modified 6 months, 1 week ago by Pixelbart.
Anonymization would be the solution. Several users in my team at work often upload files with names like “image-0001” or similar. Occasionally, files are named as “invoice-01234” or similar. This approach helps enhance file security by randomizing the filenames.
It’s a security measure for me, making it more challenging to discern the file’s name.
Thank you very much <3
Forum: Plugins
In reply to: [Helpful] RTL text in the pro and contra buttonsYou can test this:
.helpful, .helpful * { direction: rtl !important; }
This is the message on the plugin site:
This plugin has been closed as of August 26, 2022 and is not available for download. Reason: Security Issue.
Forum: Plugins
In reply to: [Helpful] RTL text in the pro and contra buttonsHi @alikit,
you can test this CSS:
.helpful { direction: rtl !important; }
Please note, that helpful is outdated, and I would not update anymore.
Thank you!
Greetings Kevin
True, is working now. Thank you for the fast update!
Forum: Plugins
In reply to: [WooCommerce] How to fetch products randomly via the REST API?Hi @parappaw
Your solution is expected to be working in the future as well. By default, WooCommerce disallows random sorting via the REST API to avoid the potential performance issues. Random sorting can be resource-intensive and, when a high volume of requests is made, it might strain the server and database.
However, the flexibility of WooCommerce and WordPress allows developers to bypass such limitations. Your snippet is a case in point; it employs a filter to add ‘rand’ to the ‘orderby’ parameter of the REST API, leveraging the inherent capability of SQL and WordPress’s WP_Query to support random sorting.
This is at least my understanding. If I am wrong, I am happy to receive corrections from the official side.
Greetings Kevin
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Translation checkout messageIt’s working, I had to sync, and now the translations are being displayed. I’ll close the ticket. Thank you for the hint!
@vendidero ausgezeichnet. Hier lag das Problem. Die Steuers?tze wurden falsch eingepflegt, der Import hat den Fehler bereinigt und alles sieht nun korrekt aus.
Vielen Dank für den tollen Support! Meine vorangegangene Meldung habe ich durchgestrichen. Entschuldigt mich dafür.
Wir testen das noch weiter und geben im Laufe der Woche eine entsprechende Bewertung ab. Danke für den tollen Support!
Status ge?ndert in keine Supportfrage. Super!Danke für die Aufkl?rung!
- This reply was modified 1 year, 4 months ago by Pixelbart.
Hi @vendidero
ihr habt recht, auch die Werte sind nicht korrekt. Hier eine Beispielrechnung:
Produkt A inkl. 19 % = 2,945
Produkt B inkl. 7 % = 5,04Richtig w?re: 7,985
Aktuell ist es: 7,18Hier scheint also auch an anderer Stelle etwas nicht zu stimmen. In den Einstellungen steht die entsprechende Option auf Aufgeschlüsselt. Wenn wir den Wert ?ndern in Zusammengezogen, dann ver?ndert sich das aktuelle Ergebnis von 7,18 in 7,19.
Ansonsten ver?ndert sich die Ausgabe sowohl im Warenkorb, als auch in der Kasse, nicht. Ich habe die ursprüngliche Anfrage hier im Forum um den Link erweitert.
Vielen Dank für den schnellen Support!
PS: Wir zahlen auch für die PRO-Version. Bei Bedarf kann ich auch den Systemreport senden, wobei ich dies dann per E-Mail oder so machen wollen würde.
@megazord how did you solve that for yourself?
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] PHP 8.1 issueAwesome, thank you!
Forum: Plugins
In reply to: [Helpful] [Discontinued] Why actually?Thank you for the hint. Here is the repo on GitHub: