frankgorillase
Forum Replies Created
-
Hi, I have the same problem. Base currency is SEK and free shipping is set to 995 SEK.
Now I added NOK and EUR but free shipping only kicks in when order sum exceeds 995, no matter if its SEK, NOK or EUR.
And the
“Apply Currency Conversion for Free Shipping Minimum Order Amount” is checked.What can I do to solve this?
Best regards and a great plugin!
/FrankHi, sorry for late response. I have followed your instructions and added your email.
The Store URL is https://kallmarksogonapotek.se/shop/Best regards, Frank
Forum: Plugins
In reply to: [Event Organiser] Can't edit event dates, changes not savedI edit the event, go to event details, check the box, deletes
Start Date/Time:
and
End Date/Time:I also check no extra dates are marked in the calendar underneath.
The I update the page.Forum: Plugins
In reply to: [Dynamic Select for Contact Form 7] Error message after update of pluginGreat, worked fine. Thanks for quick response!
Best regards, FrankForum: Plugins
In reply to: [Event Organiser] ticket sort order in phpWell, it’s true that the sorting via the arrows in admin did have some effect.
But it was messed up somehow. As soon as I hit Publish and the admin page reloaded, the order was not the same as I had set it.
I found out by trial and erorr that one specific ticket was misbehaving, so a deleted it and and added it again.
Then sorting worked just fine.
Something is a bit fishy here, this is the second time this has happended.But it’s not a big issue, I’ll contact you if it happens again.
Kind regards, Frank
Forum: Plugins
In reply to: [Event Organiser] Suddenly no offline confirmation emails are sentHi Stephen, true, this is resolved. I could never find what was causing the error, but I loaded a backup of the involved files, and the emails started working again.
SO, as usual, it must have been an error I caused myself.
I wasn’t aware there were a Pro forum, I’ll contact you there the next time.
Thanks/Frank
Forum: Plugins
In reply to: [Dynamic Select for Contact Form 7] Building a filter for Woo ProductsHi, this is great, I managed to get a list of my event titles (post-type “event”) in to the drop down.
But What I actually would need is to get both event titles and ther corresponding dates.
Some events occurs at several dates, but it’s fine having them multiple times in the drop down, if ist sorted by date.
But I have no clue how to do this?
My code for a plain list with each event title listed once isfunction my_event_list() { $posts = get_posts( array( 'post_type' => 'event', 'posts_per_page' => -1, 'order'=> 'ASC', 'orderby' => 'title' ) ); foreach ( $posts as $post ) { $label = $post->post_title; // label of menu select option $value = $post->post_title; // value of menu select option $options[$label] = $value; } return $options; } add_filter('list-of-events', 'my_event_list', 10, 2);
Forum: Plugins
In reply to: [Event Organiser] Editing Event Dates / Times Doesn't HOLDHi again, actually the wording in any language should maybe say… nothing ??
Maybe just a list with the dates.
12-13 may
17-18 may
13-14 julyNo need for translation other than the date formats.
It would suit me fine, but you may have other suggestions?Best regards, Frank
BTW, I also contacted you via the link above.Forum: Plugins
In reply to: [Event Organiser] Editing Event Dates / Times Doesn't HOLDI’m afraid not, no changes are saved when editing an existing event.
There is another issue as well, which I doscovered when I created a new event. I’m not sure if it’s related to above, or if it is the swedish translation:
If a two day event has a first period of 5-6 may, and then another period from 17-18 may,
the event details on the single event page states that the event spans from May 5 to May 17.
Thats not really correct, it is two separate events; may 5-6 and may 17-18.It might just be a bad translation, or what would you say? Do I mess things up by having mutltiple day events with custom occurancies?
Best regards, Frank
Forum: Plugins
In reply to: [Event Organiser] Editing Event Dates / Times Doesn't HOLDTried your method on a new event at that works. But why not with an edited event where I want to add new dates?
/FrankForum: Plugins
In reply to: [Event Organiser] Editing Event Dates / Times Doesn't HOLDHi, thanx for a quick reply – big ups!
However I can not save any changed values for times/dates, it just keeps the first ones when the event was created.
Only way to bypass this is to delete the event and the add it agian as new event. That can′t be right, can it?Best regards, Frank
Forum: Plugins
In reply to: [Event Organiser] Editing Event Dates / Times Doesn't HOLDJust updated, but I experience the same problems as described above.
Also the single event page lists both startdates and enddates as starts, in other words: A two day event with custom occurence, 5- 6 may and another occurence 10-11 may is listed as four separate events with startdates 5, 6, 11 and 12.
Is this the same bug?
Best regards, Frank