FAQ -footer- -f2-

{{ ---------BEGIN ADD-ON SETTINGS AND CONTROLS----------- }}

{{ ----OVERALL SETTINGS---- }}
{% assign: FAQ_Template_Type = 'Expandable' %} {{ Options: 'Expandable' or 'Anchor Links' }}
{% assign: Number_of_Questions = 10 %} {{ Options: 1 to 10 }}

{% assign: Question_Headings_Size = 18 %}
{% assign: Question_Headings_Case_Transform = 'uppercase' %} {{ Options: 'none', 'uppercase', 'lowercase', 'capitalize' }}

{% assign: Answer_Content_Size = 14 %}
{% assign: Answer_Content_Link_Color = '#666666' %}

{{ --EXPANDABLE TAB PRESET SETTINGS-- }}
{% assign: Tab_Heading_Background_Color = '#eeeeee' %}
{% assign: Tab_Heading_Text_Color = '#555555' %}

{% assign: Tab_Rounded_Corners = 'Yes' %} {{ Options: 'Yes' or 'No' }}
{% assign: Tab_Answers_Border = 'Yes' %} {{ Options: 'Yes' or 'No' }}

{{ --ANCHOR LINK PRESET SETTINGS-- }}
{% assign: Anchor_Link_Text_Size = 14 %}
{% assign: Anchor_Link_Text_Color = '#666666' %}
{% assign: Anchor_Link_Style = 'Numbered' %} {{ Options: 'Bulleted' or 'Numbered' }}
{% assign: Question_Heading_Text_Color = '#000000' %}

{{ ----BEGIN INDIVIDUAL QA FIELDS---- }}

{{ --QA SET 1 SETTINGS-- }}

{% assign: Question_1_Heading = "What methods of payment do you accept?" %}
{% capture Answer_1_Content %}

We accept PayPal and the following credit cards vis PayPal: Visa, Master Card, Discover and American Express.


{% endcapture %}

{{ --QA SET 2 SETTINGS-- }}

{% assign: Question_2_Heading = "When will my order be shipped?" %}
{% capture Answer_2_Content %}

Orders placed Monday-Friday before 11 AM PST will begin processing that day, excluding holidays, and usually ship within 1 business day pending availability and credit verification. All orders placed after 11 AM PST will begin processing the next business day. Orders placed on Friday after 11 AM PST will begin processing on the following Monday. We will contact you with a follow-up email if the merchandise you have selected is not currently in stock or if we need additional identification provided for credit verification. We do not offer Saturday delivery. *DELIVERY TIME DOES NOT INCLUDE SATURDAYS SUNDAYS OR HOLIDAYS
{% endcapture %}

{{ --QA SET 3 SETTINGS-- }}

{% assign: Question_3_Heading = "How do I check the status of my order?" %}
{% capture Answer_3_Content %}

You will receive an order confirmation once your order has been successfully transmitted. In addition, a shipping confirmation e-mail will be sent once your order has been shipped. This confirmation will include the tracking number for your package if applicable.
{% endcapture %}

{{ --QA SET 4 SETTINGS-- }}

{% assign: Question_4_Heading = "What shipping methods do you use?" %}
{% capture Answer_4_Content %}

We ship single prints via USPS First Class mail. If you buy more than one print we will ship USPS Priority Mail. We ship all international orders via USPS First Class International Mail. Once orders are packed and shipped, First Class packages typically take 2-8 days to arrive, Priority Mail packages typically take 3-5 days to arrive. International orders typically take 8-14 days to arrive.

{% endcapture %}

{{ --QA SET 5 SETTINGS-- }}

{% assign: Question_5_Heading = "How do I return or exchange an item purchased?" %}
{% capture Answer_5_Content %}

You have 30 days to decide if the item is right for you.
We will refund any item(s), provided that the item(s) has not been damaged, soiled, washed, altered or worn and that all labels and tags are attached.
*All custom ordered are final and non-refundable*

Products sent for return or exchange should be shipped to our warehouse address:

541 Vinyl
3711 Mallard Ln
Medford, OR 97504

For more info on returns and exchanges, check out our returns and exchanges page.

{% endcapture %}

{{ --QA SET 6 SETTINGS-- }}

{% assign: Question_6_Heading = "How do I cancel or edit a placed order?" %}
{% capture Answer_6_Content %}

To cancel an order you placed, please contact us through our contact form with the subject 'Order Cancelation' followed by your order number (ex. 'Order Cancelation (#1234)'). To edit an order you placed, please contact us through our contact form with the subject 'Order Edit' followed by your order number (ex. 'Order Edit (#1234)').
{% endcapture %}

{{ --QA SET 7 SETTINGS-- }}

{% assign: Question_7_Heading = "Is my privacy and personal info secure on your site?" %}
{% capture Answer_7_Content %}

All payments accepted on the site are processed by PayPal, and as such, your information is protected by SSL with an encryption key length of 128 bits (the highest level commercially available).
{% endcapture %}

