Git Product home page Git Product logo

Comments (43)

designviacode avatar designviacode commented on May 21, 2024 2

Hey i'm really interested in working on this project. Please let me know what can i pick up on .. like right now .. :)

from laravel-ecommerce.

kmg101 avatar kmg101 commented on May 21, 2024 1

Hey, I'm interested in helping. This is an awesome project and will like to see it grow.

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024 1

@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

from laravel-ecommerce.

jorgeepena avatar jorgeepena commented on May 21, 2024 1

@zaisahil . Check that you have your .env file properly configured. Proceed to your command line and write : php artisan key:generate

Done.

from laravel-ecommerce.

cgrio avatar cgrio commented on May 21, 2024 1

I will study now this solution if works for me i will do a template and add to project ok?

Thanks

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024 1

Also I'm happy to add Megamenu function if you willing to have.
screenshot from 2018-06-30 13-11-10

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024 1

As a demo or default I would prefer a simple design if you want you can put your theme as a custom theme

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024 1

As you mentioned mega menu and others comes as a separate modules.

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024 1

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?

from laravel-ecommerce.

ihabhamad avatar ihabhamad commented on May 21, 2024 1

@indpurvesh you can use my mega menu laravel package
https://github.com/ihabhamad/LaravelMegaMenu

from laravel-ecommerce.

ghermans avatar ghermans commented on May 21, 2024 1

@indpurvesh i am still busy with upgrading the back-end theme but i expect to push the changes tomorrow or during the weekend.

backend-dash

backend-dash2

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

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

from laravel-ecommerce.

kmg101 avatar kmg101 commented on May 21, 2024

Yes, I will take a look at it this week. Thanks

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

Thanks @kmg101

from laravel-ecommerce.

zaisahil avatar zaisahil commented on May 21, 2024

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!

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

thanks @Eggotron

from laravel-ecommerce.

ihabhamad avatar ihabhamad commented on May 21, 2024

i now working on front end theme and some enhancement

from laravel-ecommerce.

mkraha avatar mkraha commented on May 21, 2024

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?

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

@krahamath
If you have a PHP 7.XXX installed in local it wont stop PHP 5.** Projects.

from laravel-ecommerce.

mkraha avatar mkraha commented on May 21, 2024

It affect so that I am asking

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

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?

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

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:

  • Product Page add Zoom Image or lightbox for Product Images
  • Category Page: make all product card same height. so all row gets alignments.
  • Cart and checkout Page I am using a table. I would like to replace it with Div may be?

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

Ok sure.1st of all I'll do develop these things .I can do implement one or 2 things today itself

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

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.

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

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

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

I can fix these issue due I'm fixing them all for my deployment.

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

You can use dev branch

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

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.

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

Thanks.Also do the same for framework repo.I've updated that too.

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

Also you may be like to this type UI that I've aready used my my own laravel app.
screenshot from 2018-06-30 13-05-07

screenshot from 2018-06-30 13-09-42

from laravel-ecommerce.

nteej avatar nteej commented on May 21, 2024

ok sure.Lets follow that structure.its quite easy.

from laravel-ecommerce.

ghermans avatar ghermans commented on May 21, 2024

@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. #11 (comment)

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

@ghermans Your front design looks very nice. Thanks for the hard work that you have put in.

from laravel-ecommerce.

ghermans avatar ghermans commented on May 21, 2024

@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

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

@ghermansI agree that nowadays thing has changed a lot. Letus make a mega menu.

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

@ghermans Lets Add most of my todo list into here.

https://github.com/orgs/avored/projects/1

from laravel-ecommerce.

ghermans avatar ghermans commented on May 21, 2024

The link isn't working
edit: now it works

from laravel-ecommerce.

ghermans avatar ghermans commented on May 21, 2024

@indpurvesh could you maybe add the current open issues also to the project list?

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

I have added most of them.

from laravel-ecommerce.

ghermans avatar ghermans commented on May 21, 2024

@indpurvesh i'm busy with changing the datagrid for the backend theme to default html tables instead divs.
datagridknipsel

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

@ghermans no worries friend.

Possibly yes you can use tables

from laravel-ecommerce.

ihabhamad avatar ihabhamad commented on May 21, 2024

New version in progress and well be coming soon but iam very busy now

from laravel-ecommerce.

indpurvesh avatar indpurvesh commented on May 21, 2024

@nteej or @designviacode anyone have some idea about improving the frontend design?

from laravel-ecommerce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.