Last active
September 23, 2019 06:43
-
-
Save codersaiful/811254fd3c84f404270f16dc4d4cb484 to your computer and use it in GitHub Desktop.
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
<ul id="site-header-cart" class="site-header-cart "> | |
<li class=""> | |
<a class="cart-contents" href="http://localhost/CleaniaCommerce/cart/" title="View your shopping cart" style="opacity: 1;"> | |
<span class="amount">$40.00</span> <span class="count">3</span> | |
</a> | |
</li> | |
<li> | |
<div class="widget woocommerce widget_shopping_cart"> | |
<div class="widget_shopping_cart_content" style="opacity: 1;"> | |
<ul class="woocommerce-mini-cart cart_list product_list_widget "> | |
<li class="woocommerce-mini-cart-item mini_cart_item"> | |
<a href="http://localhost/CleaniaCommerce/cart/?remove_item=3c59dc048e8850243be8079a5c74d079&_wpnonce=a3479fd386" class="remove remove_from_cart_button" aria-label="Remove this item" data-product_id="21" data-cart_item_key="3c59dc048e8850243be8079a5c74d079" data-product_sku="woo-polo">×</a> <a href="http://localhost/CleaniaCommerce/product/polo/"> | |
<img width="300" height="300" src="http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/polo-2-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/polo-2-300x300.jpg 300w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/polo-2-600x599.jpg 600w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/polo-2-150x150.jpg 150w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/polo-2-768x767.jpg 768w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/polo-2-100x100.jpg 100w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/polo-2.jpg 801w" sizes="(max-width: 300px) 100vw, 300px">Polo </a> | |
<span class="quantity">1 × <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>20.00</span></span> | |
</li> | |
<li class="woocommerce-mini-cart-item mini_cart_item"> | |
<a href="http://localhost/CleaniaCommerce/cart/?remove_item=aab3238922bcc25a6f606eb525ffdc56&_wpnonce=a3479fd386" class="remove remove_from_cart_button" aria-label="Remove this item" data-product_id="14" data-cart_item_key="aab3238922bcc25a6f606eb525ffdc56" data-product_sku="woo-beanie">×</a> <a href="http://localhost/CleaniaCommerce/product/beanie/"> | |
<img width="300" height="300" src="http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/beanie-2-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/beanie-2-300x300.jpg 300w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/beanie-2-600x600.jpg 600w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/beanie-2-150x150.jpg 150w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/beanie-2-768x768.jpg 768w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/beanie-2-100x100.jpg 100w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/beanie-2.jpg 801w" sizes="(max-width: 300px) 100vw, 300px">Beanie </a> | |
<span class="quantity">1 × <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>18.00</span></span> | |
</li> | |
<li class="woocommerce-mini-cart-item mini_cart_item"> | |
<a href="http://localhost/CleaniaCommerce/cart/?remove_item=37693cfc748049e45d87b8c7d8b9aacd&_wpnonce=a3479fd386" class="remove remove_from_cart_button" aria-label="Remove this item" data-product_id="23" data-cart_item_key="37693cfc748049e45d87b8c7d8b9aacd" data-product_sku="woo-single">×</a> <a href="http://localhost/CleaniaCommerce/product/single/"> | |
<img width="300" height="300" src="http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/single-1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/single-1-300x300.jpg 300w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/single-1-600x600.jpg 600w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/single-1-150x150.jpg 150w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/single-1-768x768.jpg 768w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/single-1-100x100.jpg 100w, http://localhost/CleaniaCommerce/wp-content/uploads/2019/03/single-1.jpg 800w" sizes="(max-width: 300px) 100vw, 300px">Single </a> | |
<span class="quantity">1 × <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>2.00</span></span> | |
</li> | |
</ul> | |
<p class="woocommerce-mini-cart__total total"><strong>Subtotal:</strong> <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$</span>40.00</span></p> | |
<p class="woocommerce-mini-cart__buttons buttons"><a href="http://localhost/CleaniaCommerce/cart/" class="button wc-forward">View cart</a><a href="http://localhost/CleaniaCommerce/checkout/" class="button checkout wc-forward">Checkout</a></p> | |
</div> | |
</div> | |
</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment