Germanized extra fields missing
-
Hi friends.
As i know your theme supports the Woocommerce Germanized plugin, i could not find the settings to show the extra fields for Tax, shipping, delivery time, etc.
They are shown in product detail page, but not on shop, category or recent prodzcts for example.
You can see in Screen-A there are some infos shown in detail page.
The big issue is, that for the whole european market showing this infos is stricktly required, not only on product detail pages, but alos on all other places mentioned above.
This is not only an issue for me/my customeres but for all people who are using the theme in the european market.
I hat this stricts but what can i do.
https://ibb.co/9csy2b2
https://ibb.co/ngMxg7V
Thank you very much in advance, and also for your time!
Hello,
Please contact the plugin support and make sure you have properly configured, then try to switch between the designs on hover to detect which one supports the showing this field. Please start with “Standard buttons”. I mean options in the Theme Settings > Shop page > Product styles. ‘
Best Regards
Hi Elise.
Thank you for your reply.
Yes, plugin settings are correct, cause it works in other themes, also in standard themes. My problem is that we like exactly this view and not one of the others. Any solutin, maybe with a custim function?
Thanks again, hava a nice day.
Oliver
Hello,
Please provide your site admin access to the private area.
We will check with our dev team.
Best Regards
Hi.
Thank you in advance. You will find login credentials in private
Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-hover-quick p.wc-gzd-additional-info {
display: block;
color: #FFF;
}
body .woodmart-hover-quick p.wc-gzd-additional-info a {
color: #FFF;
}
body .woodmart-hover-quick p.wc-gzd-additional-info a:hover {
opacity: .8
}
Best Regards