Last active
April 27, 2018 22:33
-
-
Save MyronBatiuk/8201f43ce36948ac75fd01e3a404e5dd 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
<div class="content"> | |
<div class="subscription-plan-container" data-plan-status="active"> | |
<div class="subscription-plan"> | |
<h2 class="plan-description"><span class="plan-name"></span> Plan</h2> | |
<p>A 3 month supply, shipped to you every 3 months. | |
<ul> | |
<li class="dropdownParent"> | |
<a href="#">Currently Active</a> | |
<ul class="submenu"> | |
<li><a class="cancel" href="cancel?subscription=4466b9bb55050f4ace2f68431683801a">Cancel my plan</a></li> | |
</ul> | |
</li> | |
</ul> | |
</p> | |
<div class="plan-data" data-sub-uuid="4466b9bb55050f4ace2f68431683801a" data-plan-code="01refill-441ft" data-shopify-variant="7061477195839"> | |
<div class="existing-add-on" data-add-on-code="05bodycloths-003" data-add-on-qty="1" /> | |
</div> | |
</div> | |
<div class="subscription-shipment"> | |
... | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment