Add products button to wishlists
This commit is contained in:
parent
b7b64c425a
commit
eedaae004f
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ if (isset($_POST['wishlist_delete_id'])) {
|
|||
<h2 class="ui header">Options</h1>
|
||||
<p>Wishlist related options.</p>
|
||||
|
||||
<a class="ui small labeled icon button wishlist-product-add" href="/?page=wishlist-product-add">
|
||||
<i class="add icon"></i>
|
||||
Add products
|
||||
</a>
|
||||
|
||||
<a class="ui small labeled icon button wishlist-share disabled" target="_blank">
|
||||
<i class="share icon"></i>
|
||||
Share
|
||||
|
|
Loading…
Reference in a new issue