bagisto / bagisto

Free and open source laravel eCommerce platform
https://bagisto.com
Open Software License 3.0
11.59k stars 2.03k forks source link

no product descriptions after following installation instructions #9744

Closed nyck33 closed 2 weeks ago

nyck33 commented 2 weeks ago

Terms

Bagisto Version(s) affected

newest with php 8.1

Issue Description

I get image

but nothing is clickable I mean nothing moves to another more descriptive page, is this normal? I ran all the migrate commands everything so expected a bit more in terms of having a full app instead of just the top page.

https://webkul.com/blog/laravel-ecommerce-website/

Preconditions

Installed from composer.

Steps to reproduce

install from composer, follow directions on installation instruction page.

Expected Result

I'd want a bit more than just a top page to really see your app. This is very sad.

Actual Result

not much to talk about here.

Screenshots

No response

Additional context

No response

devansh-webkul commented 2 weeks ago

In the starting phase, there are no categories and products. Once you create categories and products, you will be able to see them. For a cleaner look, we have provided a simple design. However, you are free to customize this as needed.

nyck33 commented 2 weeks ago

Just to confirm the Github repo, the installation seems to have some php artisan db seed command but that does nothing? I checked some of the tables and they were empty. Is that correct? What I want instead is the demo you provide at https://demo.bagisto.com/ locally so I pentest it and just get a better idea of how everything is glued together. I believe some other frameworks like Saleor provides this, ie. a mock store that actually has products.

jitendra-webkul commented 2 weeks ago

@nyck33 This feature is on our roadmap; users will be able to choose whether they want to proceed with sample data during installation.

nyck33 commented 2 weeks ago

why would you have that db seed command in your installation instructions?