Title: configuration seat
Last modified: August 2, 2019

---

# configuration seat

 *  Resolved [perpigia](https://wordpress.org/support/users/perpigia/)
 * (@perpigia)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/)
 * Installed StageShow
    I can’t find a configuration to create one simple table 
   seating from 1 to 90 divided into 9 lines and 10 places per line, when I arrive
   above the generated block with the mause pointer should give me the corresponding
   number as: (is it possible to get this?)   1 2 3 …… 11 12 13 ……. 21 22 23 …… 
   and not : A1 A2 A3 ….. B1 B2 B3 ….. C1 C2 C3 …..

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Chris](https://wordpress.org/support/users/weazel91/)
 * (@weazel91)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11793929)
 * Hi Perpigia,
 * The easiest way to go about this is the following:
 * Create a seat decode named SEATING.tab in the following folder:
    wp-content/uploads/
   stageshow/html/
 * In this file put the following:
 *     ```
       Index	Row	Seat
       1		1
       2		2
       3		3
       4		4
       5		5
       6		6
       7		7
       8		8
       9		9
       10		10
       11		11
       12		12
       13		13
       14		14
       15		15
       16		16
       17		17
       18		18
       19		19
       20		20
       21		21
       22		22
       23		23
       24		24
       25		25
       26		26
       27		27
       28		28
       29		29
       30		30
       ```
   
 * … etc
 * In stageshow go to seating plans and add a new seating plan. In zone spec add
   the following:
    `1.1-1.10,[2.1]1.11-1.20,[3.1]1.21-1.30`
 * Select the SEATING.tab in the Seat Decode Definition dropdown and save.
 * The square brackets state the location of the first seat and not stating a ROW
   within the decode file means that the seat will only have a number.
 * Hope this helps,
    Chris
 *  Thread Starter [perpigia](https://wordpress.org/support/users/perpigia/)
 * (@perpigia)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11794623)
 * Hi Chris,
 * made as from your instructions created the decoding
    SEATING.tab in the folder:
   wp-content / uploads / stageshow / html /
 * In the StageShow – Piani Posti everything is ok when I go to generate the preview,
   but I don’t see anything on the sales page like that?
 * I should see the square formed by the blocks (as I see in the preview)
    1-10 
   11-20 21-30 ….. and to be able to select and purchase seats
 * can you help me in this as well
    Thanks James
 *  [Chris](https://wordpress.org/support/users/weazel91/)
 * (@weazel91)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11795052)
 * Hi James,
 * So the seating plan looks okay in the preview? If this is correct then you need
   to continue the setup for price plans, performances and shows.
 * If the seating plan in preview looks good then do the following:
 * Go to Shows and create a show. Include its name and venue name. Save this.
 * Next click Price Plans. Select the Seating Plan you created and click ‘Add New
   Price Plan’. Name the price plan. Type a ticket name, i.e. ADULT or CONCESSION,
   and choose the zone within the seating plan you made from the dropdown. Set a
   price, choose who should see the available seats (public for public and Admin
   for only people with SS roles) When done save this.
 * Next go to Performances. Under the show name select the price plan you created
   from the drop down and click ‘Add New Performance’. Choose the date and everything
   for the performance. Save this.
 * As long as the performance is in the future you will see it on the sales page.
 * Hope this helps,
    Chris
 *  Thread Starter [perpigia](https://wordpress.org/support/users/perpigia/)
 * (@perpigia)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11798518)
 * Hi Chris,
    Performed as per your instructions and now it seems to work but I 
   still have some problems:
 * Not everything appears in the cart (site in Italian)
    in Italian but something
   in English On which file / folder should I intervene to modify?
 * I need a form before checkout
    for entering the buyer’s data for a registration
   on the site (such as what is displayed by clicking reserve) but I only have to
   sell the buyer can not reserve should only buy On which file / folder should 
   I intervene to modify?
 * Timeout Checkout does not change the number 60 (it seems to me
    60 minutes) preset.
   I would like to put it at 5 minutes Time that the buyer makes the Checkout otherwise
   the place must return free / available
 * StageShow – Discounts gives me a chance to enter
    a code and not a% (discount
   percentage)
 * How can I change the buttons that are square and black
    (ugly to see)
 * How can I insert an img instead of the green block
    to select
 * Thank you
 *  [Chris](https://wordpress.org/support/users/weazel91/)
 * (@weazel91)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11798634)
 * Hi,
 * With regards to translation of plugins I am unsure as I have never had to do 
   this. Maybe someone else can help with that.
 * Form before checkout. From what I think you are saying you wish someone to register
   for your site before they can purchase. If this is the case put the [sshow-boxoffice]
   tag on a page which can only be seen by logged in users. This way they must register
   first and input their details before purchase.
 * For timeout checkout please see the following file:
    /wp-content/uploads/stageshow/
   stageshow-wp-config.php Look for the definition STAGESHOWLIB_GATEWAYAPI_ABANDON_TIMEOUT
   change this to 5 and save.
 * The stageshow discounts do not work in that way. To offer a discount using Stageshow
   create a code within Stageshow – Discount Codes. Create a ref and add codes using
   a return after each code which you wish to use, save this. Then go to prices,
   here you will see a new field for each price type. If the customer enters the
   discount code the price you enter here will be updated in the trolly to the new
   price. % discounts are not available without some intricate PHP scripting.
 * What is your website, I believe a lot of the buttons etc can be changed with 
   CSS.
 * Thanks,
    Chris
 *  Thread Starter [perpigia](https://wordpress.org/support/users/perpigia/)
 * (@perpigia)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11799233)
 * Hi Chris,
                        where can I send you screenshots?
 * In which CSS should I intervene?
 * Thank you
    James
 *  [Chris](https://wordpress.org/support/users/weazel91/)
 * (@weazel91)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11802614)
 * Hi James,
 * [chris@shineboxoffice.co.uk](https://wordpress.org/support/topic/configuration-seat/chris@shineboxoffice.co.uk?output_format=md)
   if you want to send anything to there.
 * The CSS should be the one selected within Stageshow -> Settings -. Advanced -
   > Custom Admin Stylesheet AND Custom Stylesheet.
 * Thanks,
    Chris
 *  Thread Starter [perpigia](https://wordpress.org/support/users/perpigia/)
 * (@perpigia)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11805743)
 * Hi Chris,
                     changing the wp theme I managed to get nice buttons
   and now I’m configuring well (no I have much time to spend, but I hope to finish
   soon)
 * From the show page if I click on “View seats
    available “redirects me to the 
   Home Page where did I go wrong ? I can not understand Thanks James

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘configuration seat’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/stageshow_3c5670.svg)
 * [StageShow](https://wordpress.org/plugins/stageshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stageshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stageshow/)
 * [Active Topics](https://wordpress.org/support/plugin/stageshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stageshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stageshow/reviews/)

## Tags

 * [configuration](https://wordpress.org/support/topic-tag/configuration/)
 * [seat](https://wordpress.org/support/topic-tag/seat/)

 * 8 replies
 * 2 participants
 * Last reply from: [perpigia](https://wordpress.org/support/users/perpigia/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/configuration-seat/#post-11805743)
 * Status: resolved