{{ --QA SET 8 SETTINGS-- }}

{% assign: Question_8_Heading = "How do I apply my vinyl?" %}
{% capture Answer_8_Content %}

1. Clean Surface with Glass Cleaner and Lint Free Microfiber or Cloth.

2. Make Sure the Decal is on the Opaque Top Paper.

3. Peel Transfer Paper from Wax Paper Backing.

4. Be Sure the Entire Sticker is attached to the Opaque Top Paper.

5. Apply to Clean Window, Rub in With Credit Card or Fingers.

6. Peel off Transfer Paper.

And you’re done!

{% endcapture %}

{{ --QA SET 9 SETTINGS-- }}

{% assign: Question_9_Heading = "Do you offer a discount if I order in bulk?" %}
{% capture Answer_9_Content %}

Most indubitably. Contact us for an accurate quote on your desired order.
{% endcapture %}

{{ --QA SET 10 SETTINGS-- }}

{% assign: Question_10_Heading = "How do I get in contact with your for more questions?" %}
{% capture Answer_10_Content %}

If you have any additional questions, feel free to send us an e-mail at [email protected].

{% endcapture %}

{{ ---------END ADD-ON SETTINGS AND CONTROLS----------- }}

{{ ---------BEGIN FAQ ADD-ON HTML TEMPLATE CODE---------- }}

{% assign: thbgcl = Tab_Heading_Background_Color %}
{% assign: thtxcl = Tab_Heading_Text_Color %}
{% assign: trcn = Tab_Rounded_Corners %}
{% assign: tabd = Tab_Answers_Border %}

{% assign: qhs = Question_Headings_Size %}
{% assign: acs = Answer_Content_Size %}
{% assign: qhctr = Question_Headings_Case_Transform %}

{% assign: faq_tt = FAQ_Template_Type %}
{% assign: NoQs = Number_of_Questions %}

{% assign: anlst = Anchor_Link_Style %}
{% assign: altxs = Anchor_Link_Text_Size %}
{% assign: altc = Anchor_Link_Text_Color %}

{% assign: qhtxcl = Question_Heading_Text_Color %}
{% assign: anclkcl = Answer_Content_Link_Color %}

{% if faq_tt contains 'xpand' %}
{% if NoQs >= 1 %}
  • {{ Question_1_Heading }}

    • {{ Answer_1_Content | newlines_to_br }}

{% endif %} {% if NoQs >= 2 %}
  • {{ Question_2_Heading }}

    • {{ Answer_2_Content }}

{% endif %} {% if NoQs >= 3 %}
  • {{ Question_3_Heading }}

    • {{ Answer_3_Content }}

{% endif %} {% if NoQs >= 4 %}
  • {{ Question_4_Heading }}

    • {{ Answer_4_Content }}

{% endif %} {% if NoQs >= 5 %}
  • {{ Question_5_Heading }}

    • {{ Answer_5_Content }}

{% endif %} {% if NoQs >= 6 %}
  • {{ Question_6_Heading }}

    • {{ Answer_6_Content }}

{% endif %} {% if NoQs >= 7 %}
  • {{ Question_7_Heading }}

    • {{ Answer_7_Content }}

{% endif %} {% if NoQs >= 8 %}
  • {{ Question_8_Heading }}

    • {{ Answer_8_Content }}

{% endif %} {% if NoQs >= 9 %}
  • {{ Question_9_Heading }}

    • {{ Answer_9_Content }}

{% endif %} {% if NoQs >= 10 %}
  • {{ Question_10_Heading }}

    • {{ Answer_10_Content }}

