Skip to content
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

Sort by the order it's pulled from in the cart/shipping config file #1085

Closed
wants to merge 26 commits into from
Closed

Sort by the order it's pulled from in the cart/shipping config file #1085

wants to merge 26 commits into from

Conversation

dewebdesigns
Copy link
Contributor

Remove the default sort order so the order of the shipping.php arrays are reflected in the admin hub shipping dropdowns.

wilsenhc and others added 21 commits April 28, 2023 16:03
Currently when selecting rows on a table it pings Livewire which creates
a nasty refresh loop thing, this PR looks to offload the actual
selecting to Alpinejs and then use events that the bulk actions listen
to to update their selectedIds.
It would be handy to be able to fetch all prices a product has without
having to load up all variants first, this PR adds a relationship for
that purpose.
…ut Driver (#1003)

Currently, it is not possible to install the beta version of
`lunarphp/core`, this looks to resolve that.
Attempting to avoid failed test runs where timestamps don't match.
This PR adds a simple scope to the product model so you can limit
results by status.
- enable Brand table search
- fix `save search` button do not show if its not enabled
- add `Brand` to search config

currently when applying search on table doesn't reset the page
pagination, this causes issue when applying search in X page returns no
result, due to pagination offset. should this be handled by table
builder or manually

---------

Co-authored-by: Glenn Jacobs <[email protected]>
Co-authored-by: Alec Ritson <[email protected]>
Currently if you attempt to resave an attribute group with the same name
a validation exception is thrown.
- [x] Install Larastan
- [x] Add GitHub Action workflow
- [x] Level 0 errors

I will continue further levels on separate PRs.
This PR updates contribution guides and adds a Release Schedule page to
the documentation.

---------

Co-authored-by: Glenn Jacobs <[email protected]>
There have been times where the `$rate` variable in this instance is an
array, rather than an object, thus breaking the property accessors in
this serialize method.

This commit ensures that $rate will always be an object, by checking if
it is an array, and if so, converting it to an object.

---------

Co-authored-by: Glenn Jacobs <[email protected]>
Co-authored-by: Alec Ritson <[email protected]>
@vercel
Copy link

vercel bot commented May 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lunar-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 26, 2023 3:18am

glennjacobs and others added 4 commits May 30, 2023 07:52
Code wasn't formatted correctly, it now is.
#1084)

Update the default weight unit. mm is a length attribute. Setting to kg
to keep it on par with the metric system currently.
This pull request is similar to #997 

The variant backorder gives the same database error if there is no data
in the input.
@glennjacobs
Copy link
Contributor

Requires a changelog entry.

@alecritson alecritson marked this pull request as draft July 6, 2023 09:15
@dewebdesigns dewebdesigns changed the base branch from 0.3 to main July 9, 2023 02:03
@dewebdesigns dewebdesigns closed this by deleting the head repository Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants