Discussion on Dashtar - React eCommerce Admin Template

Discussion on Dashtar - React eCommerce Admin Template

Cart 598 sales
Well Documented

HtmlLover supports this item

Supported

This author's response time can be up to 2 business days.

62 comments found.

Hello Sir,

Is there any function to send the Order Confirmation notification to the customer and admin via email?

There are templates for email notifications but it is not working. While I have put all smtp configuration in .env file

Kindly help with the configuration.

Hi,

Thanks for your query. We didn’t add this option(email sent) in our template but all controller and pdf generator functionality is there in the backend. So, if you want to use them then you will do that yourself. First, make sure your SMTP setup is correct, then try to use those functionalities for sending emails with all the necessary information.

So, as we didn’t add an email send option in our template, this wouldn’t be included in our support. Please try to do that yourself.

Thanks

hi, you have some issue on mongoose level, not connecting to DB, when i used all the same code on another repo, connection is working…

``` MongoParseError: options usefindandmodify, usecreateindex, keepalive, poolsize, buffermaxentries are not supported ```

and yeah, connection without any option or with option not working also.

YOU HAVE MONGOOSE_CONNECTION VARIABLE IN SOME FILE WHERE IT’S NOT NEEDED!!! why 2 times mongoose connection???

and also you need to update queries … lot of errors not supported…

Hi,

Thanks for your query, Please sent a email with details, like error screenshots or video on this email aislam270@gmail.com, will try to help you.

Thanks

Hello. I purchased your product yesterday. I like the clean code and well-organized documentation. I have a few requests.

1. The links in the dashtar-and-kachabazar-documentation.pdf file are not clickable. 2. The function is called more often than I expected, and I would like to prevent this. For example, console.log(‘Customers in’); in Customers.jsx is called 4 times when one Customer item is modified.

Thank you

Hi,

Thanks for your query. Please check this doc(only follow the admin and backend part)https://kachabazar-documentation.netlify.app/

And for other questions please sent email with details. aislam270@gmail.com

Thanks

thank you I sent the email

Please check your email

Can anyone provide the links that are inside the PDF documentation? They don’t work for me.

We have replied to your email.

thanks!

Was hoping to preview this but the demo at Vercel seems to be down due to a billing issue: https://dashtar-admin.vercel.app/

Hi,

Please check this demo https://dashtar-admin.netlify.app

Thanks

Hi, I have purchased dashtar admin template, I have set it up and I was seeing that Add Category does not work. The add category button does not seem to work, can you help me with a fix for that

Hey,

Could you please open a ticket here https://themeforest.net/item/dashtar-react-ecommerce-admin-template/34767168/support with your issue details? We will try to help you.

Thanks

Dear Athur , please could you make it possible for us to select our prefered payment gateway like paystack, stripe etc for the purpose of country preference

Hi,

Thanks for your query. Currently we are added only stripe. We will try to add paystack and some others payment gateway in future.

Thanks

Hi , i face some issues while configure a project kindly please sort this issue

Hey,

We have already replied to your email.

Thanks

Dear Author, I have purchased both packages (admin panel and kachabazaar frontend template) Currently i have checked your frontend https://kachabazar-store.vercel.app/ and also my local system frontend both have one issue. How to Find Issue: Step1. without login ,only first time any product click on add to cart then after succes addtocart, click on top navigation in cart icon then open modal.

Step2: after open modal click on “process to checkout”.

Step3: issues is after clicking “process to checkout” open login modal only few second and modal closed automatically and page redirect https://kachabazar-store.vercel.app/?redirect=/checkout. why modal is closed automatically, kindly check and guide me how to fix this issue.

Hi, Thanks for your query. To disabled the go to the checkout page after login option, go to the useLoginSubmit hook in hook folder and in there update this line router.push(redirect || ”/”); With

router.push( "/"),

Then it shouldn’t got to checkout page.

Thanks

Dear Author, I have purchased both packages (admin panel and kachabazaar frontend template), May i know any setting available for products images store on self root or public or other folder, currently i can not use CLOUDINARY or other images store service. kindly guide me how to

Hey,

This type of setting is not available right now.

Thanks

