Plugin Contributor
Dennis
(@vdwoocommercesupport)
Hi,
I can’t find any duplicate shipping costs/tax info your page? Did you already find a way to disable the output within Germanized? Germanized, by default, adjusts the checkout page to be compliant with the legal obligations of the so called button solution. See: https://vendidero.de/doc/woocommerce-germanized/umsetzung-der-button-loesung-im-woocommerce-checkout
Best,
Dennis
How to disable it? Since before activating the plugin, I was able to show the taxes and shipping in the checkout page, I want only to disable the button and taxes and shipping that are coming from Germanized woocommerce.
Plugin Contributor
Dennis
(@vdwoocommercesupport)
Hm, as far as I can see your current checkout shows a (custom) tax notice? You might use the settings available via Germanized > Button solution to adjust defaults, e.g. allowing users to select shipping rates within checkout. You may also disable adjustments regarding button solution via a constant: https://vendidero.de/doc/woocommerce-germanized/umsetzung-der-button-loesung-im-woocommerce-checkout#pagebuilder-und-komplexe-themes
I have used this function but still, the plugin affecting the checkout page and it’s layout:
define ( ‘WC_GZD_DISABLE_CHECKOUT_ADJUSTMENTS’ , true );
before using the plugin, my checkout page looks like that:
https://jumpshare.com/share/1uEy9CE8ehejI94TykmL
And here is the current checkout page:
nivolox.de/checkout/
Is it possible the changes that to remove the changes on the checkout page made by this plugin?
Plugin Contributor
Dennis
(@vdwoocommercesupport)
The only difference I was able to spot is the background color applied to the product table + the checkbox added by Germanized. The background color can be reset via Germanized > Button Solution. The checkboxes can be managed via Germanized > Checkboxes.
PS: Please keep in mind that the whole idea of Germanized is to make your shop comply with german law so working around all these things while still using the plugin doesn’t make much sense.
Let me check and will come back to you again.