This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html lang="en"><head><meta name="version" content=""><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><!-- Start Template PageTitle --><title>Return Request Form | TLC Electrical</title><!-- End Template PageTitle --><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap"><link rel="preload" as="font" href="https://static.tlc-direct.co.uk/fonts/iconfont.ttf?vy4b9v" crossorigin="anonymous"><link rel="stylesheet" href="/assets/css/core.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap" media="print" onload="this.media='all'"><link rel="stylesheet" href="https://js.qcode.co.uk/vendor/qtip/2.2.1/jquery.qtip.min.css" media="print" onload="this.media='all'"><link rel="stylesheet" href="/assets/css/checkout.css"><link rel="stylesheet" href="/assets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Netlify deploy preview links | |
on: | |
pull_request: | |
types: | |
- opened | |
paths: | |
- 'dev/**/*.html' | |
- 'dev/**/*.htm' | |
jobs: | |
create-deploy-preview-links: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"BA": { | |
"mon_fri": { | |
"opens": "07:30", | |
"closes": "17:30" | |
}, | |
"sat": { | |
"opens": "09:00", | |
"closes": "12:30" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"branches": { | |
"BA" : { | |
"mon_fri": { | |
"opens": "07:30", | |
"closes": "17:30" | |
}, | |
"sat": { | |
"opens": "09:00", | |
"closes": "12:30" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = { | |
PAGES: ["0", "1", "2", "3", "4-1", "4-2", "4-3", "5", "6", "7"], | |
DOM_ELEMENTS: { | |
buttonBack: document.getElementById('buttonBack'), | |
buttonContinue: document.getElementById('buttonContinue'), | |
buttonDeliveryEdit: document.getElementById('buttonDeliveryEdit'), | |
buttonGetStarted: document.getElementById("buttonGetStarted"), | |
buttonPlaceOrder: document.getElementById('buttonPlaceOrder'), | |
colourSelect: document.getElementById('colour'), | |
componentList: document.getElementById('componentList'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = { | |
STEPS: [], | |
DOM_ELEMENTS: { | |
buttonBack, // #buttonBack element | |
buttonContinue, // #buttonContinue element | |
buttonPlaceOrder, // #buttonPlaceOrder element | |
colourSelect, // #colour element | |
componentList, // #componentList element | |
inputFields, | |
lengthInputFieldTemplate, // #templateLengthInputField element |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// set/initialise app-scope vars | |
var productData | |
var orderData | |
isEmpty() - // Checks if an object is empty; | |
document 'keypress' listener // For some elements, simulate a click when enter key is pressed during focus. | |
var steps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends /_includes/_layout | |
block vars | |
- | |
var options = { | |
pageTitle: "Christmas & Bank Holiday Opening Times", | |
htmlClasses: "smooth-scroll" | |
} | |
block append stylesheets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const path = require('path'); | |
const webpack = require('webpack') | |
const CleanWebpackPlugin = require('clean-webpack-plugin'); | |
const HtmlWebpackPlugin = require('html-webpack-plugin'); | |
const MiniCssExtractPlugin = require("mini-css-extract-plugin"); | |
module.exports = env => { | |
return { | |
mode: env.mode, | |
entry: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"productCount": "2", | |
"total": "£ 106.00", | |
"signedIn": true, | |
"customerName": "Alan", | |
"related_products_html": "<tr class=\"atb-confirmation js-atb-confirmation template\"><td colspan=\"6\"><div class=\"atb-confirmation-header\"><span class=\"atb-confirmation-header__icon icon icon--check\"></span><h1 class=\"atb-confirmation-header__title\">1 item add to <a href=\"/tcl/order.html\">your basket</a>.</h1><div class=\"atb-confirmation-header__close-control js-atb-close\">Dismiss <span class=\"icon icon--cross-2\"></span></div></div><div class=\"atb-related is-hidden\"><div class=\"atb-related__title\">Related items you may need</div><div class=\"atb-related__sub-title\">Lamps</div><table class=\"atb-related__table product-table p-t-0 product-table--ex-vat\"><tbody class=\"product-table__tbody\"><tr class=\"product-table__tr product\"><td class=\"product-table__td product__image\"><a href=\"\"><img src=\"https://www.tlc-direct.co.uk/Images/Products/size_1/LTFGL8ESCL.JPG\" width=\"1 |
NewerOlder