Thread Starter
doodaf
(@doodaf)
Hi Malcolm
Another question for you, in addition to the one above – is it possible to add any extra questions to the purchaser during the checkout process? I would like to ask if they would like to be added to the mailing list, and how they heard about the concert.
Thanks
Judith
Thread Starter
doodaf
(@doodaf)
Hi
Sorry to bug you but it’s becoming increasingly urgent that I get the discount code feature working. Any ideas?
Thanks
Judith
Plugin Author
Malcolm
(@malcolm-oph)
Sorry …. My Plugin support is not 24/7. I’ve been away for 2 days for a family funeral everything else has had to wait.
Took a look at your site and couldn’t see a problem with the Discount Code. Did you fix it?
Making changes to the formatting of Date/Time is best done with custom CSS. I use the Firefox browser and use the developer tools built in to it to play with the CSS for a page. See the following age for details:
Examine_and_edit_CSS
You can add custom elements to the Checkout page. It does require creating custom HTML and Javascript, but there is an example to help you. Take a look at the stageshow-custom.js file in the plugins/stageshow****/templates/js folder for guidance.
The comments could be improved, but basically add custom HTML (something like that shown on line 11 in the JS file) as the “Checkout Note” setting on the “Advanced” tab of the StageShow Settings admin page. You need to add stageshow-custom.js as the custom JS file (again in the settings). If you change the “id” of the custom element (or if you add any extra elements) then you’ll need to edit the JS file (use the button on the settings page) to add a reference to the HTML element id. There is already an example on line 54 in the JS file. The working copy of the JS file is in the WP uploads/stageshow*** folder and stageshow will make a copy, with a new name, when you edit it.
-
This reply was modified 8 years, 4 months ago by
Malcolm.
Plugin Author
Malcolm
(@malcolm-oph)
Your reply got caught in the spam queue. It’s now been released.