shahin0x Posted November 24, 2018 Share Posted November 24, 2018 hello i'm new to PS module development. i read instructions in this link https://devdocs.prestashop.com/1.7/modules/creation/ but i couldn't find out whats the purpose of 'tab' attribute in Class constructor! if its possible, give me an example. thanks. Link to comment Share on other sites More sharing options...
Rolige Posted November 27, 2018 Share Posted November 27, 2018 Hello: It is just for organization purpose in module list. Don't stop your develpment for this Regards Link to comment Share on other sites More sharing options...
shahin0x Posted November 28, 2018 Author Share Posted November 28, 2018 20 hours ago, Rolige said: Hello: It is just for organization purpose in module list. Don't stop your develpment for this Regards Thank you Are these “Tab” attributes observable in back office or they are just for organization in code scope? because i checked modules page but i didnt see list of available “Tab” attributes available in https://devdocs.prestashop.com/1.7/modules/creation/ Link to comment Share on other sites More sharing options...
Rolige Posted November 28, 2018 Share Posted November 28, 2018 2 hours ago, shahin0x said: Thank you Are these “Tab” attributes observable in back office or they are just for organization in code scope? because i checked modules page but i didnt see list of available “Tab” attributes available in https://devdocs.prestashop.com/1.7/modules/creation/ Yes they are visible in back office module list to the left in Prestashop 1.6. Prestashop 1.7 has a different organization. 1 Link to comment Share on other sites More sharing options...
Apar Posted December 12, 2018 Share Posted December 12, 2018 On 11/28/2018 at 5:13 PM, shahin0x said: Are these “Tab” attributes observable in back office or they are just for organization in code scope? because i checked modules page but i didnt see list of available “Tab” attributes available in https://devdocs.prestashop.com/1.7/modules/creation/ Prestashop 1.6 used to have list to the left side in module tab in backoffice but 1.7 does not have it. Tab attribute is only used for module categorization it does not affect your module functionality it will work fine without it. You can find many categories for module in prestashop Addon site like Promotions & Marketing, Traffic & Marketplaces, Payment, Shipping & Logistics. Tab attribute tells that in which category your module will lie. If you are thinking of selling your module it is good to have it. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now