587 comments found.
Great template and stack choice! The shop and the backend went up without a hitch but I cannot get the api up to feed the data. I tried running the “now” command from the API root per the docs and it’s not recognized nor do I see it as an available command in the config file. Please advise!
The docs are just out of date. I ended up running yarn dev:api-shop from the root and it appears to be working.
Hi Thank you for your efforts.
Hi, is it work with woocommerce,
https://github.com/wp-graphql/wp-graphql-woocommerce/releasesHI unfortunately our template is not based on woocommerce. So it will not work with woocommerce.
this plugin provides woocommerce GraphQL Api , so is it possible ?
Hi we do not have default support for woocommerce. However if you can customize then you can make it work with woocommerce. The GraphQL connection has to be done by you or your developer. We wont be able to provide you with any support regarding this.
Hello, what are your recommendations to install this on a VPS? Which OS, OS version and specs would be best for speed and stability?
you can use AWS EC2 or google cloud.
Hi great work! I have a question, when starting both shop and admin in dev mode, I have a problem with same Port being in use (3000). How can i change that?
For changing admin port goto packages/admin/.env then add PORT=Your_Port. For changing the api admin port goto api/server.admin.ts the change port there.
Great Work, Congratulations 
Hi thank you.
Hi, this template comes with a backend? Or just shop and admin?
yes, fake graphql api, we used type-graphql with express, haven’t used any database. Thanks
Great Work, Congratulations but some improvement required (if possable) 1 – add mega menu (mostly used ecommerce site) 2 = image lazy loading (for improve performance) 3 = add pwa support offline (next-offline) 4 = add more fillter like price range (currently only catagory filter) thx
thanks for your suggestion, we will try our best to push those. Thanks.
Great Work but after update new version some error found
pickbazar\packages\api\shop\services\product error // @Field() //type: ProductType;
change @Field(type => String) type: ProductType;
./src/containers/SiteSettingForm/SiteSettingForm.tsx Attempted import error: ‘react-hook-form’ does not contain a default export (imported as ‘useForm’). error import useForm from ‘react-hook-form’; change import {useForm} from ‘react-hook-form’;
pickbazar/packages/admin/src/containers/CategoryForm/CategoryForm.tsx(162,58): for string max for numeric maxlength
error inputRef={register({ required: true, maxlength: 20 })} change inputRef={register({ required: true, max: 20 })}
pickbazar/packages/admin/src/containers/Login/Login.tsx(39,7): Property ‘from’ does not exist on type ‘{} | { from: { pathname: string; }; }’. TS2339
error let { from } = location.state || { from: { pathname: ”/” } }; change let from = location.state || { from: { pathname: ”/” } };
Hi can you please open a support ticket regarding your issue.
for information only i resolve all issues
You product look pretty good. I normally setup the website by wordpress. May I know if you theme could do customization for setting a live website.
I’m not a coder guy, so wanna find a easy way to do so. And your theme is quite suit for my client project.
Hello, First of all its not a wordpress theme. Its a GraphhQL based typescript and next js template. As its a frontend template you have to connect data source and then change it to your need. Then you can make the site live.
is it a server side template, i.e. a liquid template?
Hi, its a next js template, not shopify liquid template. Yes it has server side render facility, we have provided dummy graphql api server too without database dependency. Thanks
Hi, Very nice template! i have a question: does the template support API integration for data feed? Thanks!
Hi we have GraphQL implementation for back end data feed.
Thanks! will you provide also REST?
No, but you will always have option to move towards to rest if you want with the existing graphql api. we preferred graphql api as it does many things frontend and mobile app team. Thanks
Hi, we just released REST API version in this update.
I like this template, and have some pre-purchase questions:
1. Do you support internationalization, e.g. i18next? 2. Do you support product variations (e.g. size, color)? 3. What kind of authentication do you use, JWT?
Thanks in advance
Hi 1. we support internationalization. we used react intl for that. 2. at present we do not have product variation support 3. we have used fake auth for authentication.
is there a future plan to add a database connection?
We want to keep that more as front end template as we released as site template category. Thanks
Can you customize it in Magento
Sorry, We don’t have Magento devs in our team.
Hi, I think this is great so far, a lot to learn from here
If the port is 3000, 4000 for both yarn dev:admin and yarn dev:shop I am wondering what is the idea behind on how you would run both at the same time?
I will try to decouple everything, hopefully I can manage to move it all into my existing next app and take inspiration from the provided graphql server when building my own. Thank for creating this it is exactly what I needed and should save me weeks of work.
Thanks, You can use docker compose if you want or you can use just simple nginx proxy to run those together.
good day
If you are ready to arrange your development for such a design – https://pastenow.ru/7Q0HH (delivery of restaurants and products)
How much time do you need? I am ready to pay for your work
And is it possible to add different sellers (make a marketplace)
So, can I use this project as a marketplace? where are many sellers?
tell me if there is a currency setting? Use project for Russia
Thanks we will keep that in mind, Can you give us the name of that site, so we can check. Yes, we can add multi currency and vendor settings. Please shoot us an email to admin@redq.io if you give us the project plan, we can give you a quote. Thanks
Hi
Did you get my letter? I sent what you asked for – in the end, in terms of cost and timing
Hi, it was into spam folder. sent reply.
hello guys
top work! is there a reason why you decided for Base Web – UI and against AntDesign (as in all your other projects)?
i am envato elements customer, will this application be published there?
best regards nico
Hi, we liked the base web ui library [ made by Uber ] and it’s documentation, theming is very easy, including multi lang support is easy, it has RTL support included, many more. we used ant design only on one product. No, we may not release it on envato elements.
Thanks
Please make this design in pure HTML, CSS or SASS and bootstrap. I will buy it.
Sorry, We don’t have any plan for releasing HTML, CSS version of the template.
Nice work! Good Luck!
Don’t you have a product detail page ? and by when are the other templates coming up
Yes, we do have product single page. if you click on the page it will create a popup, but it will change your url too, if you refresh you will land on a single page. We tried to simplify for the user to just click and purchase things they want. They are coming soon. Our Dev team is working on that. Thanks
Congratulations!!! Nice Work, Good Luck With Sale 
Thanks 