<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>Bottom Rocker | FAQ's + Shipping</title>
	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
	<meta http-equiv="Content-Language" content="en-us" />
    <link rel="shortcut icon" href="http://br.bottomrocker.com/favicon.ico" type="image/x-icon" />
    <meta name="keywords" content="Bottom Rocker, BRNYC, New York City, urban, clothing, apparel, tees, t-shirt, short sleeve, discharge print, woven label, style, hip hop, skateboarding, graffiti, iron art, manhole cover, memento morior, skull, fedora, stay fly til I die, aileron, butterfly, rococo, floral, the strength of street knowledge, hip to the fraud, contagious agent, Emiika Style" />
	<META NAME="description" CONTENT="Bottom Rocker is an emerging t-shirt brand dedicated to producing high quality apparel as an outlet for unique graphic art.">
	<link href="/products.rss" rel="alternate" title="Product RSS Feed" type="application/rss+xml" />
	<link href="http://cache0.bigcartel.com/theme_stylesheets/1151431/styles.css" media="screen" rel="Stylesheet" type="text/css" />
	<script type="text/javascript" src="http://cache1.bigcartel.com/themes/sexy/javascripts/prototype.js?20090929"></script>
	<script type="text/javascript" src="http://cache0.bigcartel.com/themes/sexy/javascripts/store.js?20090929"></script>
    
	<meta name="generator" content="Big Cartel" />   

<script type="text/javascript" src="http://br.bottomrocker.com/js/jquery.js"></script>
<script type='text/javascript'>jQuery.noConflict();</script>
<script type="text/javascript" src="http://br.bottomrocker.com/js/jquery.simplemodal.js"></script>
<script type="text/javascript" src="http://br.bottomrocker.com/js/contact.js"></script>  

</head>

<body id="faqs-page" class="faqs custom">

	<div id="wrap">
	
		<noscript>
			<div class="error" id="error">
				<ul>
		          <li>JavaScript must be enabled to use this store!</li>
		        </ul>
		    </div>
		</noscript>
		
		

		

		<div id="header" class="image">
			<h1><a href="/"><span>Bottom Rocker</span><img src="http://cache1.bigcartel.com/theme_images/141805/BR_Header-Img.png" /></a></h1>
		</div>		


	<div id="navigation">
			
			<div id="categories" class="pod">
				<h3 class="categories-title"></h3> <!--<h3 class="categories-title"><span>SHOP</span></h3>-->
				<ul class="categories-list">
					<li><a href="/products" title="All"><span>All</span></a></li><li><a href="/category/mens-t-shirts" title="View Mens T-Shirts">Mens T-Shirts</a></li><li><a href="/category/womens-t-shirts" title="View Womens T-Shirts">Womens T-Shirts</a></li>
				</ul>
			</div>
			
			
			   <div id="newest" class="pod">
				<h3 class="newest-title"></h3> <!--<h3 class="newest-title"><span>NEW PRODUCTS</span></h3> -->
				<ul class="newest-list">
					<li><a href="/product/wings-heather-grey" title="View Aileron - Grey">Aileron - Grey</a></li><li><a href="/product/stay-fly-olive" title="View Stay Fly - Olive">Stay Fly - Olive</a></li><li><a href="/product/memento-morior-army" title="View Memento - Army">Memento - Army</a></li><li><a href="/product/iron-art-aphalt" title="View Iron Art - Asphalt">Iron Art - Asphalt</a></li><li><a href="/product/renaissance" title="View Rococo - Black">Rococo - Black</a></li>
				</ul>
			   </div>
			
			
			

			
			
			<div id="help" class="pod">
				<h3 class="help-title"></h3> <!--<h3 class="help-title"><span>INFO</span></h3>-->
				<ul class="help-list">
<!--				
					
					<li><a href="/faqs" title="View FAQ's + Shipping">FAQ's + Shipping</a></li>
					
					<li><a href="/distributors" title="View Distributors">Distributors</a></li>
					
					<li><a href="/legal" title="View Legal">Legal</a></li>
					
-->				
					<li><a href="/distributors" title="Distributors">Distributors</a></li>
                    <li><a href="/faqs" title="FAQ's + Shipping">FAQ's + Shipping</a></li>
					<li><a href="/contact" title="View Contact Us">Contact Us</a></li>
                 </ul>
				
			</div>
      
<!--            <div id="help" class="pod">
				<ul class="help-list">
                <li><div id="contact-form-SM">
                	<a href="#" class="contact">SimpleModal</a></div></li>
                </ul>
           </div>
-->		
			<div id="newsletter" class="pod">
				<h3 class="newsletter-title"></h3> <!--<h3 class="newsletter-title"><span>NEWSLETTER</span></h3>-->
				<script language="Javascript" type="text/javascript">
                function checkform() {
                  for (i=0;i<fieldstocheck.length;i++) {
                    if (eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].type") == "checkbox") {
                      if (document.subscribeform.elements[fieldstocheck[i]].checked) {
                      } else {
                        alert("Please enter your "+fieldnames[i]);
                        eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].focus()");
                        return false;
                      }
                    }
                    else {
                      if (eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].value") == "") {
                        alert("Please enter your "+fieldnames[i]);
                        eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].focus()");
                        return false;
                      }
                    }
                  }
                  for (i=0;i<groupstocheck.length;i++) {
                    if (!checkGroup(groupstocheck[i],groupnames[i])) {
                      return false;
                    }
                  }
                  
                  return true;
                }
                
                var fieldstocheck = new Array();
                var fieldnames = new Array();
                function addFieldToCheck(value,name) {
                  fieldstocheck[fieldstocheck.length] = value;
                  fieldnames[fieldnames.length] = name;
                }
                var groupstocheck = new Array();
                var groupnames = new Array();
                function addGroupToCheck(value,name) {
                  groupstocheck[groupstocheck.length] = value;
                  groupnames[groupnames.length] = name;
                }
                
                function compareEmail()
                {
                  return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
                }
                function checkGroup(name,value) {
                  option = -1;
                  for (i=0;i<document.subscribeform.elements[name].length;i++) {
                    if (document.subscribeform.elements[name][i].checked) {
                      option = i;
                    }
                  }
                  if (option == -1) {
                    alert ("Please enter your "+value);
                    return false;
                  }
                  return true;
                }
                </script>   
                
                <form method="post" target="_self" action="http://news.bottomrocker.com/news/?p=subscribe" name="subscribeform"> 
                <input id="newsletter-input" name="email" type="text" value=" enter your email here" onfocus="value=''">
                <script language="Javascript" type=a"text/javascript">addFieldToCheck("email","Email");</script>
                <input type="hidden" name="htmlemail" value="1">
                <input type="hidden" name="list[3]" value="signup">
                <input type="hidden" name="listname[3]" value="Newsletter"/>
                    <div style="display:none">
                        <input type="text" name="VerificationCodeX" value="" size="20">
                    </div>
<!--                <input type="submit" name="subscribe" value="Submit" onClick="return checkform();"> -->
<!--
				<form id="subscribeform" name="subscribeform" method="post" action="http://bottomrocker.com/news/?p=subscribe">
				<input id="newsletter-input" name="email" type="text" value=" enter your email here" onfocus="value=''">
				<script language="Javascript" type="text/javascript">addFieldToCheck("email","Email Address");</script>
				<input type="hidden" name="list[3]" value="signup">
				<input type="hidden" name="htmlemail" value="1" checked />
 -->               
			<button id="newsletter-submit" type="submit" title="Subscribe" name="subscribe" value="Subscribe" onClick="return checkform();">
            <span></span></button>
				</form>	
				
			</div>
			
			
			   <div id="search" class="pod">
				<h3 class="search-title"></h3> <!--<h3 class="search-title"><span>SEARCH</span></h3>-->
				<form id="search-form" name="search" action="/products" method="get">
					<input id="search-input" name="search" type="text" />
					<button id="search-submit" name="search-submit" type="submit" title="Search"><span></span></button>
				</form>
			   </div>
			

			
			<a href="/cart" title="View Cart">
			   <div id="minicart">
			   
				<h3 class="minicart-title"></h3>         <!--<h3 class="minicart-title"><span>CART</span></h3>-->
				<div class="minicart-options">
				    <!--<div class="minicart-view"><a href="/cart" title="View Cart"><span>VIEW CART</span></a></div>-->
				    <!--<div class="minicart-checkout"><a href="/checkout" title="Checkout"><span>Checkout</span></a></div>-->
				
				<ul class="minicart-contents">
					<li class="minicart-items">
					   <span id="cart-count">0 items</span>
					</li>
					<li class="minicart-total">
					   <span id="cart-total">
					   
					     
					      0.00 <span class="currency_code">EUR</span>	
					     
					   </span>
					</li>
				</ul>
			   </div>
			   </div>
			</a>

	<div id="contact-socialnet">
    	<a href="http://www.facebook.com/pages/Bottom-Rocker/140769062148" title="Facebook" target="_blank">
        <div class="facebook" id="contact-socialnet"><span></span></div></a><span></span>
        <a href="http://twitter.com/bottomrocker" title="Twitter" target="_blank">
        <div class="twitter" id="contact-socialnet"><span></span></div></a>
        <a href="http://www.bottomrocker.com/products.rss" title="Bottom Rocker RSS" target="_blank">
        <div class="rss" id="contact-socialnet"><span></span></div></a>
	</div>


<!--
			<div id='contact-form-SM'>
                	<a href="#" class='contact'>SimpleModal Contact Form</a>
           </div> -->
			
								

</div>


		<div id="main">
		
			<div id="main-title">
				<h2><span>FAQ's + Shipping</span></h2>
				
			<noscript>
			   <div class="error" id="error">
				<ul><li>JavaScript must be enabled to use this store!</li></ul>
		    	   </div>
			</noscript>
		
		

						
				
			</div>

			<div id="main-content">
				
				<div id="faq-content">
	<dl class="faq-list">
 		
 	<!-- Add new FAQs here -->
 	<p><a name="top"></a></p>
		
<div id="faq-title"><span name="ordering"><img src="http://br.bottomrocker.com/images/OrderInfo.gif"</span></div>
	<dt>How do I place an order?</dt>
	<dd><p>Placing an order is straight forth with our user friendly website. Simply choose a category under the "Shop" menu and once you've taken a look at our collection, make your choice by clicking on a product image. This will open a product page where you can view product details and a sizing information. After choosing your size, clicking on the "Add to Cart" button will automatically redirected you to the shopping cart. Here you will choose your "Shipping to" country from the drop-down menu. Hitting the "Update Cart Total" button will show you your shipping costs and finally, clicking "Checkout" will take you to PayPal's secure site where you can input your credit card details.<br />
	
	<dt>What's your return policy?</dt>
	<dd><p>You can return your order in unused condition in the original packaging within 14* days from the shipping date (* 28 days for orders outside Europe). You must <u><a href="/contact/">contact us</u></a> beforehand and receive a confirmation email from us for all returns. You must affix our downloadable<a href="http://br.bottomrocker.com/BR-ReturnLabel.pdf"> <u>Return Label</u></a> on the outside of the package. Please see our <u><a href="/terms">Terms and Conditions</a></u> for more information.<br /><br /><i>Our return shipping address is:</i><br />
Bottom Rocker<br />
Apartado 74093<br />
28050 Madrid<br />
Spain</dd></p>
<dt>I didn't receive any confirmation email for my order - what shall I do?</dt>
	<dd><p>Please check if your PayPal email address is vaild and it's an email address you check regularly. Make sure Bottom Rocker emails don't end up in your spam folder or are blacklisted.</p></dd>
