Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product not showing #1

Open
tonditsayachon opened this issue Mar 5, 2020 · 3 comments
Open

Product not showing #1

tonditsayachon opened this issue Mar 5, 2020 · 3 comments

Comments

@tonditsayachon
Copy link

On device ,Products not showing on app
No Error in Build Out

@sohel-shaw
Copy link

Hi,

Thats because the api is not working.Please create your own api that returns the data from the model and it should work.
Thanks

@sohel-shaw
Copy link

Hi,

did it solve your issue ?

Thanks,

@cyberespia
Copy link

cyberespia commented Apr 6, 2021

Create your json file following the model:

        {
            "id": "12",
            "name": "Apple Iphone X",
            "description": "The latest apple phone",
            "price": "9999.99",
            "photos": [
                {
                    "filename": "https://domain.com/s1.jpg"
                }
            ]
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants