Terry Delmar
Forum Replies Created
-
Forum: Plugins
In reply to: [StageShow] Stripe, unable to enter the full API codesI checked the database sshow_setting /stageshowsettings / option_value Only the first 80 characters of the key are stored.
Came up with a different workaround: changed Cat name A to B – then recreated Cat A, rechecked Newsletters to ensure only New Cat A was being used = I don’t need to retrain my user base as for them there is no change. However, still think it would be an awesome feature. Happy to close this one down, bye and Thanks, Terry
Resolved = Dev site updated to Malipoet 3.47.4 – single post whne out to 3 subscription lists, Many Thanks
Okay, but here is an alternative, use tags as a content filter, instead of categories, if you don’t want folks to see or be able to use those tags – then add use css “.tags-links {display:none;}” as this would not damage SEO.
or use Js and CSS to exclude two unique tags “X & Y”I’ve asked for this feature many times. FYI there are other Newsletter plugins that have this granular scheduling. I think the solution is to schedule 2 weekly newsletters, One uses the category “A” and the other category “B”.
Forum: Plugins
In reply to: [StageShow] Dutch Translationjust a thought – Maybe it’s time to give something back to the developers of this fantastic plugin – install Loco Translate, you can then create your own translation (to validate the transaltions use deeple.com as it is far superior to google translate) – then submit the po file.
Forum: Plugins
In reply to: [StageShow] German Translationjust a thought – Maybe it’s time to give something back to the developers of this fantastic plugin – install Loco Translate, you can then create your own translation (to validate the transaltions use deeple.com as it is far superior to google translate) – then submit the po file.
Forum: Plugins
In reply to: [StageShow] preload last with last saleFYI I have made the changes – strip test mode -we have reservation only in bookings. I will remove my script and then contact the person who complained ( a friend) then get him to test it out for us. I’ve not been able to replicate this. If they still have the same issue I can put my script back, retest and i’ll update this ticket with the results.
Forum: Plugins
In reply to: [StageShow] preload last with last saleThank you, Yes the payment gateway is “Simulator”.
The customer only wants to use resevations and not take cards(yet). I can set up stripe and use test mode (if I don’t enter the live keys this will prevent real card transactions) If I then use the reservations only option to remove the checkout button. Thanks for the fast response. Rdgs TerryForum: Plugins
In reply to: [StageShow] Discount codesWhat I’ve discovered. (test and production sites)
Set new ticket price and leave it (blank) you get a free ticket.
Once you set a price then something will not allow you set it to 0.00 or down to 9.00. As a test I set it to 0.001 (& didn’t think it would take the extra digit.) the tickets price = 0.00. If I book 10 seats the checkout is 0.01, this workaround works for us, as we only allow 6 max on a single booking.
TerryForum: Plugins
In reply to: [StageShow] Strong Customer Authentication (sept 2019)FYI. ON Stripe site, updated to the laster API on stripe dashboard (API released 2019-08-14)
In stageshow. I setup up Stripe gateway, adding both test mode keys, (live keys left empty). Booked 1 seat and used a known dummy VISA test card number 4242.
The transaction was successful, it appears in the Stripe test dashboard.
I then set Live keys – again used dummy card 4242 – payment was declined as the card was/is a known test card number.. I stopped testing as I need to talk to my clients before we incurring any fees. removed live leys and switched DEV site back to Reservation mode.Forum: Plugins
In reply to: [StageShow] Seat numbering on shortened rowsFYI Roger your Main website – has redirection issue. I can’t get into the contact page nor email you via the website. Terry
Forum: Plugins
In reply to: [StageShow] Discount codesI’m beginning to thinking something is corrupted, or there a js conflict after an update. I cannot add a new seating plan nor edit a plan without reservations/bookings.
But I need to leave things alone until existing events are over, these are working at the moment.Forum: Plugins
In reply to: [StageShow] Seat numbering on shortened rowsIf you’re like me – I struggled with seat numbering order – until I thought if I turn my plan 180% (stage at the bottom instead of the top.) so I got the lowest number is on the left…. Dooh. (just needed a bit of lateral thinking.)
I need to read the DOCs to work out use A10 etc… I’m thinking maybe use a column on the left with the A B C etc, maybe someone else can give you some guidance.Forum: Plugins
In reply to: [StageShow] Seat numbering on shortened rowsIt’s reasonably easy.
This code will create four sets of 5 seats with a gap in the middle.
[3.1] 1.1-1.5, [3.9] 1.6-1.10, (gives a wide aisle)
[4.2] 2.1-2.5, [4.8] 2.6-2.10,(gives you a narrower aisle)
*
The first pair of square brackets [3.1] is the third row and col in a normal seating grid, then you add in 5 seats with 1.1-1.5, (don’t forget the comma, it’s essential) but when preview the plan the seating plan you can book seat one row one, even though you placed this seat in row 3 on the planning grid.
The second set of square brackets [3.9] is a reference point to start the rest of the seats in that row 1.6-1.10,
and so on for each row.