<dt>How can I find out the status of my order?</dt>
<dd><p>If you have not received your order within 10 working days then please contact your local post office with your Postal Reference No. as they may be holding your order after an unsuccessful delivery attempt. There is a small chance that your order is going through customs which would cause a delivery delay.</p></dd>
<dd><p><a href="#top">BACK TO TOP</a></p></dd>
<div id="faq-title"><span name="payment"><img src="http://br.bottomrocker.com/images/Payment.gif"</span></div>
	<dt>What forms of payment do you accept?</dt>
	<dd><p>We gladly accept Visa, MasterCard, American Express, Discover, or regular account payments all through <a href="http://paypal.com" target="_blank"><u>PayPal</u></a>. We also accept bank transfers for customers with a European bank account. Please <a href="/contact/"><u>contact us</u></a> with your order.</p></dd>
	
	<dt>Do I need a PayPal account to purchase from this store?</dt>
	<dd><p>No, you are not required to have a PayPal account to purchase from this store. Although if you already have a PayPal account you may use it.</p></dd>
	
	<dt>How else can I pay?</dt>
	<dd><p>If you're within Europe, you can also pay via bank transfer. If you'd like to pay using this method, please <a href="/contact/"><u>contact us</u></a>.</p></dd>
	
	<dt>How secure is this store?</dt>
	<dd><p>This store uses <a href="http://paypal.com" target="_blank"><u>PayPal</u></a> for payments, and PayPal automatically encrypts your confidential information in transit from your computer to ours using the Secure Sockets Layer protocol (SSL) with an encryption key length of 128-bits (the highest level commercially available).</p></dd>
	
	<dt>Do I have to pay custom fees?</dt>
	<dd><p>In most cases you won't have to pay any customs duties. Most countries have a certain minimum value on which you don't pay duties. If you have any doubt about your specific country please contact your local customs office.</p></dd>
	
	<dt>Do I have to pay sales tax?</dt>
	<dd><p>All taxes are included in the cost of the garment minus the shipping cost.</p></dd>
<dd><p><a href="#top">BACK TO TOP</a></p></dd>
<div id="faq-title"><span name="shipping"><img src="http://br.bottomrocker.com/images/Shipping.gif"</span></div>
	<dt>Do you ship worldwide?</dt>
	<dd><p>Yes we do! All products are shipped direct from Madrid, Spain within five working days from receiving the order through <a href="http://correos.es" target="_blank"><u>Correos de España</u></a>.</p></dd>
	
	<dt>How long does shipping take?</dt>
	<dd><p>Spain / 1-3 working days<br />
	       Europe / 3-10 working days<br />
	       International / 5-10 working days<br />
Delivery times are estimates as quoted from <a href="http://correos.es" target="_blank"><u>Correos de España</u></a>,
not accounting for any delays that might occur in customs.</p></dd>
<dt>How much does shipping cost?</dt>
	<dd><p>
		Spain - Peninsula<br />
		3,20 EUR – One T-Shirt<br />
		1,55 EUR – Each additional T-Shirt<br />
		<br />
		
		European Union<br />
		8,15 EUR - One T-Shirt<br />
		2,75 EUR– Each additional T-Shirt<br />
		<br />
		
		International<br />
		10,70 EUR - One T-Shirt<br />
		7,00 EUR– Each additional T-Shirt<br />
</p></dd>
<dt>Can I track my order?</dt>
	<dd><p>Every order is allocated a postal reference number. To find out if you can use this to track your order just check the website of your country's postal service. Not all postal services provide (real-time) tracking information.</p></dd>
<dd><p><a href="#top">BACK TO TOP</a></p></dd>
</dl>
</div>

				

			</div>
		
		</div>

		

		<div id="footer"><a href="/legal#Privacy" title="Privacy Policy">Privacy Policy</a> | <a href="/legal#Terms" title="Terms & Conditions">Terms & Conditions</a> © 2009 Bottom Rocker - all rights reserved</span></div>

		</div>


<!--	<div id="extra-2"><span></span></div>
	<div id="extra-3"><span></span></div>
	<div id="extra-4"><span></span></div>
	<div id="extra-5"><span></span></div>
	<div id="extra-6"><span></span></div>
-->
<!--                    <a href="http://www.facebook.com/pages/Bottom-Rocker/140769062148" title="Facebook" target="_blank"><img src="http://br.bottomrocker.com/images/FaceBook_logo.png" /></a>
                    <a href="http://twitter.com/bottomrocker" title="Twitter" target="_blank"><img src="http://br.bottomrocker.com/images/Twitter_logo.png" />
                    -->

</body>
</html>