Skip to content

Instantly share code, notes, and snippets.

@Tjobbe
Tjobbe / json
Created November 26, 2019 12:24
{
"destination_addresses" : [
"3 Cowslip Dr, Moreton-in-Marsh GL56 9PU, UK",
"3 Cowslip Dr, Moreton-in-Marsh GL56 9PU, UK",
"Stoneleigh, Todenham Rd, Moreton-in-Marsh GL56 9NJ, UK",
"23 Beceshore Cl, Moreton-in-Marsh GL56 9NB, UK",
"51 Blenheim Way, Moreton-in-Marsh GL56 9NA, UK",
"Fosse Way Ind Est/Stratford Rd, Moreton-in-Marsh GL56 9NQ, United Kingdom",
"Turnpike Lodge, Batsford Rd, Moreton-in-Marsh GL56 0AB, UK",
"Turnpike Lodge, Batsford Rd, Moreton-in-Marsh GL56 0AB, UK",
https://maps.googleapis.com/maps/api/distancematrix/json?units=metric&origins=51.99332755946175%2C-1.694733479796152&destinations=51.99494467372796%2C-1.693877704795802%7C51.99534368951845%2C-1.694590664819131%7C51.99551867457876%2C-1.696813706178202%7C51.99499351470627%2C-1.698262123156191%7C51.99475133579381%2C-1.699045418256103%7C51.99389083201132%2C-1.701490337950647%7C51.99379377706311%2C-1.701655667997603%7C51.99378757074591%2C-1.701695507957775%7C51.99302283362366%2C-1.702215858886167%7C51.99285912894286%2C-1.702242174635667%7C51.99278813193442%2C-1.702282422983814%7C51.99276126652832%2C-1.702291158257972%7C51.99266723537396%2C-1.702253061228804%7C51.99202244044449%2C-1.702558750598663%7C51.99180020825452%2C-1.70265833261681%7C51.99154325451379%2C-1.702741006176536%7C51.99128999450775%2C-1.702806813723662%7C51.9909598935884%2C-1.702973936650443%7C51.99096344719358%2C-1.702943133796517%7C51.99086394661774%2C-1.702988845472923%7C51.99022584044426%2C-1.703174236193354%7C51.99010360527484%2C-1.703144101848
<?php
/**
* The template for displaying product content in the single-product.php template
*
* This template can be overridden by copying it to yourtheme/woocommerce/content-single-product.php.
*
* HOWEVER, on occasion WooCommerce will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and
<form method="post" enctype="multipart/form-data">
<div class="input-group spinner">
<input type="text" class="form-control" step="1" min="1" max="253" name="quantity" value="1" title="Qty">
<div class="input-group-btn-vertical">
<button class="btn btn-default" type="button"><i class="fa fa-caret-up"></i></button>
<button class="btn btn-default" type="button"><i class="fa fa-caret-down"></i></button>
</div>