Template for empty top cart

2 replies·opened Dec 16, 2020
P
penghongkwekDec 16, 2020

Hi, I realised all the shop examples have items inside top-cart, the shopping cart icon at the top right corner. I am wondering is there a template for an empty cart ?

Thank you

S
SemiColonWebSTAFFDec 17, 2020

Hello,

There are no Empty Templates provided for the Top Cart. You will need to delete the Content manually:

<!-- Top Cart
============================================= -->
<div id="top-cart" class="header-misc-icon d-none d-sm-block">
	<a href="#" id="top-cart-trigger"><i class="icon-line-bag"></i></a>
	<div class="top-cart-content">
		<div class="top-cart-title">
			<h4>Shopping Cart</h4>
		</div>
		<div class="top-cart-items">
			No Items in the Cart.
		</div>
	</div>
</div><!-- #top-cart end -->

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

P
penghongkwekDec 17, 2020

Yes it helps. Thank you for the reply

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard