Hope's Chest

Hope's Chest I am now doing vinyl! Car decals, cups, canvas, wood signs. Small t-shirt decals and coozies. I also I do commissions as well as pre-make odds and ends.

Just let me know if you want anything specific and we'll work it out until you like it. Please send me a message with your email address and once we have your products planned out I will send you an invoice.
!IMPORTANT! I will meet you to drop off items if you are in the Waco area (or meet somewhere in the central Texas area), otherwise I'm sorry but I have to charge a $6 shipping fee.

Address

Hubbard, TX

Website

Alerts

Be the first to know and let us send you an email when Hope's Chest posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Establishment

Send a message to Hope's Chest:

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });