-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Himanshu Kumar
committed
Jul 4, 2015
1 parent
a696ef7
commit 532818a
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,6 +105,7 @@ | |
</div> | ||
|
||
<div class="c-quantity-total"> | ||
<!-- TODO: Convert "c-product-id-quantity" element into selectbox. --> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
ncnipunchawla
via email
Collaborator
|
||
<div class="c-product-id-quantity"> | ||
<span class="c-quantity-text">1</span> | ||
<span><img class="c-drop-down-arrow" src="../resources/Vince-camuto/stateDropdown.png"> | ||
|
@@ -276,9 +277,11 @@ | |
</div> | ||
|
||
<div class="c-code"> | ||
<!-- TODO: Convert "c-enter-coupon-code" element into textbox. --> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<div class="c-enter-coupon-code"> | ||
Enter Coupon Code | ||
</div> | ||
<!-- TODO: Convert "c-coupon-code-apply" element into button type. --> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<div class="c-coupon-code-apply"> | ||
APPLY | ||
</div> | ||
|
@@ -331,6 +334,7 @@ | |
<div class="c-code clearfix"> | ||
<div class="c-enter-coupon-code"> | ||
</div> | ||
<!--TODO: Convert "c-join" element into button type. --> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<div class="c-join"> | ||
JOIN | ||
</div> | ||
|
Convert "c-product-id-quantity" element into selectbox.