Home › Forums › WoodMart support forum › Product overview
Product overview
- This topic has 9 replies, 2 voices, and was last updated 3 years ago by
Luke Nielsen.
-
AuthorPosts
-
July 12, 2022 at 11:36 am #390438
LisawiParticipantProduct overview: here I do not want to have inkl. MwSt.
zzgl. Versandkosten. How can I replace it wit an *
Greetings,
LIsaAttachments:
You must be logged in to view attached files.July 12, 2022 at 11:56 am #390454
Luke NielsenKeymasterHello,
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
July 12, 2022 at 1:41 pm #390470
LisawiParticipantHi,
the first step works. But the sencind not:
The other question: how can I add * behind the price on the product overview?
Greetings,
LisaAttachments:
You must be logged in to view attached files.July 12, 2022 at 2:41 pm #390487
Luke NielsenKeymasterHello,
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
July 12, 2022 at 3:40 pm #390511
LisawiParticipantOk.
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.July 12, 2022 at 3:42 pm #390513
Luke NielsenKeymasterPlease 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
July 12, 2022 at 4:19 pm #390521
LisawiParticipantSee below:
🙂July 12, 2022 at 5:42 pm #390543
Luke NielsenKeymasterHello,
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
-
This reply was modified 3 years ago by
Luke Nielsen.
July 13, 2022 at 10:57 am #390692
LisawiParticipantThanks. 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,
LisaJuly 13, 2022 at 12:33 pm #390726
Luke NielsenKeymasterHello,
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
-
This reply was modified 3 years ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register