Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #402800

    Hi

    I´m looking for a small shop solution with the plugin “woocommerce germanized”.
    For a other website I found a solution with your help. (https://kriesi.at/support/topic/woocommerce-germanized/)

    At the new website there are more css-bugs with the tax-info, shipping-costs-info and the price.price-unit.

    With try&error (I´m not a coder) I found the follow solution:

    /* product archiv category – richtige Darstellung der MwSt, Versandkosten, Einheitspreis bei WC germanized */

    .tax-info {
    padding-left: 15px !important;
    }

    .shipping-costs-info {
    padding-left: 15px !important;
    margin-top: -5px !important;
    }

    .price.price-unit.smaller {
    display: none !important;
    }

    /* single product page – richtige Darstellung MwSt., Versandkosten, Preis und Einheitspreis bei WC germanized */

    body#top.single.single-product .tax-info {
    padding-left: 0px !important;
    }

    body#top.single.single-product .price.price-unit.smaller {
    display:inline-flex !important ;
    }

    body#top.single.single-product .unit {
    margin-left: 0px !important;
    }

    It looks good but I like some little more changes with your help please:
    I didn´t found a solution for this “changes”.

    1. The font-size from the price.price-unit should be a little bit smaller and not bold, maybe 9px.
    2. The price.price-unit should displayed as follow: (26€/1kg)
    3. The price.price-unit should not displayed at the cross-selling products on footer from the single product page.
    4. The tax-info at the cross-selling product on footer from the single product page should be an the right place (padding-left: 15px).

    Thank you very much for your help upfront.

    cheers

    Dieter

    PS: Just now I saw, that the price.price-unit is displayed on the site with firefox and chrome, but not with safari.

    5. What can I do that it is displayed on safari too.

    Thanks…

    • This topic was modified 9 years, 9 months ago by fotos4friends.
    #402815

    Please do not create duplicated topics – https://kriesi.at/support/topic/woocommerce-germanized-3/
    As it is making it harder for us and for other users to follow.

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce germanized’ is closed to new replies.