Ee have to enter the regular price without VAT in the shop, there ist no other way.
Is there a way to change this so that Google shows our customers the correct price including taxes?
trying to connect WC to a shipment provider via API, i can connect only when the payments plugin is disabled. Otherwise i ran into this error:
There was an error deserializing the object of type System.Collections.Generic.List`1[[WooCommerceNET.WooCommerce.v3.PaymentGateway, WooCommerce.NET, Version=0.8.2.0, Culture=neutral, PublicKeyToken=ff41d0b6c93*****]]. End element ‘value’ from namespace ” expected. Found element ‘item’ from namespace ”.
]]>I am trying to create tabs for the products via the REST API. Tabs are also displayed, but only those with simple text. Content containing HTML is not displayed at all, the tabs are completely invisible. I use the following project to control the API: Github
I have looked at what is stored in the database and rebuilt the logic to create the value, but unfortunately it does not work.
This is my implementation:
p.meta_data = New List(Of WooCommerceNET.WooCommerce.v2.ProductMeta)
Dim sb As New StringBuilder
sb.AppendFormat("a:{0}:", Artikel.WooCommerceZusatz.Count)
sb.Append("{")
For i As Integer = 0 To Artikel.WooCommerceZusatz.Count - 1
sb.AppendFormat("i:{0};a:{1}:", i, 3)
sb.Append("{")
sb.Append("s:5:""title"";")
sb.AppendFormat("s:{0}:""{1}"";", Artikel.WooCommerceZusatz(i)(0).Length, Artikel.WooCommerceZusatz(i)(0))
sb.Append("s:2:""id"";")
sb.AppendFormat("s:{0}:""{1}"";", WebUtility.HtmlEncode(Artikel.WooCommerceZusatz(i)(0).ToLower().Replace(" ", "-")).Length, WebUtility.HtmlEncode(Artikel.WooCommerceZusatz(i)(0).ToLower().Replace(" ", "-")))
sb.Append("s:7:""content"";")
sb.AppendFormat("s:{0}:""{1}"";", Artikel.WooCommerceZusatz(i)(1).Length, Artikel.WooCommerceZusatz(i)(1))
sb.Append("}")
Next
sb.Append("}")
p.meta_data.Add(New WooCommerceNET.WooCommerce.v2.ProductMeta With {.key = "yikes_woo_products_tabs", .value = sb.ToString()})
Is there anything wrong here? I am very grateful for any help
]]>I have a customer with three WordPress sites and one custom made C# .NET site. We’re looking for a way to provide SSO for all 4 sites. Could this plugin work in that situation?
Thanks for any information.
Steve Ralston
]]>what am I missing?
check this screenshot for reference: https://imgur.com/AUZQN5E
thanks in advance
]]>Go to client, go somewhere that needs authorization, it goes to the WP server for login. Token etc comes back.
(more detailed testing required, but I do get a token, expiry, refresh etc. back to the client).
However, the default behaviour of asp oauth, and best practice really needs the redirect_uri and backchannel stuff working.
I am getting this error:
{“error”:”redirect_uri_mismatch”,”error_description”:”The redirect URI provided is missing or does not match”,”error_uri”:”http:\/\/tools.ietf.org\/html\/rfc6749#section-3.1.2″}
I am running WP version 5.4.1 hosted on one.com.
I have checked with them and they are not doing anything ‘odd’ at their end, they claim. I do believe that since the token is coming back, and some earlier thesting with a Jwt plugin worked fine before I decided to try this oauth route.
The client is running on my home office machine without a DNS resolvable name so the callback IP address is:
https://xx.yyy.zz.nnn/oauth/callback
This url is deinitely there and I get an asp error message back from that if I try it from outside my home.
I have used ‘fiddler’ to check and it is not getting through
my .htaccess file is as follows:
#This is from Oauth Server web page at
#
#https://wp-oauth.com/docs/common-issues/header-authorization-may-not-work-as-expected/
#
RewriteEngine On
SetEnvIf Authorization “(.*)” HTTP_AUTHORIZATION=$1
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
The ‘Status’>General Information does say ‘Notice – Header ‘Authorization Basic’ may not work as expected.
To summarize:
All looks ok and it appears to work without the redirect_uri.
As soon as I add my redirect_uri it fails with error message above.
my redirect_uri does exist and gives an expected error if I just address the url.
Beim Export der CSV würde ich die Brutto Betr?ge der Steuers?tze ben?tigen.
Das bedeutet im Klartext:
Er zeigt bereits den Nettowert der jeweiligen Steuer an aber nicht den Brutto Wert.
Das Bedeutet ich br?uchte vor den Spalten Tax_10 Tax_20 / Pre_Tax_10, Pre_Tax_20.
Als Beispiel:
Summen Bruttobetrag von 2 Produkten mit 20% Steuer = 12€ Steuer w?re 2€
Summen Bruttobetrag von 3 Produkten mit 10% Steuer = 16€ Steuer w?re 1.45€
Nun br?uchte ich im CSV Export:
sum_gross_total 28€, sum_gross_20 12€, sum_gross_10 16€, tax_10 2€, tax_10€ 1.45€, Net_20 10€, Net_10 14,55€
Von der derzeitigen Version Rückrechnen geht nicht da es zu Rundungsdifferenzen kommt.
Habt ihr eine Idee / Vorschl?ge?
Germanized Pro V 1.7.6
LG machete
]]>