add to cart function

Hi im new in filament. I wonder if theres a function for add to cart i want to integrate that to my incoming inventory system project.
3 Replies
RickDB
RickDB2mo ago
Hi, you could use the filament/actions package for this
hrvzmndz
hrvzmndz2mo ago
Hi @RickDB nice to know is there a resources for this or some sample ?
awcodes
awcodes2mo ago
There’s an entire section in the docs devoted to actions. But there is no built in AddToCartAction if that’s what you are asking.
Want results from more Discord servers?
Add your server
More Posts
Refreshing ParentResource Infolist when adding records in RelationManager table**What I want to do** When I add a new record on a table that is added via relation manager. I want align inputHi, I have a small problem: I would like to align the inputs with each other despite the return to I have to submit the form twice to update the table in a custom page with a table and a fromSo, I'm building a very complicated wizard that I need to use Filament Forms and Table separately inis it possible to make maxvalue in texinput dependant based on select?i want to achieve that max value from text input can change depend on how many qty left in stock frois it possible to group select items from query databaseis it possible to group select from this ```php Select::make('status') ->searchable() ->optiHow do you delete a PDF file from storage after the Edit.(only changing the FileUpload)I am able to replace a pdf file on edit but the previous one does not get removed from Storage. How wizard with many stepsHi, Do you have a solution when you have too many steps in a Wizard ? it exceeds because I have toLogin page on mobile lacks stylingHi when I access http://192.168.1.49:8000/admin or http://192.168.1.49:8000/app on my desktop, I Show relation manager of a relation manager in same viewI have a relation manager with `companies` (resource) and `elements` (relation manager) (image1). EaGet unique ID custom field from relation managerIn the modal from relation manager, I would like to get id on each field. The problem: I have only t