WP_Query Object
(
[query] => Array
(
[post_type] => listings
[order] => DESC
[orderby] => date
[filter_location] => 1
[posts_per_page] => 10
[meta_query] => Array
(
[0] => Array
(
[relation] => AND
[0] => Array
(
[relation] => OR
[0] => Array
(
[key] => sold_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
)
)
[1] => Array
(
[relation] => OR
[0] => Array
(
[key] => racing_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
)
)
[2] => Array
(
[relation] => OR
[0] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
)
)
)
)
)
[query_vars] => Array
(
[post_type] => listings
[order] => DESC
[orderby] => date
[filter_location] => 1
[posts_per_page] => 10
[meta_query] => Array
(
[0] => Array
(
[relation] => AND
[0] => Array
(
[relation] => OR
[0] => Array
(
[key] => sold_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
)
)
[1] => Array
(
[relation] => OR
[0] => Array
(
[key] => racing_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
)
)
[2] => Array
(
[relation] => OR
[0] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
)
)
)
)
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[paged] => 0
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
=>
[category__in] => Array
(
)
[category__not_in] => Array
(
)
[category__and] => Array
(
)
[post__in] => Array
(
)
[post__not_in] => Array
(
)
[post_name__in] => Array
(
)
[tag__in] => Array
(
)
[tag__not_in] => Array
(
)
[tag__and] => Array
(
)
[tag_slug__in] => Array
(
)
[tag_slug__and] => Array
(
)
[post_parent__in] => Array
(
)
[post_parent__not_in] => Array
(
)
[author__in] => Array
(
)
[author__not_in] => Array
(
)
[ignore_sticky_posts] =>
[suppress_filters] =>
[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)
[relation] => AND
[table_aliases:protected] => Array
(
)
[queried_terms] => Array
(
)
[primary_table] => wp_posts
[primary_id_column] => ID
)
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
[0] => Array
(
[0] => Array
(
[0] => Array
(
[key] => sold_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
)
[relation] => OR
)
[1] => Array
(
[0] => Array
(
[key] => racing_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
)
[relation] => OR
)
[2] => Array
(
[0] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
)
[relation] => OR
)
[relation] => AND
)
[relation] => OR
)
[relation] => AND
[meta_table] => wp_postmeta
[meta_id_column] => post_id
[primary_table] => wp_posts
[primary_id_column] => ID
[table_aliases:protected] => Array
(
[0] => wp_postmeta
[1] => mt1
[2] => mt2
[3] => mt3
[4] => mt4
[5] => mt5
)
[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => sold_car
[value] =>
[compare] => =
[compare_key] => =
[alias] => wp_postmeta
[cast] => CHAR
)
[mt1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
[compare_key] => =
[alias] => mt1
[cast] => CHAR
)
[mt2] => Array
(
[key] => racing_car
[value] =>
[compare] => =
[compare_key] => =
[alias] => mt2
[cast] => CHAR
)
[mt3] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
[compare_key] => =
[alias] => mt3
[cast] => CHAR
)
[mt4] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
[compare_key] => =
[alias] => mt4
[cast] => CHAR
)
[mt5] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
[compare_key] => =
[alias] => mt5
[cast] => CHAR
)
)
[has_or_relation:protected] => 1
)
[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN wp_postmeta AS mt1 ON (wp_posts.ID = mt1.post_id AND mt1.meta_key = 'sold_car' ) LEFT JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id ) LEFT JOIN wp_postmeta AS mt3 ON (wp_posts.ID = mt3.post_id AND mt3.meta_key = 'racing_car' ) LEFT JOIN wp_postmeta AS mt4 ON ( wp_posts.ID = mt4.post_id ) LEFT JOIN wp_postmeta AS mt5 ON (wp_posts.ID = mt5.post_id AND mt5.meta_key = 'csoon_car' ) WHERE 1=1 AND (
(
(
( wp_postmeta.meta_key = 'sold_car' AND wp_postmeta.meta_value = '' )
OR
mt1.post_id IS NULL
)
AND
(
( mt2.meta_key = 'racing_car' AND mt2.meta_value = '' )
OR
mt3.post_id IS NULL
)
AND
(
( mt4.meta_key = 'csoon_car' AND mt4.meta_value = '' )
OR
mt5.post_id IS NULL
)
)
) AND wp_posts.post_type = 'listings' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'dp-rewrite-republish') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 3706
[post_author] => 2
[post_date] => 2021-02-05 19:16:49
[post_date_gmt] => 2021-02-05 19:16:49
[post_content] => 2005 Aston Martin DB9 Volante Finished in Tungsten Silver with Black hide interior has covered only 20,000 miles from new with 4 owners the last from 2009 to date with a full service history from new with 16 stamps in the service book. The car is in mint unmarked condition in every respect with perfect paint with no dents or stone chips and a beautiful unmarked interior and hood. Complete with all service books handbooks and tools with an invoice file and previous ownership document file. These V12 Astons are a real classic and fantastic value at only £39,950
[post_title] => 2005 Aston Martin DB9 Volante
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 2005-aston-martin-db9-volante
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-05 19:18:57
[post_modified_gmt] => 2021-02-05 19:18:57
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3706
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 3681
[post_author] => 1
[post_date] => 2021-02-01 19:13:04
[post_date_gmt] => 2021-02-01 19:13:04
[post_content] => 1986 Aston Martin V8 Volante EFI Automatic LHD . Finished in Cannock / Masons Black with Natural Hide interior and beige carpets with a Black Mohair hood .This example was built new in late December 1986 for a very special customer and on completion on the 19th December it was then airfreighted to the U.S.A to Aston Martin Lagonda , Beverley Hills in California
During the festive season one of the staples the world over is to watch one of the older Bond Movies on TV . At that time in 1986 the new Bond film was titled The Living Daylights featuring Timothy Dalton as Agent 007 and for the first time in 15 years an Aston Martin was to be his mode of transport in that film and in fact 2 Aston V8 Coupes were used.
The car on offer here, the Aston V8 Volante, was delivered new just after Christmas by Aston Martin in Beverly Hills to Mr. Albert R. (Cubby) Broccoli the producer of all the James Bond films and one of the most successful film producers in Hollywood.
He kept the car up until his death in 1996 and it was retained by his family for a number of years .
The car was on display at the opening of the Galpin Aston Martin Showroom in April 2005 which was attended by the California Governor Arnold Schwarzenegger and a host of celebrities, plus it was on display at an Aston Martin club function in Beverley Hills with pictures of the event prior to being acquired by another well known film producer.
The car was acquired by us in 2016 and shipped to the UK and registered here to ourselves before being sold to a significant UK Aston collector .
We have now acquired the car for a second time as he has decided to slim down his extensive collection.
The car has covered only 18,000 miles and is in superb condition in all respects and comes with the original build sheets, handbook and sales invoice plus other correspondence and is currently UK registered and tax paid in the UK.
This is an opportunity to acquire not only a very collectable and low mileage example of an Aston V8 Volante , but one with a fascinating provenance.
Please telephone direct to discuss details and price .
[post_title] => 1986 Aston Martin V8 Volante EFI Automatic LHD
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1986-aston-martin-v8-volante-automatic-lhd
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-26 23:24:00
[post_modified_gmt] => 2021-02-26 23:24:00
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3681
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 3649
[post_author] => 2
[post_date] => 2021-01-31 16:54:20
[post_date_gmt] => 2021-01-31 16:54:20
[post_content] => 1975 Ferrari 365 GT4 2+2 Manual 5 Speed RHD. Finished in Grigio Argento Le Sancy with Blue Hide and carpets. Supplied new in the UK by Maranello in July 1975 . Large and extensive history file including original sales invoice and servicing records from new with invoices and a complete ownership record from new with copy V5 documents and MOT certificates from 1992. The car is in lovely condition in all respects with unmarked bodywork and paintwork with a beautiful original interior and has been recently been serviced by marque specialists and has the benefit of a stainless exhaust . Complete with handbooks , service books and tool bag.
£69,950
[post_title] => 1975 Ferrari 365 GT4 2+2 Manual RHD
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1975-ferrari-365-gt4-22-manual-rhd
[to_ping] =>
[pinged] =>
[post_modified] => 2021-01-31 17:00:49
[post_modified_gmt] => 2021-01-31 17:00:49
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3649
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[3] => WP_Post Object
(
[ID] => 3618
[post_author] => 2
[post_date] => 2020-11-29 18:35:17
[post_date_gmt] => 2020-11-29 18:35:17
[post_content] => 1977 Ferrari 400 GT Manual Carb RHD . Finished in Blue Ortis with Beige Hide with Blue inserts and Corda carpets this is without doubt the rarest and most desirable of the entire 400 series being one of only 23 UK RHD Manual Carb cars built of which only 12 remain in the UK.
This example was supplied new by HR Owen London and has the benefit of a steel sunroof fitted at Maranello prior to delivery and comes with the original order details , build sheets and sales invoice from Maranello . It has covered only 19,000 miles from new and has just been recommissioned, after long term ownership by a Ferrari collector who kept the car dry stored for many years, by the leading Ferrari Specialist in the North West UK which included a complete high quality repaint including the chassis and undersides !! , complete engine rebuild with rings , valves and chains replaced plus all the ancillaries have been overhauled or replaced including air con. compressor, carbs , manifolds , radiators , starter , alternator, heater system and trunking, cam covers re crackle finished and the engine bay prepared to concours standard, a new clutch assembly fitted , a complete brake overhaul ,Stainless exhaust, refurbished wheels and much more with invoices for nearly £60,000. Complete with Original Handbook ,Toolbag and document file. The car is now in magnificent condition in every respect and is without doubt the finest example available . £99,950
[post_title] => 1977 Ferrari 400 GT Manual Carb RHD £99,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1977-ferrari-400-gt-manual-carb-rhd
[to_ping] =>
[pinged] =>
[post_modified] => 2020-12-12 19:53:00
[post_modified_gmt] => 2020-12-12 19:53:00
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3618
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[4] => WP_Post Object
(
[ID] => 3571
[post_author] => 2
[post_date] => 2020-10-17 13:01:22
[post_date_gmt] => 2020-10-17 12:01:22
[post_content] => 1962 Porsche 356B T6 Coupe Finished in Ruby Red with Grey Hide interior this Left Hand Drive example was delivered new to USA West Coast Porsche Dealership Competition Motors of North Hollywood in the spring of 1962 when it was in the USA up until 2015 , during this time it had a back to bare metal restoration in the middle of the 1990,s and has covered only 15,000 miles to date. Imported in to the UK in 2015 and UK registered and tax paid in the EU forming part of a significant UK collection. Still in excellent rust free condition as you would expect from a west coast US car with virtually unmarked paintwork a lovely interior , a sharp clean engine bay and undersides in satin black the car is ready to use having just been serviced and recommissioned by Marque Specialists with supporting invoices for parts from Roger Bray Classic Porsche including replacement Hi Torque starter motor. Complete with Porsche Certificate of Authenticity, pouch , handbook and service book £56,950
[post_title] => 1962 Porsche 356B T6 Coupe LHD £56,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1962-porsche-356b-t6-super-75-lhd
[to_ping] =>
[pinged] =>
[post_modified] => 2021-03-01 11:00:42
[post_modified_gmt] => 2021-03-01 11:00:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3571
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[5] => WP_Post Object
(
[ID] => 3542
[post_author] => 2
[post_date] => 2020-08-08 14:11:57
[post_date_gmt] => 2020-08-08 13:11:57
[post_content] => 1964 Maserati 3500 GTI Sebring Series1 5 Speed Manual with coachwork by Carrozzeria Vignale. Right Hand Drive UK registered. This example is finished in Amaranto Roma with Nero Hide interior with Grey carpets and is one of only 15 right hand drive cars built with only 5 known to survive . The condition is magnificent with perfect panel fit , arrow straight panels, stunning paintwork with the undersides of the car in the same order, 59,000 recorded miles believed genuine , Borrani wheels with Michelin tyres. Supplied new by Maserati Concession Ltd. , Holland Park , London on 10.2 1964 and complete with Maserati Classiche Certification , Maserati Instruction Manual and Parts Manual this is a rare opportunity to acquire one of these fabulous cars which cost new over £5000 in 1964 and are today fantastic value compared to a similar period Ferrari and is attractively priced at only £179,950
[post_title] => 1964 Maserati 3500 GTI Sebring Series1 RHD £179,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1964-maserati-3500-gti-sebring-series1-rhd
[to_ping] =>
[pinged] =>
[post_modified] => 2020-12-12 19:49:38
[post_modified_gmt] => 2020-12-12 19:49:38
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3542
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[6] => WP_Post Object
(
[ID] => 3498
[post_author] => 2
[post_date] => 2020-06-18 18:55:19
[post_date_gmt] => 2020-06-18 17:55:19
[post_content] => Ferrari Speciale . This Ferrari was commissioned in 1969 for a well known customer of Maranello Concessionaires and was supplied Right Hand Drive and UK registered from new , with the original build sheets and sales invoice. It was later rebodied in the style of a 1950,s race car by a subsequent UK Ferrari owner/ collector who had in mind an evocation of the 1950,s with an all aluminium body built in Italy by a well known Italian coachbuilder and retaining the original Ferrari Chassis , engine , gearbox , transmission and running gear/suspension etc . The build quality is quite exceptional with hand riveted panel work with the coachwork finished in period cellulose paint in Rosso Corsa with the interior leather sourced from Italy with some beautiful period original features . The car is not a replica or recreation and has been designed and constructed for fast road and rally use rather than racing and has many modern, practical refinements to make the car tractable for road use and equally at home in a city centre or out on the open road with a driving experience that is quite phenomenal !!! Since completion the car has covered minimal mileage and is in as new out of the box condition . PLEASE TELEPHONE FOR PRICE AND DETAILS
[post_title] => Ferrari Speciale
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => ferrari-speciale
[to_ping] =>
[pinged] =>
[post_modified] => 2020-08-09 16:06:53
[post_modified_gmt] => 2020-08-09 15:06:53
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3498
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[7] => WP_Post Object
(
[ID] => 3447
[post_author] => 2
[post_date] => 2020-04-13 16:31:33
[post_date_gmt] => 2020-04-13 15:31:33
[post_content] => 2007 Ferrari 599 F1 GTB Fiorano RHD UK Supplied . Finished in Argento Nürburgring Metallic with Grigio Scuro leather interior. Electric Daytona Seats with Charcoal inserts, 20inch Monolitic Wheels, Yellow Calipers, Scuderia wing shields, Carboceramic Brakes, Roll Cage, Carbon Fibre Driving Zone, Carbon Fibre Lower Cabin, Giallo rev counter, Bose Hi Fi. Full Main Agent Service History from new with 52 K. Recent health check with Main Dealer and major service carried out including new clutch , engine , suspension and air con work total invoice £13,281.Complete with Ferrari Leather pouch, handbooks ,service books and tools. Superb condition and breathtaking to drive !!!
[post_title] => 2007 Ferrari 599 F1 GTB Fiorano
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 2007-ferrari-599-f1-gtb-fiorano
[to_ping] =>
[pinged] =>
[post_modified] => 2020-12-12 19:45:12
[post_modified_gmt] => 2020-12-12 19:45:12
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3447
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[8] => WP_Post Object
(
[ID] => 3305
[post_author] => 2
[post_date] => 2019-11-09 19:27:04
[post_date_gmt] => 2019-11-09 19:27:04
[post_content] => 1971 OTAS Grand Prix Coupe LHD This example of these ultra ultra rare Italian coupes is finished in Lamborghini lime green with black trim and is Chassis number 014 out of a production run of around 100 cars and only around 20 are thought to have survived with 010 in the Lane Motor Museum in Nashville Tennessee . These beautiful little steel bodied coupes in the style of a mini Lambo Muira were built on a Fiat 850 platform by Carlo Francesco Lombardi who was an aircraft manufacturer turned coachbuilder and weighs in at only 630 Kg. with a sleeved down 4 cylinder 817 cc engine with uprated camshaft and 10.1 compression , single barrel carb, Abarth tubular headers and exhaust giving the compact engine 52 HP. 4 Speed Manual box with front discs with suspension featuring upper A arms and lower transverse leaf springs in front , semi trailing arms and coil springs to the rear. A reputed top speed of 99 MPH was quoted with a list price $3600 . The OTAS badge was for cars export out of Italy ( Officina Transformazione Automobil Sportive) . History file is with the car inc copies of US title docs , invoices and correspondence.
This lovely example has a detailed US ownership history and the body has been restored with an original interior and an upgraded cooling system with hidden radiator in the front of the car and the Chrome bolt on wire wheels have been fitted.
Tax paid in the EU and UK Registered this is a unique opportunity to acquire an ultra rare Italian classic for only £26,950.
PLEASE VIEW THE COMPREHENSIVE ARTICLE ON THESE AMAZING LITTLE CARS FEATURED IN THE MARCH 2021 EDITION OF CLASSIC AND SPORTS CAR.
[post_title] => 1971 OTAS Grand Prix Coupe LHD £26,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1971-otas-grand-prix-coupe-lhd
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-17 20:00:25
[post_modified_gmt] => 2021-02-17 20:00:25
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3305
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[9] => WP_Post Object
(
[ID] => 2649
[post_author] => 2
[post_date] => 2017-10-01 16:15:13
[post_date_gmt] => 2017-10-01 15:15:13
[post_content] => 1964 Jaguar E-Type 3.8 Fixed Head Coupe finished in Primrose Yellow with a black hide interior and carpets and fitted with all round Sundym glass, chrome wires and the original Motorola radio. This UK supplied RHD example had one airline pilot owner from May 1964 to October 1968 having covered just 15,300 miles before passing to the second owner who ran the car till 1976 the mileage then being just under 48,000 and was laid up until 1981 when a restoration to concours standards began which was completed in 1988. On its debut at the 1988 Benson & Hedges Concours it took the Newcomers Class then went on to take the 1989 Jaguar Drivers Club Supreme E-Type Award the 1991 Autoglym Jaguar Concours 2nd prize(with its third owner) and last but not least Car of the Show at the 1992 Classic Car Roadshow.It was then aquired by a private collector and has formed part of a large collection for the past 20 years. The car comes with a documented history , magazine features, concours trophies, MOT file and invoices, original buff log book and Jaguar Heritage certificate plus handbook and tools.The overall condition is outstanding and is one of the finest examples we have seen. PLEASE CALL FOR PRICE AND DETAILS
[post_title] => 1964 Jaguar E-Type 3.8 Fixed Head Coupe
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1964-jaguar-e-type-3-8-fixed-head-coupe
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-05 19:36:53
[post_modified_gmt] => 2021-02-05 19:36:53
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://threegirlstest.co.uk/svs/?post_type=listings&p=2649
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 10
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 3706
[post_author] => 2
[post_date] => 2021-02-05 19:16:49
[post_date_gmt] => 2021-02-05 19:16:49
[post_content] => 2005 Aston Martin DB9 Volante Finished in Tungsten Silver with Black hide interior has covered only 20,000 miles from new with 4 owners the last from 2009 to date with a full service history from new with 16 stamps in the service book. The car is in mint unmarked condition in every respect with perfect paint with no dents or stone chips and a beautiful unmarked interior and hood. Complete with all service books handbooks and tools with an invoice file and previous ownership document file. These V12 Astons are a real classic and fantastic value at only £39,950
[post_title] => 2005 Aston Martin DB9 Volante
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 2005-aston-martin-db9-volante
[to_ping] =>
[pinged] =>
[post_modified] => 2021-02-05 19:18:57
[post_modified_gmt] => 2021-02-05 19:18:57
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://svs-ltd.com/?post_type=listings&p=3706
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 10
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] => 1
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] =>
[is_privacy_policy] =>
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_favicon] =>
[is_posts_page] =>
[is_post_type_archive] => 1
[query_vars_hash:WP_Query:private] => 764809ac7c0f4da9c6d4902aa4ff3cb6
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)
[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)
)
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more