Home Forums WoodMart support forum Product overview

Product overview

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #390438

    Lisawi
    Participant

    Product overview: here I do not want to have inkl. MwSt.

    zzgl. Versandkosten. How can I replace it wit an *

    Greetings,
    LIsa

    Attachments:
    You must be logged in to view attached files.
    #390454

    Luke Nielsen
    Keymaster

    Hello,

    1. In order to hide the “inkl. MwSt” field, enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .product-grid-item .wc-gzd-additional-info.tax-info {
        display: none;
    }

    2. I suggest you change the “zzgl. Versandkosten” field via the “Loco Translate”, just navigate to Loco Translate -> Plugins -> Germanized -> enter keywords and change it.

    Keep me informed of any issues.

    Kind Regards

    #390470

    Lisawi
    Participant

    Hi,

    the first step works. But the sencind not:

    The other question: how can I add * behind the price on the product overview?

    Greetings,
    Lisa

    Attachments:
    You must be logged in to view attached files.
    #390487

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, but there is no way to add * behind the price because it’s a functionality of WooCommerce so we cannot influent it.

    I’d be happy to assist if you have any other questions or concerns.

    Kind Regards

    #390511

    Lisawi
    Participant

    Ok.

    This step dos not work…
    2. I suggest you change the “zzgl. Versandkosten” field via the “Loco Translate”, just navigate to Loco Translate -> Plugins -> Germanized -> enter keywords and change it.

    Attachments:
    You must be logged in to view attached files.
    #390513

    Luke Nielsen
    Keymaster

    Please provide login access for your site’s WordPress admin panel. It will help me better understand and find the best way to solve your problem.

    I await your response.

    Kind Regards

    #390521

    Lisawi
    Participant

    See below:
    🙂

    #390543

    Luke Nielsen
    Keymaster

    Hello,

    Please navigate to the settings of the “Germanized” plugin -> Preisauszeichnung -> in the “Hinweistext” field change text as you need.

    https://gyazo.com/50cbdd18a5cedf5a387040e2355d3cc5

    In the meantime, feel free to ask me any questions you may have.

    Kind Regards

    #390692

    Lisawi
    Participant

    Thanks. That works. The problem is that it is also gone on the single product page – not just on the product overview….
    I just want to deleat it on the overview.

    Greetings,
    Lisa

    #390726

    Luke Nielsen
    Keymaster

    Hello,

    Ok, with the help of the below code you can remove it on the product overview.

    .product-grid-item .wc-gzd-additional-info.shipping-costs-info {
        display: none;
    }

    Keep me informed of any issues.

    Kind Regards

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