Tout sur les antiquités au Québec

Collectionneurs, antiquaires et amateurs

Antiquaires collections brocantes antiquités Québec Carte des antiquaires

Carte des Antiquaires du Québec

Expositions d'Antiquités, encans et brocantes

Trouvez un antiquaire n'aura jamais été aussi facile. Planifiez vos voyages et trouvez des antiquités incroyables grâce à notre carte des antiquaires québécois.

Accueil Encyclopédie AP Forum Articles Annonces Classées Carte et Annuaire des Antiquaires Calendrier Livres Sondages Vidéo  

À propos AP Québec Lien Web Recommandez ce site Anciennes Lettres Virtuelles AP Québec en Favoris Contactez-nous Canada

 Entrée et Inscription
Identifiant :

Mot de passe :

Se souvenir de moi



Mot de passe perdu ?

Inscrivez-vous !

 
 Recherche Wiki


Compagnie

Pays d'origine

Motif


Couleur


Forme


Tags








































 Exposition Incroyable
Collections Vintage Drummondville
 eBay Search

Encans pour Coin Dot Verre Carnaval

Fenton French Opalescent No. 194 Coin Dot 1-Handled Vase, c. 1947-54
Fenton French Opalescent No. 194 Coin Dot 1-Handled Vase, c. 1947-54
29,95$ US

1 Enchères
Lovely Vintage Fenton Cranberry Opalescent Coin Dot Tumbler ~ 4
Lovely Vintage Fenton Cranberry Opalescent Coin Dot Tumbler ~ 4" x 2 7/8"
24,06$ US

4 Enchères
Vintage Fenton Uranium Art Glass Topaz Yellow Opalescent Coin Dot Ruffled Bowl
Vintage Fenton Uranium Art Glass Topaz Yellow Opalescent Coin Dot Ruffled Bowl
19,50$ US

6 Enchères
Lg. Vintage Pink Fenton Opalescent Art Glass Coin Dot Thumbprint Basket-EXC!
Lg. Vintage Pink Fenton Opalescent Art Glass Coin Dot Thumbprint Basket-EXC!
9,99$ US

1 Enchères

Prix Fixes pour Coin Dot Verre Carnaval

Fenton Aart Glass French Opalescent Coin Dot Lamp Gone with the Wind Perfect
Fenton Aart Glass French Opalescent Coin Dot Lamp Gone with the Wind Perfect
2 160,00$ US

Prix Fixes
RARE FENTON GREEN LIME OPALESCENT COIN DOT SET OF 6  1952
RARE FENTON GREEN LIME OPALESCENT COIN DOT SET OF 6 1952
1 999,00$ US

Prix Fixes
Voir les 73 objets

Les meilleures encans de eBay avec enchères des
US ebay-FR UK ebay-BE AUS ebay-CA Simultanément!

eBay
Accueil Wiki  Ajouter vos objets
Motifs :

Coin Dot par Fenton: Verre Carnaval

2 Items in the Encyclopedia

Nouvelles photos

Coin Dot: Bol crème glacée Améthiste par Fenton Coin Dot: Bol à roses Améthiste par Fenton Voir les objets

Photos populaires

Coin Dot: Bol crème glacée Améthiste par Fenton Coin Dot: Bol à roses Améthiste par Fenton Voir les objets

Description

Le motif Coin Dot de Fenton est composé cercle / ovale, pointillé et points.

Il a été produit dans diverses couleurs dont améthiste, aqua, bleu, vert, vert lime, vert olive, orangé, pêche opal, rouge et vaseline.

Il existe dans les formes suivantes: bol crème glacée, bol ondulé, bol à roses et assiette régulière.

Détails du motif

