All strips have four infantry or two mounted figures unless indicated by a number in ( ). One gun or limber model per code.

 

How to order

Orders can be emailed, phoned or sent by post.

We will then cast and pack your order, calculate P&P and the when the order is ready for dispatch we will e-mail you the total.

Please let us know the country of destination

Some find this system a little different but the only way we can give you an EXACT quote including postage is to get the order ready for dispatch. Additionally there is no point you paying for an order until its ready to go. If you just want a 'ballpark' cost the order forms will give you this in most cases and all the prices are on the website to make your own calculations.

No we don’t have a cart system for several reasons, the complexity of the ranges for one and also that we only charge the exact postage cost, cart systems just charge an set amount and we prefer to make our profits from selling figures not skimming from the postage charges.

 

Payment can be made by card via Paypal, cheque or postal order.

To pay via Paypal just click on the Paypal button and that will take you to the paying in page.

Preset order forms are provided for the pre packed units, just download the appropriate form, fill it in and then attach it to your e-mail. Simple as that, the order forms will do all the basic math's as you go.

There is a general order form for strips available as well as specific forms for the pre packed Napoleonic units. Don’t fill in the POSTAGE section we will do that for you.

A good idea to keep copies of the order forms saves having to download them each time. They are in ods format which should present no compatibility issues but if they do occur you can download OPEN OFFICE (http://www.office-suite.org ) This is freeware/shareware and a dashed good bit of kit.

 

If your order is a fairly short simple one than you can just cut and paste directly into an e-mail.

If you have ANY problems with the site please do let us know we appreciate defects being pointed out to us.

If possible please have the delivery address on your Paypal account filled in in block capitals as this makes cutting and pasting for posting easier.

There is a PDF downloaded version of the catalogue available HERE

POSTAGE RATES

wp510cc519.jpg

Inland & BFPO Minimum of £1.30 there after 10-15% of order value

( for WWII orders 10-15%) up to £150 orders over this value £15.00 only

wp7c373dfd_02.jpg

European Union Countries

Minimum of £3.00 there after up to 45% of order value

up to £270.00 orders over this value £28.00 only

wp4671b48e.jpg

Minumum of  £ 4.00 thereafter

35- 40% of order value up to order value of £ 340 thereafter

£ 55.00 only

wp11dbd55d.jpg

Minumum of £4.00 thereafter 20-40% of order value up to order value of £340 thereafter £55.00 only

POSTAGE ADDRESS

ADLER MINIATURES

15 Treyford Close

Brighton. Sussex.

BN2 6NP. Tel:01273 973662

adlermin@clara.co.uk

CHEQUES MADE PAYABLE TO ADLER MINIATURES

wp80ea9ff5.gif
wp48660c96.gif
wp4fbfb62f.gif
wp4703fb30.gif

I should point out that we are a designer led outfit, apart from Kevin Hall who helps with the research and does the Trade shows this is a one man operation. We don't have a team of casters and packers waiting around for orders. Basically I do everything from designing the figures to taking the orders down to the post office. Sometimes this means we are a little slow to process an order, particularly at busy times around Trade shows and if we happen to take a holiday. Normally orders take from 3-10 days to get sorted.

wp76e83692.gif

Australia & NZ Minimum

£4.00 thereafter 30-40% of order total up to order value of £350.00 thereafter £65.00 only.

UP UNTIL NOW WE HAVE ALWAYS REPLACED ORDERS THAT  HAVE GONE ‘MISSING’ IN THE POST  BUT A  RECENT  OUTBREAK OF POSTAL UNRELIABILITY MEANS WE CAN NO LONGER AFFORD TO DO THIS UNLESS THE ORDER HAS BEEN SENT WITH  ‘SIGNED FOR TRACK ABILITY’

 B-30  C-35  D-40  E-41  F-44  G-46  H-60  I-90  J-52

<div id="smart-button-container">

   <div style="text-align: center"><label for="description"> </label><input type="text" name="descriptionInput" id="description" maxlength="127" value=""></div>

     <p id="descriptionError" style="visibility: hidden; color:red; text-align: center;">Please enter a description</p>

   <div style="text-align: center"><label for="amount"> </label><input name="amountInput" type="number" id="amount" value="" ><span> GBP</span></div>

     <p id="priceLabelError" style="visibility: hidden; color:red; text-align: center;">Please enter a price</p>

   <div id="invoiceidDiv" style="text-align: center; display: none;"><label for="invoiceid"> </label><input name="invoiceid" maxlength="127" type="text" id="invoiceid" value="" ></div>

     <p id="invoiceidError" style="visibility: hidden; color:red; text-align: center;">Please enter an Invoice ID</p>

   <div style="text-align: center; margin-top: 0.625rem;" id="paypal-button-container"></div>

 </div>

 <script src="https://www.paypal.com/sdk/js?client-id=sb&enable-funding=venmo&currency=GBP" data-sdk-integration-source="button-factory"></script>

 <script>

 function initPayPalButton() {

   var description = document.querySelector('#smart-button-container #description');

   var amount = document.querySelector('#smart-button-container #amount');

   var descriptionError = document.querySelector('#smart-button-container #descriptionError');

   var priceError = document.querySelector('#smart-button-container #priceLabelError');

   var invoiceid = document.querySelector('#smart-button-container #invoiceid');

   var invoiceidError = document.querySelector('#smart-button-container #invoiceidError');

   var invoiceidDiv = document.querySelector('#smart-button-container #invoiceidDiv');

 

   var elArr = [description, amount];

 

   if (invoiceidDiv.firstChild.innerHTML.length > 1) {

     invoiceidDiv.style.display = "block";

   }

 

   var purchase_units = [];

   purchase_units[0] = {};

   purchase_units[0].amount = {};

 

   function validate(event) {

     return event.value.length > 0;

   }

 

   paypal.Buttons({

     style: {

       color: 'gold',

       shape: 'pill',

       label: 'paypal',

       layout: 'vertical',

       

      },

 

     onInit: function (data, actions) {

       actions.disable();

 

       if(invoiceidDiv.style.display === "block") {

         elArr.push(invoiceid);

       }

 

       elArr.forEach(function (item) {

         item.addEventListener('keyup', function (event) {

           var result = elArr.every(validate);

           if (result) {

             actions.enable();

           } else {

             actions.disable();

           }

         });

       });

     },

 

     onClick: function () {

       if (description.value.length < 1) {

         descriptionError.style.visibility = "visible";

       } else {

         descriptionError.style.visibility = "hidden";

       }

 

       if (amount.value.length < 1) {

         priceError.style.visibility = "visible";

       } else {

         priceError.style.visibility = "hidden";

       }

 

       if (invoiceid.value.length < 1 && invoiceidDiv.style.display === "block") {

         invoiceidError.style.visibility = "visible";

       } else {

         invoiceidError.style.visibility = "hidden";

       }

 

       purchase_units[0].description = description.value;

       purchase_units[0].amount.value = amount.value;

 

       if(invoiceid.value !== '') {

         purchase_units[0].invoice_id = invoiceid.value;

       }

     },

 

     createOrder: function (data, actions) {

       return actions.order.create({

         purchase_units: purchase_units,

       });

     },

 

     onApprove: function (data, actions) {

       return actions.order.capture().then(function (orderData) {

 

         // Full available details

         console.log('Capture result', orderData, JSON.stringify(orderData, null, 2));

 

         // Show a success message within this page, e.g.

         const element = document.getElementById('paypal-button-container');

         element.innerHTML = '';

         element.innerHTML = '<h3>Thank you for your payment!</h3>';

 

         // Or go to another URL:  actions.redirect('thank_you.html');

         

        });

     },

 

     onError: function (err) {

       console.log(err);

     }

   }).render('#paypal-button-container');

 }

 initPayPalButton();

 </script>