koekkennetto.dk Open in urlscan Pro
185.221.38.96  Public Scan

Submitted URL: http://koekkennetto.dk/
Effective URL: https://koekkennetto.dk/
Submission: On March 09 via api from US — Scanned from DK

Form analysis 17 forms found in the DOM

GET /shop/

<form class="top-search-form ng-pristine ng-valid" method="get" action="/shop/">
  <div class="input-group xsmall">
    <input type="text" class="form-input input-group-main" placeholder="Indtast søgning" name="search" required="">
    <span class="input-group-button"><button class="button" type="submit">Søg</button></span>
  </div>
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506099-08-roma-bryggers-hvid-folie/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506099-08-roma-bryggers-hvid-folie/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/08-Roma/_thumbs/1882_01_v01-Standard-bryggers-08-Roma-hvid-folie-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/08-Roma/_thumbs/1882_01_v01-Standard-bryggers-08-Roma-hvid-folie-2432.w293.h293.backdrop.jpg" alt="08 Roma bryggers hvid folie" src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/08-Roma/_thumbs/1882_01_v01-Standard-bryggers-08-Roma-hvid-folie-2432.w293.h293.backdrop.jpg">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506099-08-roma-bryggers-hvid-folie/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506099-08-roma-bryggers-hvid-folie/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">08 Roma bryggers hvid folie</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243208</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">5.200,80 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">4.160,64 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506099][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506100-09-roma-bryggers-hvid-hoejglans-folie/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506100-09-roma-bryggers-hvid-hoejglans-folie/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/08-Roma/_thumbs/1882_01_v01-Standard-bryggers-08-Roma-hvid-folie-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/08-Roma/_thumbs/1882_01_v01-Standard-bryggers-08-Roma-hvid-folie-2432.w293.h293.backdrop.jpg" alt="09 Roma bryggers hvid højglans folie" src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/08-Roma/_thumbs/1882_01_v01-Standard-bryggers-08-Roma-hvid-folie-2432.w293.h293.backdrop.jpg">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506100-09-roma-bryggers-hvid-hoejglans-folie/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506100-09-roma-bryggers-hvid-hoejglans-folie/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">09 Roma bryggers hvid højglans folie</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243209</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">5.200,80 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">4.160,64 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506100][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506103-17-oslo-bryggers-graatonet-eg-melamin/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506103-17-oslo-bryggers-graatonet-eg-melamin/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/17-Oslo/_thumbs/1882_02_Oslo_V01-Standard-bryggers-17-Oslo-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/17-Oslo/_thumbs/1882_02_Oslo_V01-Standard-bryggers-17-Oslo-2432.w293.h293.backdrop.jpg" alt="17 Oslo bryggers gråtonet eg melamin" src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/17-Oslo/_thumbs/1882_02_Oslo_V01-Standard-bryggers-17-Oslo-2432.w293.h293.backdrop.jpg">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506103-17-oslo-bryggers-graatonet-eg-melamin/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506103-17-oslo-bryggers-graatonet-eg-melamin/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">17 Oslo bryggers gråtonet eg melamin</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243217</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">4.975,30 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">3.980,24 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506103][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506104-18-riga-bryggers-i-beton-look/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506104-18-riga-bryggers-i-beton-look/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyloaded" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/18-Riga/_thumbs/1882_03_Riga_V01-Standard-bryggers-18-Riga-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/18-Riga/_thumbs/1882_03_Riga_V01-Standard-bryggers-18-Riga-2432.w293.h293.backdrop.jpg" alt="18 Riga bryggers i beton look" src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/18-Riga/_thumbs/1882_03_Riga_V01-Standard-bryggers-18-Riga-2432.w293.h293.backdrop.jpg">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506104-18-riga-bryggers-i-beton-look/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506104-18-riga-bryggers-i-beton-look/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">18 Riga bryggers i beton look</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243218</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">5.200,80 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">4.160,64 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506104][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506105-19-wien-bryggers-lystonet-eg/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506105-19-wien-bryggers-lystonet-eg/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/19-Wien/_thumbs/1882_04_Wien_V01-Standard-bryggers-19-Wien-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/19-Wien/_thumbs/1882_04_Wien_V01-Standard-bryggers-19-Wien-2432.w293.h293.backdrop.jpg" alt="19 Wien bryggers lystonet eg">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506105-19-wien-bryggers-lystonet-eg/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506105-19-wien-bryggers-lystonet-eg/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">19 Wien bryggers lystonet eg</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243219</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">5.200,80 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">4.160,64 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506105][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506106-21-whiteblack-line-bryggers-hvid-melamin-med-sort-abs-kant/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506106-21-whiteblack-line-bryggers-hvid-melamin-med-sort-abs-kant/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/21-Black-White/_thumbs/1882_05_BW_Melamin_V01-Standard-bryggers-21-White-Black-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/21-Black-White/_thumbs/1882_05_BW_Melamin_V01-Standard-bryggers-21-White-Black-2432.w293.h293.backdrop.jpg" alt="21 White/Black-Line bryggers hvid melamin med sort ABS-kant">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506106-21-whiteblack-line-bryggers-hvid-melamin-med-sort-abs-kant/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506106-21-whiteblack-line-bryggers-hvid-melamin-med-sort-abs-kant/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">21 White/Black-Line bryggers hvid melamin med sort ABS-kant</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243221</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">4.975,30 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">3.980,24 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506106][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506101-31-pisa-bryggers-hvid-folie/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506101-31-pisa-bryggers-hvid-folie/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/31-Pisa/_thumbs/Standard-bryggers-31-Pisa-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/31-Pisa/_thumbs/Standard-bryggers-31-Pisa-2432.w293.h293.backdrop.jpg" alt="31 Pisa bryggers hvid folie">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506101-31-pisa-bryggers-hvid-folie/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506101-31-pisa-bryggers-hvid-folie/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">31 Pisa bryggers hvid folie</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243231</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">5.717,80 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">4.574,24 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506101][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506098-78-monaco-bryggers-hvid-grebsfri-folie/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506098-78-monaco-bryggers-hvid-grebsfri-folie/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/78-Monaco/_thumbs/Standard-bryggers-78-Monaco-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/78-Monaco/_thumbs/Standard-bryggers-78-Monaco-2432.w293.h293.backdrop.jpg" alt="78 Monaco bryggers hvid grebsfri folie">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506098-78-monaco-bryggers-hvid-grebsfri-folie/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506098-78-monaco-bryggers-hvid-grebsfri-folie/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">78 Monaco bryggers hvid grebsfri folie</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243278</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">5.717,80 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">4.574,24 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506098][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506102-95-new-york-bryggers-hvidmalet-grebsfri/" class="m-productlist-link trailing-db text-center" href="/shop/345-standard-bryggers-bredde-2432-mm/34506102-95-new-york-bryggers-hvidmalet-grebsfri/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/95-New-York/_thumbs/Standard-bryggers-95-New-York-2432.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/Miljoeer/95-New-York/_thumbs/Standard-bryggers-95-New-York-2432.w293.h293.backdrop.jpg" alt="95 New York bryggers hvidmalet grebsfri">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/345-standard-bryggers-bredde-2432-mm/34506102-95-new-york-bryggers-hvidmalet-grebsfri/" class="is-block m-productlist-link" href="/shop/345-standard-bryggers-bredde-2432-mm/34506102-95-new-york-bryggers-hvidmalet-grebsfri/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">95 New York bryggers hvidmalet grebsfri</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">BR243295</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">9.306,00 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">7.444,80 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[34506102][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/344-standard-koekken-3600-mm/9-billig-koekken-i-hvid-folie/" class="m-productlist-link trailing-db text-center" href="/shop/344-standard-koekken-3600-mm/9-billig-koekken-i-hvid-folie/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/pics/_thumbs/billig-koekken-hvid-folie-1269_01_Roma_V05-1.w293.h293.backdrop.jpg" data-src="https://shop80202.sfstatic.io/upload_dir/pics/_thumbs/billig-koekken-hvid-folie-1269_01_Roma_V05-1.w293.h293.backdrop.jpg" alt="Billig køkken i hvid folie">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/344-standard-koekken-3600-mm/9-billig-koekken-i-hvid-folie/" class="is-block m-productlist-link" href="/shop/344-standard-koekken-3600-mm/9-billig-koekken-i-hvid-folie/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Billig køkken i hvid folie</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">SK36008</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">10.496,20 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">8.396,96 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[9][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/53-koekken-underskabe/23128-kolonialskab-60-cm-med-3-skuffer---deludtraek/" class="m-productlist-link trailing-db text-center" href="/shop/53-koekken-underskabe/23128-kolonialskab-60-cm-med-3-skuffer---deludtraek/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-213---Kolonialskab-60-cm-med-deludtraek-og-softclose---Koekken-underskab.w293.h293.backdrop.png" data-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-213---Kolonialskab-60-cm-med-deludtraek-og-softclose---Koekken-underskab.w293.h293.backdrop.png" alt="Kolonialskab 60 cm med 3 skuffer - deludtræk">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/53-koekken-underskabe/23128-kolonialskab-60-cm-med-3-skuffer---deludtraek/" class="is-block m-productlist-link" href="/shop/53-koekken-underskabe/23128-kolonialskab-60-cm-med-3-skuffer---deludtraek/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Kolonialskab 60 cm med 3 skuffer - deludtræk</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">U060-213 31 Pisa folie med udskæringer</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">2.242,90 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">1.794,32 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[23128][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/63-koekken-underskabe/25133-kolonialskab-60-cm-med-3-skuffer---fuldudtraek/" class="m-productlist-link trailing-db text-center" href="/shop/63-koekken-underskabe/25133-kolonialskab-60-cm-med-3-skuffer---fuldudtraek/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-223---Kolonialskab-60-cm-med-fuldudtraek-og-softclose---Koekken-underskab.w293.h293.backdrop.png" data-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-223---Kolonialskab-60-cm-med-fuldudtraek-og-softclose---Koekken-underskab.w293.h293.backdrop.png" alt="Kolonialskab 60 cm med 3 skuffer - fuldudtræk">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/63-koekken-underskabe/25133-kolonialskab-60-cm-med-3-skuffer---fuldudtraek/" class="is-block m-productlist-link" href="/shop/63-koekken-underskabe/25133-kolonialskab-60-cm-med-3-skuffer---fuldudtraek/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Kolonialskab 60 cm med 3 skuffer - fuldudtræk</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">U060-223 95 New York Mat grebsfri hvidmalet</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">3.680,60 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">2.944,48 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[25133][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/59-koekken-overskabe/25182-overskab-60-cm-med-2-hylder-og-2-laager/" class="m-productlist-link trailing-db text-center" href="/shop/59-koekken-overskabe/25182-overskab-60-cm-med-2-hylder-og-2-laager/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/O060-404---Overskab-60-cm-med-2-laager---Koekken-overskab-1.w293.h293.backdrop.png" data-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/O060-404---Overskab-60-cm-med-2-laager---Koekken-overskab-1.w293.h293.backdrop.png" alt="Overskab 60 cm med 2 hylder og 2 låger">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/59-koekken-overskabe/25182-overskab-60-cm-med-2-hylder-og-2-laager/" class="is-block m-productlist-link" href="/shop/59-koekken-overskabe/25182-overskab-60-cm-med-2-hylder-og-2-laager/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Overskab 60 cm med 2 hylder og 2 låger</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">O060-404 95 New York Mat grebsfri hvidmalet</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">1.589,50 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">1.271,60 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[25182][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/8-koekken-underskabe/21104-underskab-60-cm-med-hylde-og-laage/" class="m-productlist-link trailing-db text-center" href="/shop/8-koekken-underskabe/21104-underskab-60-cm-med-hylde-og-laage/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-201---Underskab-60-cm-med-laage---Koekken-underskab.w293.h293.backdrop.png" data-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-201---Underskab-60-cm-med-laage---Koekken-underskab.w293.h293.backdrop.png" alt="Underskab 60 cm med hylde og låge">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/8-koekken-underskabe/21104-underskab-60-cm-med-hylde-og-laage/" class="is-block m-productlist-link" href="/shop/8-koekken-underskabe/21104-underskab-60-cm-med-hylde-og-laage/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Underskab 60 cm med hylde og låge</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">U060-201 08 Roma hvid mat folie</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">1.094,50 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">875,60 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[21104][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/63-koekken-underskabe/25104-underskab-60-cm-med-hylde-og-laage/" class="m-productlist-link trailing-db text-center" href="/shop/63-koekken-underskabe/25104-underskab-60-cm-med-hylde-og-laage/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-201---Underskab-60-cm-med-laage---Koekken-underskab.w293.h293.backdrop.png" data-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/U060-201---Underskab-60-cm-med-laage---Koekken-underskab.w293.h293.backdrop.png" alt="Underskab 60 cm med hylde og låge">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/63-koekken-underskabe/25104-underskab-60-cm-med-hylde-og-laage/" class="is-block m-productlist-link" href="/shop/63-koekken-underskabe/25104-underskab-60-cm-med-hylde-og-laage/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">Underskab 60 cm med hylde og låge</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">U060-201 95 New York Mat grebsfri hvidmalet</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <div class="variants m-productlist-variants" data-ng-if="::showVariants" data-ng-class="{'flash': flashVariant}">
      <div class="select2-container variantContainer m-productlist-variantContainer" id="s2id_autogen1" style="width:100%;">
        <a href="javascript:void(0)" class="select2-choice select2-default" tabindex="-1">   <span class="select2-chosen" id="select2-chosen-2">Vælg hængsel side</span><abbr class="select2-search-choice-close"></abbr>   <span class="select2-arrow" role="presentation"><b role="presentation"></b></span></a><label
          for="s2id_autogen2" class="select2-offscreen"></label><input class="select2-focusser select2-offscreen" type="text" aria-haspopup="true" role="button" aria-labelledby="select2-chosen-2" id="s2id_autogen2">
        <div class="select2-drop select2-display-none">
          <div class="select2-search select2-search-hidden select2-offscreen"> <label for="s2id_autogen2_search" class="select2-offscreen"></label> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
              class="select2-input" role="combobox" aria-expanded="true" aria-autocomplete="list" aria-owns="select2-results-2" id="s2id_autogen2_search" placeholder=""> </div>
          <ul class="select2-results" role="listbox" id="select2-results-2"> </ul>
        </div>
      </div><input type="hidden" name="product[25104][variant]" class="variantContainer m-productlist-variantContainer" style="width: 100%; display: none;" data-variant-ajax="product.Id" data-variant-default="variantDefault"
        data-hide-price="showPrices" data-image-width="imageWidth" data-image-height="imageHeight" data-required="" autocomplete="off" tabindex="-1" title="">
    </div><!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">2.307,00 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">1.845,60 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[25104][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1"
            disabled="disabled">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!---->
          <!----><button data-ng-switch-when="2" type="button" class="button-primary is-block variant" data-ng-click="toggleFlashVariant()" data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_CHOOSE_VARIANT">Vælg Variant</button><!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

POST /actions/cart/add

<form method="post" action="/actions/cart/add" class="ng-pristine ng-valid">
  <input type="hidden" name="returnUrl" data-ng-value="returnUrl" autocomplete="off">
  <figure class="image m-productlist-figure">
    <!-- Product splashes, news, discount and sold out -->
    <div class="splash m-productlist-splash" data-ng-show="::settings.show_product_icons">
      <!-- NEW icon if newer than 30 days (2.592.000 seconds) -->
      <!---->
      <!-- DISCOUNT icon if discount it active -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale" data-ng-bind-html="::text.SALE"></span -->
      <!-- span class="badge badge-warning m-productlist-sale" data-ng-if="onSale">TILBUD: Spar 20%</span -->
      <!----><span class="badge m-product-splash-sale" data-ng-if="onSale"><img src="/upload_dir/pics/Hushj/spar20pct-m.png" alt="Spar 20%"></span><!---->
      <!-- SOLD OUT icon if not in stock -->
      <!---->
    </div>
    <!-- Product image -->
    <a data-ng-href="/shop/10-hoejskabe/21303-2-skuffelook---indbygningsskab-til-koel-60-cm-til-koel-med-to-delt-laage/" class="m-productlist-link trailing-db text-center" href="/shop/10-hoejskabe/21303-2-skuffelook---indbygningsskab-til-koel-60-cm-til-koel-med-to-delt-laage/">
				<!----><span data-ng-if="::general.hasLazyload()" ng-style="{'max-width': imageWidth + 'px' }" class="placeholder-wrapper" style="max-width: 293px;">
					<span class="placeholder"></span>
					<img class="responsive m-productlist-image lazyload" data-ng-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/H060-546---2-skuffelook---Indbygningsskab-til-koel-60-cm-til-koel-med-to-delt-laage---Koekken-hoejskab.w293.h293.backdrop.png" data-src="https://shop80202.sfstatic.io/upload_dir/shop/_thumbs/H060-546---2-skuffelook---Indbygningsskab-til-koel-60-cm-til-koel-med-to-delt-laage---Koekken-hoejskab.w293.h293.backdrop.png" alt="2 skuffelook - Indbygningsskab til køl 60 cm til køl med to-delt låge">
				</span><!---->
				<!---->
			</a>
  </figure>
  <div class="content product-description" data-equalizer="type-col" style="height: 106.297px;">
    <!-- Product title and brand -->
    <header class="title m-productlist-heading">
      <a data-ng-href="/shop/10-hoejskabe/21303-2-skuffelook---indbygningsskab-til-koel-60-cm-til-koel-med-to-delt-laage/" class="is-block m-productlist-link" href="/shop/10-hoejskabe/21303-2-skuffelook---indbygningsskab-til-koel-60-cm-til-koel-med-to-delt-laage/">
					<h4 class="h5 m-productlist-title" data-ng-bind-html="::product.Title">2 skuffelook - Indbygningsskab til køl 60 cm til køl med to-delt låge</h4>
				</a>
      <!---->
      <!-- Item number -->
      <!---->
      <p data-ng-if="::settings.shop_product_number &amp;&amp; itemNumber" class="m-productlist-itemNumber" data-ng-bind-html="itemNumber">H060-546 08 Roma hvid mat folie</p><!---->
    </header>
    <!-- Stock status -->
    <!---->
    <!-- Description -->
    <div class="description m-productlist-description">
      <!-- Short description -->
      <!---->
    </div>
    <!-- Rating visually made with FontAwesome -->
    <!---->
  </div>
  <!-- Prices and transaction -->
  <div class="content product-transaction m-productlist-transactions" data-equalizer="type-col-prices" style="height: 126.969px;">
    <!-- Variant dropdown of Product -->
    <!---->
    <!-- Price calculation of Product -->
    <!---->
    <div class="prices" data-ng-if="::showPrices">
      <!-- Discount price -->
      <!---->
      <p class="m-productlist-discount" data-ng-if="discount">
        <!-- Price -->
        <s class="is-block m-productlist-price-before-discount" data-ng-bind-html="discount | currency_format">2.735,70 DKK</s>
      </p><!---->
      <!-- Price -->
      <span class="m-productlist-price h5 is-block" data-ng-bind-html="price">2.188,56 DKK</span>
      <!-- Various price info -->
      <div class="product-various-price-info">
        <!-- VAT -->
        <!---->
        <!-- Cheapest combo -->
        <!---->
        <!-- VAT -->
        <!---->
        <!-- Price terms -->
        <!---->
      </div>
    </div><!---->
  </div>
  <!-- Action -->
  <!---->
  <div class="content product-transaction product-action" data-ng-if="showButtons">
    <div class="row">
      <div class="col-s-1 col-m-4 col-l-4 col-xl-8">
        <!-- Amount -->
        <fieldset class="form-group m-productlist-amount">
          <input type="text" pattern="[0-9]*" class="form-input text-center m-productlist-input" name="product[21303][amount]" value="1" placeholder="Antal" title="Husk at vælge antal" required="" data-ng-disabled="buttonMode != 1">
        </fieldset>
      </div>
      <div class="col-s-3 col-m-8 col-l-8 col-xl-16 m-productlist-tractions-button">
        <!-- Call-to-action -->
        <fieldset class="form-group" data-ng-switch="" data-on="buttonMode">
          <!---->
          <!----><button data-ng-switch-when="1" type="submit" name="cartadd" class="button-primary button-icon is-block normal" data-ng-click="processProductSubmit()">
            <i class="fa fa-shopping-cart"></i><span data-ng-bind-html="::text.PRODUCT_CATALOG_PRODUCT_BUY">Køb</span>
          </button><!---->
          <!---->
        </fieldset>
      </div>
    </div>
  </div><!---->
</form>

Text Content

Vi bruger cookies for at sikre, at du får den bedste oplevelse på vores
hjemmeside. Læs mere om cookies
Ok
 

 * Forside
 * Total løsninger
 * Shop
 * Køkkener
 * Bad
 * Skydedøre
 * Bordplader
 * 3 muligheder
 * Erhverv
 * Din konto
    * Log ind
    * Opret bruger
    * Nyhedstilmelding

Din indkøbskurv er tom
Søg

TILBUD: Spar op til 20% på ALLE skabe og låger!
Gratis fragt ved køb over 5000 kr!



SHOP


KØKKENSKABE MED FRONTER


KØKKENSKABE UDEN FRONTER


BADEVÆRELSESSKABE


BADVASKE BORDPLADER


GREB


SOKLER


TILPASNINGER & GAVLE


SKUFFER OG TILBEHØR TIL SKUFFER


LØSE SKABSLÅGER


TILBEHØR TIL SKABE


TILBEHØR OL-BESLAG


AFFALDSSYSTEMER


BILLIG KØKKEN OG BRYGGERS


TILLÆGSYDELSER OG TILPASNING AF SKABE


STÆNKPLADER I GLAS

Forside produkter

08 ROMA BRYGGERS HVID FOLIE

BR243208



5.200,80 DKK

4.160,64 DKK

Køb

09 ROMA BRYGGERS HVID HØJGLANS FOLIE

BR243209



5.200,80 DKK

4.160,64 DKK

Køb

17 OSLO BRYGGERS GRÅTONET EG MELAMIN

BR243217



4.975,30 DKK

3.980,24 DKK

Køb

18 RIGA BRYGGERS I BETON LOOK

BR243218



5.200,80 DKK

4.160,64 DKK

Køb

19 WIEN BRYGGERS LYSTONET EG

BR243219



5.200,80 DKK

4.160,64 DKK

Køb

21 WHITE/BLACK-LINE BRYGGERS HVID MELAMIN MED SORT ABS-KANT

BR243221



4.975,30 DKK

3.980,24 DKK

Køb

31 PISA BRYGGERS HVID FOLIE

BR243231



5.717,80 DKK

4.574,24 DKK

Køb

78 MONACO BRYGGERS HVID GREBSFRI FOLIE

BR243278



5.717,80 DKK

4.574,24 DKK

Køb

95 NEW YORK BRYGGERS HVIDMALET GREBSFRI

BR243295



9.306,00 DKK

7.444,80 DKK

Køb

BILLIG KØKKEN I HVID FOLIE

SK36008



10.496,20 DKK

8.396,96 DKK

Køb

KOLONIALSKAB 60 CM MED 3 SKUFFER - DELUDTRÆK

U060-213 31 Pisa folie med udskæringer



2.242,90 DKK

1.794,32 DKK

Køb

KOLONIALSKAB 60 CM MED 3 SKUFFER - FULDUDTRÆK

U060-223 95 New York Mat grebsfri hvidmalet



3.680,60 DKK

2.944,48 DKK

Køb

OVERSKAB 60 CM MED 2 HYLDER OG 2 LÅGER

O060-404 95 New York Mat grebsfri hvidmalet



1.589,50 DKK

1.271,60 DKK

Køb

UNDERSKAB 60 CM MED HYLDE OG LÅGE

U060-201 08 Roma hvid mat folie



1.094,50 DKK

875,60 DKK

Køb

UNDERSKAB 60 CM MED HYLDE OG LÅGE

U060-201 95 New York Mat grebsfri hvidmalet


Vælg hængsel side


2.307,00 DKK

1.845,60 DKK

Vælg Variant

2 SKUFFELOOK - INDBYGNINGSSKAB TIL KØL 60 CM TIL KØL MED TO-DELT LÅGE

H060-546 08 Roma hvid mat folie



2.735,70 DKK

2.188,56 DKK

Køb
Ingen produkter fundet.
Hjælp Tilbud på køkken Kontakt os Sådan handler du hos os Handelsbetingelser
Mine personlige data
Hushjælpen KS - CVR: 65591316
Vesselbjergvej 25 (efter aftale), 8370 Hadsten, tlf.: 8698 1788, e-mail:
jm@hushjaelpen.dk
Samsøvej 15 (indgang ved Skousen), 8382 Hinnerup, tlf.: 8624 8311, e-mail:
ft@hushjaelpen.dk
www.hushjaelpen.dk er e-mærket, og derfor er du omfattet af e-mærkets
køberbeskyttelse og du har altid adgang til e-mærkets gratis Sagsbehandling, når
du handler hos os.
Copyright © 2005-2022 Hushjælpen KS
*