Model
The model used isShopper\Core\Models\Price.
| Name | Type | Required | Notes |
|---|---|---|---|
id | autoinc | auto | |
amount | int | no | Nullable |
compare_amount | int | no | Nullable |
cost_amount | int | no | Nullable |
priceable | morphs | yes | Relation generate priceable_id and priceable_type columns |
currency_id | int | yes | int (Currency object via the currency relation) |
Components
By default, pricing Livewire components are not published. To customize components, you must publish them.product.php locate in the config/shopper/components folder.