WORLDPAY Select Junior The attached file is for connection of your mysimpleshop to WORLDPAY. See the WORD .doc for a colour coded version. ******* PLEASE NOTE ******* Worldpay Junior Select restricts the description field (order details) to 255 characters. To save space several of the names have been removed when compared with our SECPay version. You may reinstate these if required (see below) New order lines start with # (you may change this ‘separator’ if you want - see below) Due to this restriction you may want to keep your product ID to a minimum - the part that says 'any product' in the example below. This code can be found on your product pages - NOT in the replacement order.htm page. If your product(s) use options, i.e. size, try to keep these options small i.e. S/M/L/XL or 10/12/14 etc. ********** order.htm page Near the top of the page you will find the following... Replace as required - set testMode to 101 for all order to fail (the current setting 100 will pass all orders) PRODUCT DISPLAY - find the code line below order_temp = "#"+theitem+", "+theoption+",£"+theprice+"x"+thequantity+";"; order = order+order_temp; The separator may be changed from # (start of the section below) you may also edit the following parts, this will change the description displayed in your orders; order_temp = "Item"+theitem+" size "+theoption+",£"+theprice+"x"+thequantity+";"; order = order+order_temp; Do NOT use ‘ within a description or option etc. P&P or Shipping charges - these lines appear near the bottom of the