Dear Author, I have purchased both packages (admin panel and kachabazaar frontend template), currently your default env setup: SERVICE=gmail EMAIL_USER= your gmail id EMAIL_PASS=gmail pwd HOST=smtp.gmail.com EMAIL_PORT=465 but i am try to production smtp details: EMAIL_USER= i have EMAIL_PASS= i have HOST= i have EMAIL_PORT= i have
SERVICE= i have not ,what is the name of replace to gmail for other smtp service use

SERVICE= i have not ,what is the name of replace to gmail for other smtp service use

kindly guide me how to fix this issues.

Please email sent with details. Don’t share your configuration here in comment. If you faced any issues/error please sent a email to this aislam270@gmail.com

Thanks

Dear Author, I have purchased both packages (admin panel and kachabazaar frontend template), currently am try to register new user in my local system but this function not working , and showing some error : 1. http_outgoing:644 throw new ERR_HTTP_HEADERS_SENT(‘set’); ^

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client

2. I have already set up as per your instruction google smtp login details but currently google is not showing less secure option enable.

3. I am try to sign using google and i have already set google client id in env file but this functionality is not working.

kindly guide me how to fix this type all error for customer login and register.

also showing: Dear Author, I have purchased both packages (admin panel and kachabazaar frontend template), currently am try to register new user in my local system but this function not working , and showing some error : 1. http_outgoing:644 throw new ERR_HTTP_HEADERS_SENT(‘set’); ^

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client

2. I have already set up as per your instruction google smtp login details but currently google is not showing less secure option enable.

3. I am try to sign using google and i have already set google client id in env file but this functionality is not working.

kindly guide me how to fix this type all error for customer login and register.

Please email with details of your issues, errors screenshot, configuration also live url if you deployed. aislam270@gmail.com

Thanks

It’s really SEO 100 in this React version? Or for SEO better to buy Next.js version?

Hi, We have only the React version of this template. You can check SEO for different pages on Chrome Lighthouse by login in to admin. https://dashtar-admin.vercel.app/dashboard

Thanks

Dear Author, I have purchased both packages (admin panel and kachabazaar frontend template) You have added paypal Strip on footer Section on kachabazaar react frontend template but on frontend, after click checkout button payment option showing only credit card and cash on delivery option but i need add paypal payment option on payment page. Kindly guide me how to add paypal payment option on payment page.

Hi, We didn’t add PayPal as a payment method. But you can add that if you want. There are lots of examples online regarding implementing Paypal with React/next app.

And if you want to do it from us, then please email us(aislam270@gmail.com) with details. It will be custom work.

Thanks

using dashtar admin panel i have created test product with 3 variants with different sale price and qty . after added product i have go to react frontend and check the product addtocart with all variants , product addtocart only work default price variants , i am trying to select other variants then addtocart is showing Stock Out .why is this type error kindly guide me and please check the email. i am try to reach out for multiple time.

Hi, Thanks for letting me know about this issue. I just fixed that.

Please check again by adding new test product or just click here https://kachabazar-store.vercel.app/product/test-combination-product

Thanks

how to fix this issues in my local system kindly guide me

Hi, Downloaded the store(kachabazar) updated/latest assets from themeforest and update your local slug page with downloaded template slug page, then it will work properly.

You will find slug page on store template src/pages/product/[slug].jsx

Thanks

Curious, have you heard of this? https://www.youtube.com/watch?v=BsnCpESUEqM&ab_channel=Bun (https://bun.sh/) .. Would this be possible to implement by myself, or would you ever take interest in adding this?

Yes, Heard about Bun, and it looks interesting to me. Yes, you can explore by trying to implement Bun with this project. But we didn’t test it and will try to implement it in later future.

Thanks

Bought it yesterday. Some issues with vite: npm run build not working. npm run dev/preview both getting blank pages. Which NPM version should be used?

Please email us at aislam270@gmail.com

npm run build getting error not find index.html and npm run preview getting blank pages. Please check

i have downloaded today, right now and i have followed everything in the documentation

when i run npm run dev i get this “No web page was found for the web address: http://localhost:4100/"

Please email us at aislam270@gmail.com

npm run build getting error not find index.html and npm run preview getting blank pages. Please check

Hope you got the reply by your email.

Thank you

Hello Good day, I have purchase the admin template but I have a question…. is it possible to change the parent category name to something else because I do not want to use the paret category name i have seeing on the dashboard

Hello, Thanks for your comment, Yes, you can update the name of the parent category whatever you want. It’s just a label, nothing else.

So, keep the functionality as it is and change/update the name of the parent category, something else.

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey