Open indpurvesh opened 8 years ago
Hey, I'm interested in helping. This is an awesome project and will like to see it grow.
I am glade to hear it. I have added a themes/mage2/basic theme. It does have assets folder and one home view file only for now (which override the view from modules/base/Mage2/Dashboard/views/home/index.blade.php). I hope this information make sense.
If you add another theme with bootstrap framework it would be great. thanks @kmg101
Yes, I will take a look at it this week. Thanks
Thanks @kmg101
Hey i'm really interested in working on this project. Please let me know what can i pick up on .. like right now .. :)
@designviacode Very pleased to hear that you like to contribute to project. If you help it with creating first basic theme design. Let me give you an example of how you can override the template. Let say if you want to override product view template. Currently its loading view from: modules/base/Mage2/Catalog/views/product/view.blade.php you can copy this file from here to theme folder: themes/mage2/basic/product/view.blade.php
Getting an error:
RuntimeException in Encrypter.php line 43: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.
Please help!
@zaisahil . Check that you have your .env file properly configured. Proceed to your command line and write : php artisan key:generate
Done.
thanks @Eggotron
I will study now this solution if works for me i will do a template and add to project ok?
Thanks
i now working on front end theme and some enhancement
I need to contribute front and backend. I have other projects in my local those are works with php5.xx but this works only with php 7xx so any idea to make this work at local?
@krahamath If you have a PHP 7.XXX installed in local it wont stop PHP 5.** Projects.
It affect so that I am asking
Hai,All Members,
Me too interested to help on this project.Also need to be a backer from next month end.How I can join?
All the Contribution is always welcome. If you want to do some design improvements i have some ideas in my mind but its not priority for me at this stage:
Ok sure.1st of all I'll do develop these things .I can do implement one or 2 things today itself
I already found some issues & fixed some of them.But I cant commit them into my own branch.Please do process new branch & assign me as an contributor. Then I can push my code & make a pull request.
Identified issue list.
User profile update - normal
path issue image rename issue image type issue
user register email send issue rise without capturing exception - normal
admin login - critical currency delete without confirmaion
http://localhost:8000/admin/site-currency/3/edit conversion_rate vallue can't put more than 2 decimals ex => 0.0063 truncated to 0.01
http://localhost:8000/my-account/address/create
first name last name must be auto picked & need option to select same for both
Phone didnt pick from profile.
Address need 2 more types residance permanent
http://localhost:8000/admin/attribute
Attribute loading issue
Have resolved by editing relevent file
I can fix these issue due I'm fixing them all for my deployment.
You can use dev branch
I'm currently on it.But I cant commit my changes due unauthorize.You need to add me as a collaborator.Then only I can commit my code.
Thanks.Also do the same for framework repo.I've updated that too.
Also you may be like to this type UI that I've aready used my my own laravel app.
Also I'm happy to add Megamenu function if you willing to have.
As a demo or default I would prefer a simple design if you want you can put your theme as a custom theme
As you mentioned mega menu and others comes as a separate modules.
ok sure.Lets follow that structure.its quite easy.
@indpurvesh the current method that is used to display categories isn't very useful if you have a lot of categories. Using a megamenu could resolve the issue or we could make a left menu like suggested above by @nteej 's comment. https://github.com/avored/laravel-ecommerce/issues/11#issuecomment-401524401
You are right. But there is an option to put a category into a submenu as well. I am hoping to make a mega menu as a custom module instead of build in feature. But again I will think about it.
Instead I am thinking of adding a group menu into an admin let say: (main top menu, left menu or footer menu) then inside a code they just do $menus = Menu::get('footer-menu')
I know this feature does not exist right now but I have it in my queue and once I hope then designer/developer will then use those function and put the menu as they like in their theme.
@ghermans What's your opinion?
@ghermans Your front design looks very nice. Thanks for the hard work that you have put in.
@indpurvesh i do understand that you want to keep the default template simple as possible, but keeping something simple does not mean that the end-user / customer experience may suffer on it.
What i have seen on other e-commerce platforms like OpenCart & Magento is that most of the time end-users and even designers use the default theme to add / modify there own style to it, so i would suggest to consider adding more features that benefit the end-user / customer experience by default.
Also thank you for your feedback regarding the front-end improvements, i'm not done with it yet but i must admit that it looks better then before :) also if you have any suggestions regarding the design ping me and i will try to help
@ghermansI agree that nowadays thing has changed a lot. Letus make a mega menu.
@ghermans Lets Add most of my todo list into here.
The link isn't working
edit: now it works
@indpurvesh could you maybe add the current open issues also to the project list?
I have added most of them.
@indpurvesh i'm busy with changing the datagrid for the backend theme to default html tables instead divs.
@ghermans no worries friend.
Possibly yes you can use tables
@indpurvesh you can use my mega menu laravel package https://github.com/ihabhamad/LaravelMegaMenu
New version in progress and well be coming soon but iam very busy now
@indpurvesh i am still busy with upgrading the back-end theme but i expect to push the changes tomorrow or during the weekend.
@nteej or @designviacode anyone have some idea about improving the frontend design?
I am thinking to do a design improvement now for front end and backend both.