Sam Nabi

Results 18 comments of Sam Nabi

There isn't something like this integrated already. I will mark it as a new feature but I don't have the capacity to work on new features at the moment.

You would have to override your own `cart.php` template, with the new form fields. And then, to actually write the information to the transaction file, you'll have to override the...

Good idea for extending the variants feature, thank you!

I agree with you on all this, @AugustMiller

One person has already forked this repo and categorized it according to their particular workflow: https://github.com/BaseDesign/inclusive-design-checklist It takes a lot of thoughtful consideration to group these tasks, and those groupings...

Here's what I did to achieve equal height slides. (Only works if there's one slider on the page) ``` // Ensure slides are the same height window.onload = function(e){ var...

What about using the `query` keyword, like Kirby's native `select` field does? To select from a page URI: `structurepage: page-slug` To select form a dynamic page: ```yml structurepage: query query:...

I'm not sure what other `query` options would make sense here, without getting into full-fledged PHP filtering functions. `grandparent` is too ambiguous (which grandparent?) `sibling` is too ambiguous, but `nextSibling`...