Sam Hibberd

Results 14 issues of Sam Hibberd

## Requested Update The empty `` tag is not removed when initialising ## Why Is This Update Needed? General clean up

We wrongly assumed that the cart purge logic would also call the various events that a standard delete triggers. See the current implementation, although more performant, does skip that by...

🧾 orders
discussion

We are running into an issue where the cp is having to handle 100k+ users being populated into a the author options dropdown. It's on sections that we don't need...

enhancement

Would there be any way of you hooking up your `sendEmailBatch()` endpoint with this adapter. Be awesome if this could be supported out of the box, its used with the...

It looks like there are some display issues when using forms within modals on mobile devices. Take the iPhone as an example, on both Safari & Chrome, if you use...

bug

### What happened? I had wrongly assumed that this would work, should `number` accept the same syntax as `id` for example? ```php $existingCarts = Order::find() ->isCompleted(false) ->customer($user) ->number('not ecc9d51f885906b1d0084c6272212559') ->orderBy('dateCreated...

💡 enhancement
commerce4

Run the BaseLocation $config through the craft Typecast helper to address type errors when working with the map field on the front end. Craft automatically call this for any classes...

If the map field is passed an array with empty string, rather than floats or null values, BaseLocation.php throws a TypeError: ```Cannot assign string to property ether\simplemap\models\BaseLocation::$lat of type ?float```...

Craft 4

### Description We use the transactions model note property to store a json string, been super helpful providing extra detail to our app where we need to extend the refund...

I know this is something that could be managed in htaccess but redirecting /Contact-Us to contact-us caused a redirect loop.