Chrysippus
How to Render/Show image on table action view modal?
the image for proof came from customer upload,
if it s uploaded inside admin, the image on modal was showing, but if it's uploaded via customer-side which is not filament based, it is not showing....
7 replies
how to make the view link on Notifications show/trigger the modal and show the data through modal?
it's being highlighted as "add method" sir
Method 'sendToDatabase' not found in void
should i just ignore it.
sorry about this, im complete new to it
36 replies
how to make the view link on Notifications show/trigger the modal and show the data through modal?
im lost sir, all I know is ->sendToDatabase() is from filament but I dunno which function you're refering to.
this is how I send notification on my checkoutController
after order placed
36 replies
how to make the view link on Notifications show/trigger the modal and show the data through modal?
yes sir, i have setup that too.
I think im ready to get the data and show it to notification modal, dunno which step is next since im not using filament on my customer side.
36 replies
how to make the view link on Notifications show/trigger the modal and show the data through modal?
Hello sir,
I am now able to send the data to database notifications
idk what's next, should I go and setup filament to receive the notification? if yes what should I do since the data came from customer-side?
36 replies
how to make the view link on Notifications show/trigger the modal and show the data through modal?
Hello SIr,
can i ask one more thing?
I dont know how to trigger or send a notification from customer-side to admin-side
do you have a link for this too?
as im only using filament on my admin side
36 replies
how to make the view link on Notifications show/trigger the modal and show the data through modal?
ohh, sorry, i am not using filament for my customer's end
basically I just use filament for admin
its an small ecommerce app.
basically if customer creates an order I want to send notification to the admin-side which then will be seen on notifications modal and it will have a view link but since i disabled the
on the admin it will not be possible right? since view link returns /{record}/edit.
Is there any other way to view the specific order base on my scenario?
I'm only thinking using the view modal on the notification modal
so admin will be able to view the data right away even if the admin is on other page/s of the admin
36 replies