Hör buxur

upphaflegt
7.395 kr
útsölu
7.395 kr
upphaflegt
7.395 kr
uppselt í netv. - til í verslun
einingaverð
per 
skattur innifalinn. flutningur reiknast í lokin.

Litur: Black

Stærð: XS

Litaflokkur: svartur

Veldu rétta stærð
frí sending á afhendingarstöð ef verslað er yfir 10.000 kr.
áætlaður afhendingartími: 1-3 dagar
hraðafgreiðsla innan dags möguleg skv. skilmálum
sku 192109000102

Vörulýsing

Fit: Mid raise waist, wide leg trousers Quality: Linen Details: Slim waistband with elastic and drawstring, Side pockets Production unit: Globus Garments Ltd

  • Gentle wash 40°
  • supplier: Globus Garments Ltd Quality: Woven, linen
  • production unit:

Nánar

color
Black
composition
Flax 55% Cotton 45%
fit
measurements
Inside leg 79cm in size M
function fetchInventoryData() { // Get the variant_sku from the element with the class name 'product__sku-value' const skuElement = document.getElementsByClassName('product__sku-value')[0]; const variant_sku = skuElement.innerText; // Construct the API URL with the variant_sku parameter const apiUrl = `https://ldx.is/api/v1/inventory/availableInStores/gt.php?variant_sku=${variant_sku}`; // Make an AJAX request using the Fetch API fetch(apiUrl) .then(response => { if (!response.ok) { throw new Error(`HTTP error! Status: ${response.status}`); } return response.json(); }) .then(data => { // Handle the API response data here console.log(data); }) .catch(error => { // Handle any errors that occurred during the fetch console.error('Fetch error:', error); }); }