Home › Forums › WoodMart support forum › Base Price Germaized Pro
Base Price Germaized Pro
- This topic has 5 replies, 3 voices, and was last updated 1 month ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 7, 2024 at 4:17 pm #620431
xtemos-6686ParticipantHello,
I have the problem that the basic price required in Germany is entered in my Germany Plug in but is not displayed below the product price in Wohltat. It is also on the product price on the category page.
1. how do i get the base price to my product price
2. How do I get the overlaying base price from the category?Attachments:
You must be logged in to view attached files.December 9, 2024 at 11:51 am #620704
Aizaz Imtiaz AwanKeymasterHello,
Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
WoodMart core
WooCommerce
Elementor/WPBakery page builder
We will also need to switch between themes to see how it works with a default theme.Best Regards.
December 9, 2024 at 7:26 pm #620990
xtemos-6686Participantimo it doesnt make sense to deactivate all plugins because woocomerce germanized is important to show the base price what exactly is the bug here.
so feel free to de/activate whatever is necessary, the page is in maintanance.
December 10, 2024 at 3:33 pm #621232
Bogdan DonovanKeymasterHi,
1. The product hover design you selected is intended for a limited number of elements, specifically only one price at the bottom. To prevent overlapping prices, please try adding the following custom CSS code:
body .wd-product.wd-hover-info .bottom-information :is(.login-to-prices-msg,.price) { position: static; } body .wd-product.wd-hover-info .bottom-information .wc-gzd-additional-info { margin-block: -.2em; } body .wd-product.wd-hover-info .bottom-information { transform: translateY(-100%) translateZ(0); }
2. The plugin you are using outputs the price through a specific hook available in the default single product layout. However, since you are using a single product layout built with the layout builder, you need to manually add the necessary hooks used by the plugin to display its content.
In this case, the plugin uses the “woocommerce_single_product_summary” hook, which we have already added to your single product layout below the price element (screenshot: https://monosnap.com/file/Hhbn1j2cntvWPRUBmSKBdhzaBQQjTJ).
If you need to center-align the hook content, add the following custom CSS to the Global Custom CSS Area in Theme Settings:.elementor-widget-wd_wc_hook .wc-gzd-additional-info, .elementor-widget-wd_wc_hook .legal-price-info { text-align: center; }
You can learn more about hooks in the documentation https://xtemos.com/docs-topic/custom-hooks-and-plugins-compatibility/.
Kind Regards
December 10, 2024 at 11:10 pm #621387
xtemos-6686Participantthank you so much! this helped massively.
December 11, 2024 at 11:11 am #621493
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
Tagged: base price, germanized
The topic ‘Base Price Germaized Pro’ is closed to new replies.
- You must be logged in to create new topics. Login / Register