Some questions

This topic contains 2 reply and 3 voices, and was last updated by Sekander Badsha 9 years, 6 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
October 15, 2014 at 4:17 pm 28427
Sekander Badsha Hi, Thanks for a great script! :) I have some questions for you: 1. Particular text is not translated. I've translated everything in the .pot file. Here is the missing translation: In Seller Dashboard - the text "Orders" and "Reviews" are not translated. When you edit a product you have text "View product" top right. Text are not translated. 2. How can I remove "SKU" and "Reviews" under My Products? I don't use SKU and reviews. 3. The menu text does not fit in the Seller Dashboard (I've translated the text). How can I fix this? 4. Is it possible to register with username instead of Full name? Full name should only be visible for admin. 5. I have disabled "Shipping" and "Inventory" in Woocommerce but it still shows when adding product. Can I remove that? 6. How to disable "Downloadable files"? I only have physical products on my site. 7. Is it possible to have social media login? So you can log in with Facebook? Do you recommend any plugin for that? Thanks for helping me!
October 15, 2014 at 5:46 pm 28451
Christopher Christopher

Very interested in questions 4-7 too

October 18, 2014 at 5:18 pm 28630
Sekander Badsha Sekander Badsha

Hello Gustav,

1. Particular text is not translated. I’ve translated everything in the .pot file. Here is the missing translation:
In Seller Dashboard – the text “Orders” and “Reviews” are not translated.
When you edit a product you have text “View product” top right. Text are not translated.
– I have reported this to the developer team. It will be fixed in our next update.

2. How can I remove “SKU” and “Reviews” under My Products? I don’t use SKU and reviews.
– These are the core options of WooCommerce and is not possible to remove.

3. The menu text does not fit in the Seller Dashboard (I’ve translated the text). How can I fix this?
– You can inspect the classes and make the changes to the CSS accordingly to fit.

4. Is it possible to register with username instead of Full name? Full name should only be visible for admin.
– If the user registers with the username only, from where the user name will come?

5. I have disabled “Shipping” and “Inventory” in Woocommerce but it still shows when adding product. Can I remove that?
– You can remove the tabs for shipping and inventory from templates/product-edit.php and the pages are located inside templates/edit/ so you can delete them too.

6. How to disable “Downloadable files”? I only have physical products on my site.
– The change you are trying is a core feature and can not be done without changing the plugin files. The codes for downloadable products can be found at

templates/orders/order-details.php line number 128 to 135 and
templates/edit/sidebar.php line number 79 to 135

You can comment those lines out. But note that, as you are changing the core files, these changes will be lost upon update.
Or alternatively you can inspect the classes where the option for downloading is being displayed and can make them display:none through your theme’s style.css

7. Is it possible to have social media login? So you can log in with Facebook? Do you recommend any plugin for that?
– Yes. You can try any social login plugin. Any plugin should work.

Let me know if you have any more question. Thank you 🙂

Viewing 2 Posts - 1 through 2 (of 2 total)