merx
merx copied to clipboard
Merx is a plugin to create online shops with Kirby.
Bumps [getkirby/cms](https://github.com/getkirby/kirby) from 3.7.2.1 to 3.7.4. Release notes Sourced from getkirby/cms's releases. 3.7.4 🚨 Security Cross-site scripting (XSS) from content entered in the tags and multiselect fields Severity: high (CVSS...
Hi I'm wondering if it's possible to disable online payments? I want customers to make an order online, but they have to pay in a shop. Can't find it in...
### Reproduced on - Kirby site running on 3.6.4 and up - Merx 1.5.1 - Multi-language settings on with one language ('cs' in my case, to have plugins translated) ###...
It would be great if the frequently used fields were formatted: - `$item['price']` - `$item['sum']` - `cart()->getTax()` - `cart()->getSum()` Would be great also: - `$item['priceFormat']` - `$item['sumFormat']` - `cart()->getTaxFormat()` -...
I want to add custom cart methods like https://github.com/wagnerwagner/merx/issues/41, would be great if `Cart` class extendable.
Is it possible to add iDeal support? After a lot of 'Gateway not supported' messages I discovered Merx has to support a payment method before it can redirect to Stripe,...
Trying to delete an order (such as a test sandbox order) results in the error message "Sorting number of a complete order cannot be changed." on top of the delete...
Hint: https://github.com/wagnerwagner/merx/blob/master/src/gateways.php#L104 ---- *via https://forum.getkirby.com/t/merx-plugin-to-create-online-shops-with-kirby-3/13735/195*
Hi there, I was using the plugin in my installation and encountered issues when I wanted (for a clearer and user-friendlier structure) inside blueprints pages and templates folders to change...
Hello, it would be nice to add a new method to the cart object to get the total number of items based on quantity, eg. ``` // Cart contains two...