-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QTS: remove slug fields for WC attributes add/edit page #1164
QTS: remove slug fields for WC attributes add/edit page #1164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
I can't find the product attributes in the slugs settings.
-
Please break the patch in two, I'd prefer to have all the l10n changes in a separate PR because they impact more than slugs and it will be easier to track in the git history.
For example to save the changes:
git checkout -b update-l10n
git checkout wc_attibute_add_edit_fix
git reset HEAD~
<td> | ||
<?php | ||
//TODO: link destination should not be hardcoded here, but currently $options_uri property is private in QTX_Admin_Settings class (base options page) and module id is hardcoded independently from module definitions in QTX_Admin_Module class (module href). | ||
echo sprintf( "<p>" . __( 'Multilanguage slugs can be set up in <a href="%s">slugs module settings</a>', 'qtranslate' ) . "</p>", admin_url( 'options-general.php?page=qtranslate-xt#slugs' ) ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe i'm missing something, but I don't find the product attributes in the settings.
I can find the product categories and tags, but not the attributes 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to now!
Slugs fields from WC attribute add/edit admin pages are replaced with the link to the relevant existing slugs module settings page.
c18597c
to
9f4e5fb
Compare
Replace slug fields from WC attribute add/edit admin pages with the link to the relevant existing slugs module settings page.