Franky
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] User Event Confirmation not shownCurrently it seems something is causing the the_content filter to be called numeroous times, which causes the booking to be confirmed and so the message doesn’t show for the second time the call happens.
The next version will always show the message on the confirm url, fixing that. But still it would be better to avoid causing the the_content filter to be called multiple times (if possible).Forum: Plugins
In reply to: [Events Made Easy] Display of eme_mybookingsYou’re using “id=#_EVENTID” as an option ==> that only works inside a single event context, not standalone.
Since it works for past events (where you don’t use that option), I’m guessing you’re not using it inside an event context, so #_EVENTID is not being replaced, and since there is no event matching an id with the value of “#_EVENTID”, it then shows nothing. So: drop that option.Forum: Plugins
In reply to: [Events Made Easy] User Event Confirmation not shownCan you contact me via email to further discuss this? My email is found on the main support site
https://www.e-dynamics.be/wordpress/Forum: Plugins
In reply to: [Events Made Easy] User Event Confirmation not shownOk, just checked: the page is correctly showing the divs surrounding the confirm page:
<div id=’div_eme-payment-form’ class=’eme-payment-form-div’></div>Now I need to figure out why the content is actually empty …
does the payment you used in your example still exist? I’m guessing the price is 0 and the booking has already been confirmed by the user (in which case this indeed returns only an empty div).Forum: Plugins
In reply to: [Events Made Easy] User Event Confirmation not shownAre you using a caching plugin? It seems that might mess up things …
Forum: Plugins
In reply to: [Events Made Easy] User Event Confirmation not shownok, it seems your wordpress seo rewriting is not working as expected. Can you go in the wordpress generic permalink settings (/wp-admin/options-permalink.php) and press “Save changes”?
Forum: Plugins
In reply to: [Events Made Easy] User Event Confirmation not shownTo which template did you add this? Also: is a demo possible? And what does the generated link look like?
Forum: Plugins
In reply to: [Events Made Easy] Discount groups ignored when importing discounts from CSVNo worries 🙂 I already released the new version with the fix (and updated the doc a bit too).
Forum: Plugins
In reply to: [Events Made Easy] Discount groups ignored when importing discounts from CSVI just went through the import code and if discount group names are used the import is not correct. I took names into account but incorrectly (but to be fair: in the doc concerning imports I do mention to use the group id, not the name).
This should fix the import and also the problem with faulty visualization of group names after import:
https://plugins.trac.wordpress.org/changeset/2795712Forum: Plugins
In reply to: [Events Made Easy] Adding new payment gatewaysI tested using my (older) test key, and there the old and new code works as expected. Si I’ll release a new version later this weekend.
Forum: Plugins
In reply to: [Events Made Easy] Adding new payment gatewaysPlease check if this fixes it:
Forum: Plugins
In reply to: [Events Made Easy] Adding new payment gatewaysI’ll reopen this and check later today. Indeed it seems they removed/renamed some parameters, so I will need to change some lines.
Forum: Plugins
In reply to: [Events Made Easy] Adding new payment gatewaysI use stripe checkout for payments, maybe you have an older api key? You should contact stripe and ask for explanation (and mention “stripe checkout” and “api”).
Forum: Plugins
In reply to: [Events Made Easy] Adding new payment gateways1) Did you configure Stripe correctly in the EME options?
2) Use the filter eme_payment_gateways to change the order, see https://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/Forum: Plugins
In reply to: [Events Made Easy] Event date links to shortcodes documentation pageNo further reaction, so marking resolved.