Chris
Forum Replies Created
-
Forum: Plugins
In reply to: [StageShow] Custom Gateway Ticket Emails not sending since 8.0.3 updateHi again Mediatricks,
I’m not sure if/where I’ve gone wrong. This hasn’t quite worked for me. A sale ref isn’t added to a reserved “On Hold” entry.
I’ll have a play around and see whats up.
C
Forum: Plugins
In reply to: [StageShow] Custom Gateway Ticket Emails not sending since 8.0.3 updateHi again Mediatricks,
Apologies for taking so long in getting back to you! This is excellent. Got all this to work beautifully, the only issue is that it doesn’t help me really with my problem. Unless I’ve missed something?
When a customer starts a sale and goes through to paypal the sale is added to “Checkout” in the back end sales table. It’s from here (using your code) that I select the sale and place it “On Hold” or “Hold Booking”. This moves it in the back end sales table from the Checkout tab to the Current tab which is great!
It doesn’t however add a sale transaction number to it and that is an issue for us as all our sales are checked against that at the theatre.
Does this work for you, and I have missed something? Or is it the same for you?
Thanks,
Chris- This reply was modified 7 years, 8 months ago by Chris. Reason: Spelling
Forum: Plugins
In reply to: [StageShow] Custom Gateway Ticket Emails not sending since 8.0.3 updateHi Mediatricks,
Question for you. Your number 2. This used to be an option for admins that got taken out a few versions back. A customer would start a sale and get to checkout then phone us up as they want to add another seat/don’t know how to pay/”something gone wrong” etc. We used to then, like you reserve or take over the sale for them from checkout. The issue I had is that if we did, because the record was in checkout, when we completed it we never got a sale reference number.
If you’ve managed this can you share how you did it? I’d love to hear and add this option back in, if even just manually just now!
Thanks,
ChrisForum: Plugins
In reply to: [StageShow] Update FailedHi Toto,
As Dmanherz says.
Firstly deactivate stageshow+, NO NOT DELETE IT if you wish your database to be copied over.
Search stageshow in plugins -> new.
Install stageshow.
Ensure all your database has copied over. If it has you can then safely delete stageshow+
Forum: Plugins
In reply to: [StageShow] Can’t Edit Sales V8.0.1Thanks Malcolm,
Fixed exceeding quickly in v8.0.2
Thanks again,
ChrisForum: Plugins
In reply to: [StageShow] Payment gateways?Stageshow Gold, unsure if these gateways are available for Stageshow+:
Stageshow -> Settings -> Payment Gateway (Tab)
Payment Gateway includes the following:
Mollie
Payfast
Paypal
StripeForum: Fixing WordPress
In reply to: Queuing Users PluginHi Steve,
Thanks for the reply. At present all our users are being held on a “Countdown” page via the plugin launchpad. When the countdown hits 0 is when we have the issue 200+ people hitting the server at once. Once people start to refresh pages and work their way through the site it becomes pretty stable as everyone isn’t hitting the site at once. This is the issue I’m facing.
Thanks,
ChrisForum: Plugins
In reply to: [StageShow] Cannot enter sales from adminJust checked.
I second this. In admin as soon as you click “Select” on a performance or show entry(if you have more than 1 show) nothing.
Gulp!
Forum: Plugins
In reply to: [StageShow] Mobile Responsive Layout – An Ugly Solution?Hi Chippie,
First off, thanks!
It’s created using the define parameters in the stageshow-wp-config.php file in uploads and some JS functions to pass back to the trolly on checkout. The join mailing list is, at present manual, but may look at passing parameters back to some php if I get a chance.
I’d paste all the snippets of the code here but its quite lengthy. If you wish to discuss further drop me an email. chris@shineboxoffice.co.uk
Thanks,
ChrisForum: Plugins
In reply to: [StageShow] Post/Get Method Paypal RecommendationHi Malcolm,
No worries and thanks again.
Chris
Forum: Plugins
In reply to: [StageShow] Adding sales after the showNo worries,
Glad I could help.
C
Forum: Plugins
In reply to: [StageShow] Adding sales after the showHey,
I believe the line should be
define('STAGESHOWLIB_ADMIN_EXPIRETIMEOFFSET', 86400); /*24 Hours/*Thats what I have in my stageshow-wp-config.php.
Does this help?
Chris
Forum: Plugins
In reply to: [StageShow] Show stage positionGlad I could be of some assistance.
Chris
Forum: Plugins
In reply to: [StageShow] Show stage positionHi Graham,
See my edited reply above.
I think that is your best bet as I know it works. You can have a look here at ours which isnt live yet for bookings but you can see the seating plan:
shineboxoffice.co.uk/box-office
That was made using the way described above.
Chris
Forum: Plugins
In reply to: [StageShow] Show stage positionHi Graham,
EDIT:
I have always used a graphic in seating plans with the [i1] or [i2] etc in the seating plan with the css as below:
.stageshow-boxoffice-SEATINGPLANNAMEHERE-block1 { height: 40px; background: #202020 url("../images/stage.png") no-repeat center center; }I’ve never tried to put text on the plan using CSS.
The way above as in Malcolms example gives more flexibility I feel.
Chris
- This reply was modified 8 years ago by Chris.