Cliquez sur une photo pour l'agrandir
Couleurs
Améthiste Améthiste
Aqua Aqua *
Bleu Bleu *
Orangé Orangé *
Pêche opal Pêche opal *
Rouge Rouge *
Vaseline Vaseline *
Vert Vert *
Vert lime Vert lime *
Vert olive Vert olive *
Formes
Assiette régulière Assiette régulière *
Bol à roses Bol à roses
Bol crème glacée Bol crème glacée
Bol ondulé Bol ondulé *

* = Bonne couleur / forme, mais un patron différent. Veuillez nous aider en ajoutant vos photos
apiURL = 'http://open.api.ebay.com/shopping'; $this->apiVersion = '705'; $this->appID = 'Antiques-7aae-42cc-9162-0eaf11566250'; $this->campaignID = 5337071420; $this->partnerCode = 9; $this->customID = $customID; } function makeCall(&$items, &$sortKey, $search, $sid=0, $words='', $limit=100) { global $xoopsDB; $apiCall = $this->apiURL .'?callname='.'FindPopularItems' .'&version='.$this->apiVersion .'&appid='.$this->appID .'&responseencoding='.'XML' .'&MaxEntries='.$limit .'&trackingid='.$this->campaignID .'&trackingpartnercode='.$this->partnerCode .'&affiliateuserid='.$this->customID .'&siteid='.$sid; foreach($search as $s) { $cats = is_array($s['cids']) && !empty($s['cids']) ? '&CategoryID='.implode(',', $s['cids']) : ''; $exCats = is_array($s['excludes']) && !empty($s['excludes']) ? '&CategoryIDExclude='.implode(',', $s['excludes']) : ''; $keywords = $s['keywords'] != '' ? '&QueryKeywords='.$s['keywords'] : ''; $keywords .= $words != '' ? ' '.$words : ''; $call = $apiCall .$cats .$exCats .$keywords; $resp = simplexml_load_file($call); if($resp->Ack == "Success") { foreach($resp->ItemArray->Item as $item) { $row = array(); $row['id'] = (string)$item->ItemID; $row['title'] = (string)$item->Title; //$row['Subtitle'] = (string)$item->subtitle; $row['url'] = (string)$item->ViewItemURLForNaturalSearch; $row['picture'] = (string)$item->GalleryURL; $row['bidCount'] = (int)$item->BidCount; $row['watchCount'] = (int)$item->WatchCount; $row['price'] = (float)$item->ConvertedCurrentPrice; $row['currency'] = (string)$item->ConvertedCurrentPrice->attributes()->currencyID; $row['endTime'] = self::timeleft(strtotime((string)$item->EndTime) - time()); $row['sid'] = $sid; $items[(string)$item->ItemID] = $row; $sortKey[(string)$item->ItemID] = $row['price']; } } } } function timeleft($time) { $days = floor($time / 86400); $time = $time - ($days * 86400); if($days > 0) { $hours = floor($time / 3600); return $days.' '._MD_DAYS.' '.$hours.' '._MD_HOURS; } $hours = floor($time / 3600); $time = $time - ($hours * 3600); if($hours > 0) { $mins = floor($time / 60); return $hours.' '._MD_HOURS.' '.$mins.' '._MD_MINS; } $mins = floor($time / 60); $secs = $time - ($mins * 60); return $mins > 0 ? $mins.' '._MD_MINS.' '.$secs.' '._MD_SECS : $secs.' '._MD_SECS; } function timeleftShort($time) { $days = floor($time / 86400); if($days > 0) {return $days.' '._MD_DAYS;} $time = $time - ($days * 86400); $hours = floor($time / 3600); if($hours > 0) {return $hours.' '._MD_HOURS;} $time = $time - ($hours * 3600); $mins = floor($time / 60); if($mins > 0) {return $mins.' '._MD_MINS;} $secs = $time - ($mins * 60); return $secs.' '._MD_SECS; } } ?>
OK
En poursuivant votre navigation sur ce site, vous acceptez l’utilisation de cookies pour vous proposer des services adaptés à vos centres d’intérêts et réaliser des statistiques de visites Plus d'informations