{% endif %}
{% elsif faq_tt contains 'nchor' %}
    {% capture anchor_string %}{{ Question_1_Heading }}{% endcapture %}
  • {{ Question_1_Heading }}

    {{ Answer_1_Content }}
  • {{ Question_2_Heading }}

    {{ Answer_2_Content }}
  • {{ Question_3_Heading }}

    {{ Answer_3_Content }}
  • {{ Question_4_Heading }}

    {{ Answer_4_Content }}
  • {{ Question_5_Heading }}

    {{ Answer_5_Content }}
  • {{ Question_6_Heading }}

    {{ Answer_6_Content }}
  • {{ Question_7_Heading }}

    {{ Answer_7_Content }}
  • {{ Question_8_Heading }}

    {{ Answer_8_Content }}
  • {{ Question_9_Heading }}

    {{ Answer_9_Content }}
  • {{ Question_10_Heading }}

    {{ Answer_10_Content }}
  • {% endif %}

    {{ ---------END FAQ ADD-ON HTML TEMPLATE CODE---------- }}

    {{ ---------BEGIN FAQ ADD-ON CSS/JAVASCRIPT CODE---------- }}

    #faq-template > br:first-child {display: none;}
    #faq-template a {color: {{ anclkcl }};}
    #expand-collapse ul { list-style-type: none;margin: 0;}
    #expand-collapse label {background-color: {{ thbgcl }};{% if trcn contains 'es' %}border-radius: 3px;{% endif %}padding: 1% 1% 1% 2%;margin-bottom: 1%;}
    #expand-collapse li {border-radius: 0;margin: 0;padding: 0;}
    #expand-collapse li.expand-content {padding: 0;}
    #expand-collapse h2 {color: {{ thtxcl }};padding-left: 5px;font-size: {{ qhs }}px !important;margin: 0 !important;text-transform: {{ qhctr }} !important;vertical-align: middle;display: inline-block;}
    .expand-content p {font-size: {{ acs }}px;box-sizing: border-box;line-height: 150%;}
    #expand-collapse input[type=checkbox] {display: none; }
    #expand-collapse input[type=checkbox] ~ ul { max-height: 0;max-width: 0;opacity: 0;overflow: hidden;white-space:nowrap;-webkit-transition:opacity 0.3s ease; -moz-transition:opacity 0.3s ease; -o-transition:opacity 0.3s ease; transition:opacity 0.3s ease;}
    #expand-collapse input[type=checkbox]:checked ~ ul {
    {% if tabd contains 'es' %}border: 3px solid {{ thbgcl }};{% endif %}{% if trcn contains 'es' %}border-radius: 0px 0px 3px 3px;{% endif %}white-space:normal;max-height: 100%;max-width: 100%;opacity: 1;padding: 2%;margin-top: -1.3%;margin-bottom: 1%;}
    #expand-collapse input[type=checkbox] + label:before{transform-origin:25% 50%;border: 8px solid transparent;border-width: 7px 9px; border-left-color: {{ thtxcl }};width: 0;height: 0;vertical-align: middle;display: inline-block;text-align: center;content: '';color: {{ thbgcl }};-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; }
    #expand-collapse input[type=checkbox]:checked + label:before {transform: rotate(90deg);}
    #faq-anchor-links {margin-bottom: 25px;margin-left: 25px;}
    #faq-anchor-links li {list-style-type: {% if anlst contains 'ullet' %}disc{% else %}decimal{% endif %};color: {{ altc }};}
    #faq-anchor-links li > a {text-decoration: underline !important;color: {{ altc }};font-size: {{ altxs }}px;}
    #faq-anchor-links li > a:hover {opacity: .75;filter: alpha(opacity=75);}
    .faq-set {margin-bottom: 20px;list-style-type: {% if anlst contains 'umber' %}decimal{% endif %};font-size: {{ qhs }}px;font-weight: bold;}
    .faq-answer {margin-left: 20px;}
    .faq-answer img, .expand-content img {display: block;}
    #faq-al-info h4 {font-size: {{ qhs }}px !important;color: {{ qhtxcl }};}
    #faq-al-info .faq-answer, #faq-al-info .faq-answer p {font-size: {{ acs }}px !important;font-weight: normal;}
    @media only screen and (max-width:768px) {
    #expand-collapse input[type=checkbox] + label:before {display: none;}
    #expand-collapse h2 {font-size: {{ qhs | times: 0.778 }}px !important;line-height:250% !important;}
    }

    (function($) {
    $(document).ready(function(){
    $('#faq-anchor-links li > a').html(string.replace(/[^a-z0-9\s]/gi, '').replace(/[_\s]/g, ''));
    $(window).scroll(function(){
    if ($(this).scrollTop() > 200) {
    $('.scrollup').fadeIn();
    } else {
    $('.scrollup').fadeOut();
    }
    });
    $('.scrollup').click(function(){
    $("html, body").animate({ scrollTop: 0 }, 500);
    return false;
    });
    var url1 = /(^|<|\s)(www\..+?\..+?)(\s|>|$)/g,
    url2 = /(^|<|\s)(((https?|ftp):\/\/|mailto:).+?)(\s|>|$)/g,
    linkifyThis = function () {
    var childNodes = this.childNodes,
    i = childNodes.length;
    while(i--)
    {
    var n = childNodes[i];
    if (n.nodeType == 3) {
    var html = $.trim(n.nodeValue);
    if (html)
    {
    html = html.replace(/&/g, '&')
    .replace(/</g, '&lt;')
    .replace(/>/g, '&gt;')
    .replace(url1, '$1<a href="http://$2">$2</a>$3')
    .replace(url2, '$1<a href="$2">$2</a>$5');
    $(n).after(html).remove();
    }
    }
    else if (n.nodeType == 1 && !/^(a|button|textarea)$/i.test(n.tagName)) {
    linkifyThis.call(n);
    }
    }
    };
    $.fn.linkify = function () {
    return this.each(linkifyThis);
    };
    $('body').linkify();
    $("a[@href^='www'], a[@href^='http']").attr('target','_blank');
    })(jQuery);

    {{ ---------BEGIN FAQ ADD-ON CSS/JAVASCRIPT CODE---------- }}