FAQ
{{ ---------BEGIN ADD-ON SETTINGS AND CONTROLS----------- }}
{{ ----FUNCTION SETTINGS---- }}
{% assign: FAQ_Template_Type = 'Expandable' %} {{ Options: 'Expandable' or 'Anchor Links' }}
{% assign: Number_of_Questions = 8 %} {{ Options: 1 to 10 }}
{% assign: Show_Back_to_Top_Link = 'Yes' %} {{ Options: 'Yes' or 'No' }}
{% assign: Back_to_Top_Link_Text = "Back to Top" %}
{{ --ANCHOR LINK PRESET SETTINGS-- }}
{% assign: Anchor_Link_Style = 'Numbered' %} {{ Options: 'Bulleted' or 'Numbered' }}
{{ ----TYPOGRAPHY SETTINGS---- }}
{% assign: Question_Headings_Size = 18 %}
{% assign: Question_Headings_Case_Transform = 'uppercase' %} {{ Options: 'none', 'uppercase', 'lowercase', 'capitalize' }}
{% assign: Answer_Content_Size = 14 %}
{% assign: Anchor_Link_Text_Size = 14 %}
{{ ----COLOR / AESTHETICS SETTINGS---- }}
{% assign: Answer_Content_Link_Color = '#999999' %}
{{ EXPANDABLE SETTING COLORS }}
{% assign: Tab_Heading_Background_Color = '#000000' %}
{% assign: Tab_Heading_Text_Color = '#ffffff' %}
{% assign: Tab_Rounded_Corners = 'Yes' %} {{ Options: 'Yes' or 'No' }}
{% assign: Tab_Answers_Border = 'Yes' %} {{ Options: 'Yes' or 'No' }}
{{ ANCHOR SETTING COLORS }}
{% assign: Anchor_Link_Text_Color = '#000000' %}
{% 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 %}Payments are processed through Stripe. Visa, Master Card and American Express credit/ debit cards are accepted. {% endcapture %}
{{ --QA SET 2 SETTINGS-- }}
{% assign: Question_2_Heading = "When will my order be shipped?" %}
{% capture Answer_2_Content %}Orders placed Monday-Friday within office hours will begin processing that day, excluding holidays, and usually be ready to
ship by the following business day. Orders placed on Saturday and Sunday will begin processing on Monday.{% 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 a shipping confirmation email once your order has been shipped. For cushion or mixed deliveries via My Hermes you will also receive a tracking number. For orders that consist solely of wrapping paper you will only receive a number that will confirm when the product is shipped and delivered.{% endcapture %}
{{ --QA SET 4 SETTINGS-- }}
{% assign: Question_4_Heading = "What shipping methods do you use?" %}
{% capture Answer_4_Content %}Cushions will be sent with My Hermes and deliveries are usually within 3 business days*.
Gift Wrap will be sent by Royal Mail folded in a card envelope and deliveries are usually within 2 business days*.
If Cushions and gift wrap are ordered at the same time the wrapping paper will be sent in the same package as the cushions via My Hermes.
All items will be sent signed for.
*Delivery times are not guaranteed as we cannot be held responsible for any unforeseen issues with third party delivery companies.
{% endcapture %}
{{ --QA SET 5 SETTINGS-- }}
{% assign: Question_5_Heading = "What is your exchange/ refund policy?" %}
{% capture Answer_5_Content %}Under the Distance Selling Regulations you have the right to cancel the contract for purchase at any time within 14 days. To cancel your contract within the 14 day period please notify us in writing by email via our contact form before the end of the cooling off period.
We are also happy to exchange/ refund part of the order during the first 14 days if you want to keep part of the order. Original delivery charges will still apply if part of the order is kept and if free delivery was initially given and the order amount falls under £100 with the refund our flat rate £6 delivery fee will be applied.
Please package the relevant goods securely and send them to us. All returns must be in perfect condition and with their original packaging. If we receive notice of your cancellation of this order within the 14 day period, we will refund the purchase price for that item together with the original postage charge.
We recommend that you send returns back to us via Recorded Delivery, as we are not responsible for any packages which do not make it back to us & will not process the return until we receive it. In all circumstances the buyer will pay the cost of return postage. Once we receive your return, we will process the refund/exchange within 7 -10 working days.
Products sent for return or exchange should be shipped to our office address:
The Importance of Being Modernist
First Floor Offices
29 High Street
Old Harlow
CM170DN
{% 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 = "How do I use discount codes in your shop?" %}
{% capture Answer_7_Content %}Upon adding products to the cart, you can enter a discount code in the input field labeled 'discount code' and then click the 'update total' or 'apply' button.{% endcapture %}
{{ --QA SET 8 SETTINGS-- }}
{% assign: Question_8_Heading = "How do I get in contact with you for more questions?" %}
{% capture Answer_8_Content %}If you have any additional questions, feel free to send us an e-mail using our contact form{% endcapture %}
{{ --QA SET 9 SETTINGS-- }}
{% assign: Question_9_Heading = "" %}
{% capture Answer_9_Content %}{% endcapture %}
{{ --QA SET 10 SETTINGS-- }}
{% assign: Question_10_Heading = "" %}
{% capture Answer_10_Content %}{% 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 %}
-
{{ Question_1_Heading }}
-
{{ Question_2_Heading }}
-
{{ Question_3_Heading }}
-
{{ Question_4_Heading }}
-
{{ Question_5_Heading }}
-
{{ Question_6_Heading }}
-
{{ Question_7_Heading }}
-
{{ Question_8_Heading }}
-
{{ Question_9_Heading }}
-
{{ Question_10_Heading }}
-
{% capture anchor_string %}{{ Question_1_Heading }}{% endcapture %}
- {{ Question_1_Heading }}
- {{ Question_2_Heading }}
- {{ Question_3_Heading }}
- {{ Question_4_Heading }}
- {{ Question_5_Heading }}
- {{ Question_6_Heading }}
- {{ Question_7_Heading }}
- {{ Question_8_Heading }}
- {{ Question_9_Heading }}
- {{ Question_10_Heading }}
{{ Question_1_Heading }}
{{ Question_2_Heading }}
{{ Question_3_Heading }}
{{ Question_4_Heading }}
{{ Question_5_Heading }}
{{ Question_6_Heading }}
{{ Question_7_Heading }}
{{ Question_8_Heading }}
{{ Question_9_Heading }}
{{ Question_10_Heading }}
{% if Show_Back_to_Top_Link contains 'es' %}▲ {{ Back_to_Top_Link_Text }}{% 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;}
.scrollToTop {font-weight: bold;color: #ffffff !important;background: rgba(0,0,0,.5);text-decoration: none;padding: 10px;box-sizing: border-box;-moz-box-sizing: border-box;position: fixed;bottom: 20px;right: 20px;cursor: pointer !important;z-index: 999;display: none;}
.scrollToTop:hover{text-decoration:none;background: rgba(0,0,0,.8);}
@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(){
$(window).scroll(function(){
if ($(this).scrollTop() > 200) {
$('.scrollToTop').fadeIn();
} else {
$('.scrollToTop').fadeOut();
}
});
$('.scrollToTop').click(function(){
$('html, body').animate({scrollTop : 0},800);
return false;
});
});
$('#faq-anchor-links li > a').html(string.replace(/[^a-z0-9\s]/gi, '').replace(/[_\s]/g, ''));
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, '<')
.replace(/>/g, '>')
.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);
{{ ---------END FAQ ADD-ON CSS/JAVASCRIPT CODE---------- }}