Last active
October 30, 2019 12:46
-
-
Save dsdsdsdsdsds/40c424c33d987f5fd45f0798ed50d1b7 to your computer and use it in GitHub Desktop.
Customize Snipcart 3.0 cart
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
<!DOCTYPE html> | |
<html {{ HTML_ATTRS }}> | |
<head {{ HEAD_ATTRS }}> | |
{{ HEAD }} | |
<link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.1/default/snipcart.css" /> | |
</head> | |
<body {{ BODY_ATTRS }}> | |
{{ APP }} | |
<div id="snipcart" data-api-key="" hidden> | |
<item-line> | |
<li class="snipcart__item__line snipcart__box"> | |
<div class="snipcart__item__line__product"> | |
<div class="snipcart__item__line__header"> | |
<h2 class="snipcart__item__line__header__title"> | |
TITEL | |
</h2> | |
</div> | |
</div> | |
</li> | |
</item-line> | |
</div> | |
<script src="https://cdn.snipcart.com/themes/v3.0.1/default/snipcart.js" data-api-key=""></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment