Home Forums WoodMart support forum Base Price Germaized Pro

Base Price Germaized Pro

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #620431

    xtemos-6686
    Participant

    Hello,
    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.
    #620704

    Hello,

    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.

    #620990

    xtemos-6686
    Participant

    imo 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.

    #621232

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #621387

    xtemos-6686
    Participant

    thank you so much! this helped massively.

    #621493

    Most 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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Base Price Germaized Pro’ is closed to new replies.