Chris
Forum Replies Created
-
Forum: Plugins
In reply to: [StageShow] Mandatory contact phonePleasure.
Glad I could help.
Apologies for bring up an old post but you said you have a offline booking system which is now tied into stageshowgold via ODBC. I’ve set up something similar but was wondering what you had managed to come up with? Would be great to hear what you’ve done.
Forum: Plugins
In reply to: [StageShow] Mandatory contact phoneHi Graham,
I hopeIO can help as I had this exact same issue. This is a paypal seller setting and Paypal will not pass the phone number unless required to in your settings.
In paypal go to Profile -> Profile & Settings -> My Selling Preferences -> Website Preferences (Update) -> Contact Telephone Number.
Change this setting from Off (PayPal recommends this option) to On (Required Field).
Paypal should then pass back the telephone number supplied in paypal transactions to Stageshow.
Chris
- This reply was modified 8 years, 12 months ago by Chris.
Forum: Plugins
In reply to: [StageShow] Stageshow Seating Colours CSSJust as a heads up to anyone else attempting this:
Just adding the CSS to the CSS file which is editable within the settings page for me just wasn’t enough. I had to add the !important CSS tag to it. So:
div.stageshow-boxoffice-seat-allocated
{
background-color: #66ff33;
}BECAME
div.stageshow-boxoffice-seat-allocated
{
background-color: #66ff33 !important;
}for reserved seats.
As a heads up for anyone else who wishes to change the seating plan colours.
Forum: Plugins
In reply to: [StageShow] Stageshow Seating Colours CSSWriting the CSS isn’t the issue. I have wrote the CSS edits but the CSS file that the browser picks up first is the one in the main plugin folder and ignores the rest.
So if I remove the CSS in the plugin folder it picks up the next… Its just annoying removing the CSS after every update.
Forum: Plugins
In reply to: [StageShow] StageShow error stopping access to websiteHi Graham,
I have also just had a look at your website and I don’t see any issue. I hope this was a short lived bug and you are now sorted.
Rogerd202, Malcolm the Dev has a demo page here where you can register and use your own space to test all the GOLD version for yourself. I would highly recommend this plugin as I have managed to create some very complex seating plans, plus there are also some examples in the demo.
Chris
Forum: Plugins
In reply to: [StageShow] PHP Edit – BOXOFFICE_SORTFIELDSorted! Just like that!
Thanks again,
ChrisForum: Plugins
In reply to: [StageShow] HTML Emails appearing as attachments and looking rather bizarreHi Malcolm,
I have also tried a virgin e-mail address I have.
Thanks,
CForum: Plugins
In reply to: [StageShow] HTML Emails appearing as attachments and looking rather bizarreAlso to help viewing the e-mails from the stageshow tools view ticket button it looks grand.
When I receive the emails there seems to be 2 of them on the same e-mail. 1 at the top with without the <html.> and <head.> tag and one below with it.
Also there are bits on the e-mail like below:
–Part_A_bb2902a03ae3a0b36ff8f362579d0796
#emailblock{width: 740px;padding: 5px;border: 1px black solid;}
Thank you for your booking
AND
For further information on shows please visit our web site on: *SITE HERE*
–Part_A_bb2902a03ae3a0b36ff8f362579d0796
Content-Type: multipart/related; boundary=”Part_B_bb2902a03ae3a0b36ff8f362579d0796″–Part_B_bb2902a03ae3a0b36ff8f362579d0796
Content-Type: text/html; charset=”utf-8″
Content-Transfer-Encoding: 8bitForum: Plugins
In reply to: [StageShow] StageShow Gold payment – Can't downloadHey Malcolm,
Thanks for the quick e-mail! Your brill!
C