AnimeSubways
Forum Replies Created
-
Yes, I have two use cases and three custom roles called “patient”, “apotheke” and “importeur”.
– patient = Read_ubn_editor_notes = editor_only
– apotheke = Read_ubn_contributor_notes = contributor_only
– importeur = Read_ubn_author_notes = author_only– patient only has capabilites of Read_ubn_editor_notes
– apotheke has capabilites of Read_ubn_editor_notes and Read_ubn_contributor_notes
– importeur has capabilites of Read_ubn_editor_notes, Read_ubn_contributor_notes and Read_ubn_author_notesTHE USE CASES – on different pages (not the same):
Value 1 should be seen by patient, apotheke and importeur.
Value 2 should only be seen by apotheke and importeur (not patient).But this shortcode isn’t working:
[private role="contributor-only, editor-only, author-only" alt="<a href='https://www.test.de/' target='_blank'>Nothing to see here.</a>"]<strong><span style="color:red;">The value...</span></strong>[/private]
What I’m doing wrong?
- This reply was modified 6 years ago by AnimeSubways.
- This reply was modified 6 years ago by AnimeSubways.
- This reply was modified 6 years ago by AnimeSubways.
- This reply was modified 6 years ago by AnimeSubways.
Hey, I solved the problem.
I couldn’t choose a meta for German language because the WMPL Plugin called “Multilingual for WooCommerce” implements a WPML Translation Editor which simply redirects to a translation page for the German product instead to the actual product itself.So in case to add a meta for a second language you have to do following:
– Switch to the second language and go to product overview (see picture)
– Go to WooCommerce Multilingual >> Settings >> Choose “Native WooCommerce product editing screen” (see picture)
– Go to your product page again and choose your PPOM
– Now you can set back the WC-ML-Settings to “WPML Translation Editor”
– And it’s working! (See picture)Thanks
Hi,
the meta is shown on both itmes in both languages.
Try to add one ENG-item and one GER-item to the shopping cart and you can see on the GER-item there is no meta data shown anymore.
Hey, the same meta is selected in the German product. I can’t even choose another one. The meta (Checkboxes, radio buttons etc) is also shown on the Frontend when I select a variation but isn’t shown if I look in the shopping cart or checkout area (only for the German product).
I thought it was a JS error because of 2 wpnonce ID’s when ordering as a guest but it doesn’t work when I’m logged in aswell.
- This reply was modified 6 years, 8 months ago by AnimeSubways.