-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to access the 'id' property on a null object #76
Comments
@nafil161 Have you created Tax Zones for your store? |
As a starting point you might want to have a look here: You can trigger that seeder with: php artisan db:seed --class=TaxSeeder |
Thank you for your reply. I will go through the mentioned approach
…On Sun, Feb 11, 2024, 2:12 PM Eugene van der Merwe ***@***.***> wrote:
As a starting point you might want to have a look here:
https://github.com/lunarphp/livewire-starter-kit/blob/main/database/seeders/TaxSeeder.php
You can trigger that seeder with:
php artisan db:seed --class=TaxSeeder
—
Reply to this email directly, view it on GitHub
<#76 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGB5VPOX6KIKLEEDPBG3LFDYTB77BAVCNFSM6AAAAAA55CWOOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGQ3TKOJVHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to add an item to the cart in the frontend, I encounter an error message that says, "Trying to access the 'id' property on a null object."
The text was updated successfully, but these errors were encountered: