In wishlist API we get server error status 500
himanshu-kmr
@himanshu-kmr
Posts made by himanshu-kmr
-
API DEVELOPMENT
Hello,
I have created a new Package and now I want to create API's for that. I am developing Application on flutter.
Can you guide me in developing a simple API's step by step??
Thanking You in advance
-
RE: Importing local database error
@devansh-webkul Thank You
I just created bagistodb user and bagisto and problem solved.
Thanking You
-
parents-categories
how can we get only parent categories in api call?
when ever we fetch "/api/categories" api , gives us all categories (parents & descendant) -
Importing local database error
Hello,
I have exported my localhost/phpmyadmin db and imported into the different system. To get existing data and configuration.
But after importing if I am creating any new Category I am getting error"SQLSTATE[HY000]: General error: 1449 The user specified as a definer ('bagistodb'@'localhost') does not exist (SQL: update
categories
set_lft
= case when_lft
>= 15 then_lft
+2 else_lft
end,_rgt
= case when_rgt
>= 15 then_rgt
+2 else_rgt
end where (_lft
>= 15 or_rgt
>= 15))"
On .env
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=bagisto DB_USERNAME=root DB_PASSWORD=
Webiste is working fine but on admin panel on some section it is giving this error.
If i am running seeder then it is working fine.
Please help me.. '
Thankyou in advance.
-
RE: PWA - not fetching any product
Bagisto Version is 1.2.0
Please tell me how to get PWA version?
On composer.json
"bagisto/pwa": "dev-master", -
PWA - not fetching any product
I have installed PWA. After installing on each category menu item, I am receiving an error "call of undefined function Webkul\PWA\Http\Resources\Catalog\productimage()" but not a single product showing.
Please advice.
Thanking You
-
RE: Adding Effects on Home Page Carousel of Velocity Theme
I have also tried to implement Next and Previous but none of them are working
resources/themes/velocity/views/home/slider.blade.php
Webkul/Velocity/src/Resources/assets/js/UI/components/carousel.vue
-
Implementing Vuetify
Hello,
Just a query, I am thinking to implement Vuetify on Velocity theme. Will it create any problem on performance or any break point?
Thank You!
-
RE: HTML Tags showing on Datagrids
@devansh-webkul Thank You so much....