merx icon indicating copy to clipboard operation
merx copied to clipboard

Merx is a plugin to create online shops with Kirby.

Results 21 merx issues
Sort by recently updated
recently updated
newest added

Hey, in merx-plainkit\site\plugins\merx\src\productList.php line 82 (public function __set(string $key, $value): self) it says: > Wagnerwagner\Merx\ProductList::__set(): Return type must be void when declared. Maybe because I'm on the latest php version?...

I've gone so far as making a structure as a field, show the options on the front-end and add the chosen size to the order. But when trying with multiple...

Is there a way to have a discount on a product? I've fumbled around with the `ww.merx.cart` & editing the price itself, but there doesn't seem a way to correctly...

Hello merx team! In order to keep dependencies as up to date as possible, it would be very nice if you could **upgrade to the Paypal API v2**. Does this...

Hi Tobias, thank you for this awesome plugin, I love it! I am not sure if this is bug or a feature, but I found an inconsistence between default and...

Hi there, I have a multi-language website (default language: czech, secondary: english) and I followed this cookbook recipe to add custom invoice numbers to orders: https://merx.wagnerwagner.de/cookbooks/custom-invoice-numbers. In czech everything works...

For some reason we had two order pages with identical page numbers on our production server. This caused the changeNum hook to throw an exception, which caused heaps of chaos....

needs: discussion 🗣

I've noticed that Merx still uses the deprecated [sources API](https://stripe.com/docs/sources) for their SEPA Direct Debit payments. Which Stripe doesn't recommend using and businesses based in the [European Economic Area](https://en.wikipedia.org/wiki/European_Economic_Area) (EEA)...

I just updated merx from 1.7.x to 1.8.1 and when using Paypal gateway I get the following error: ``` The payment could not be initialized." -- key | "error.merx.initializePayment" file...

needs: information ❓

See https://forum.getkirby.com/t/merx-plugin-to-create-online-shops-with-kirby-3/13735/321 #### Additional info Template name is `order` only if an `order` template exists. https://github.com/wagnerwagner/merx/blob/main/src/Merx.php#L304