arnoinnz
Forum Replies Created
-
Many thanks for Your quick answer shahzeen(woo-hc).
First up, there are no fatal error logs and a standard debug with xDebug doesn’t show up anything either.
I’ve actually contacted the service people at the plugin developer but haven’t had much luck there. They just said that I could switch the 2nd checkout page off, as it isn’t needed anymore, due to some change in the German internet law. Thing is, I don’t want to turn it off as it contains custom code that I want to keep and not shift to the standard checkout page.
But from what You wrote I gather that I can safely remove the problematic line from the 2nd checkout as I don’t refer to the data contained in the checkout variable and don’t intent to do so in any way. So this ‘it’s there just in case’ scenario is not necessary in my case. And without the line all is good and the checkout process behaves as it always did.
I would say that my request can be seen as resolved, which is really nice.
Wishing You all a happy 2025.
Thanks for the support Pepe and the links to the relevant resources. I will follow them up where I can.
Kind regards
Arno
Thanks for Your message carolm29.
Sorry but I actually wasn’t aware that my question was outside the bounds of this forum.
Kind regards, Arno
Forum: Themes and Templates
In reply to: [Storefront] Unload Google FontsHi,
I solved it with this:
?add_action( ‘wp_enqueue_scripts’, ‘aw_replace_font’, 99 );
function aw_replace_font() {
wp_dequeue_style( ‘storefront-fonts’ );
}Kind regards,
Arno