Wishlist for Opencart

| Extension Name | Wishlist for Opencart | Rating |
|
| License | Commercial | Votes | 1 |
| Price | $20.00 | Views | 20823 |
| Developer | hellsmash | Request Support |
|
| Date Added | 10 December 2010 | Report extension |
|
| Date Modified | 7 December 2011 | ||
- Public Wish List - Allow your custumers to share they Wish List's to friends //26.04.2011
- Sidebar module //22.05.2011
Released 1.5 version.
(DEMO: http://stscript.info/index.php?route=product/wishlist&crs=152)
DEMO: http://stscript.info
Email: demo@stscript.info
Password: demo
DEMO 1.5: http://stscript.info/demos/wishlist-15/
This extension add Wish list to your Opencart store where your customers add products for future reference.
This extension have administrative part where you can set:
- how many products to have your customers in their wish list
- turn off Wish list page
- change the name of the Wish list
Your users can add all products to shopping cart with one button. You can see live demo of this extension in my site - http://stscript.info/wishlist-opencart
New: Added files for new shops
Ask question before buy: http://stscript.info/index.php?route=information/contact
| Download Name | Compatibility | Action |
| Wishlist for Opencart v1.5.x | v1.5.0, v1.5.0.1, v1.5.0.2, v1.5.0.3, v1.5.0.4, v1.5.0.5 | [ Download ] |
| Wishlist-v4 | v1.4.8, v1.4.8b, v1.4.9, v1.4.9.1, v1.4.9.2, v1.4.9.3, v1.4.9.4, v1.4.9.5 | [ Download ] |
| Wishlist for Opencart v1.5 vQmod | v1.5.0, v1.5.0.1, v1.5.0.2, v1.5.0.3, v1.5.0.4, v1.5.0.5, v1.5.1, v1.5.1.1, v1.5.1.2, v1.5.1.3 | [ Download ] |
The instructions are in archive,
For 1.5.x
Open catalog/controller/account/account.php
Find: $this->data['wishlist'] = $this->url->link('account/wishlist');
Replace with: $this->data['wishlist'] = $this->url->link('product/wishlist');
For 1.4.9.x
Hint: How to add link in Custumer account page open /catalog/view/theme/default/template/account/account.tpl and add this:
<p><b>My wish list</b></p>
<ul>
<li><a href="index.php?route=product/wishlist">Your wish list</a></li>
</ul>
After:
<p><b><?php echo $text_my_newsletter; ?></b></p>
<ul>
<li><a href="<?php echo str_replace('&', '&', $newsletter); ?>"><?php echo $text_newsletter; ?></a></li>
</ul>
Tags Changes, for, 1.4.9: -, Public, Wish, List, -, Allow, your, custumers, to, share, they, Wish, List's, to, friends, //26.04.2011 -, Sidebar, module, //22.05.2011 Released, 1.5, version., (DEMO:, http://stscript.info/index.php?r, http://stscript.info Email:, demo@stscript.info Password:, demo DEMO, 1.5:, http://stscript.info/demos/wishl, extension, add, Wish, list, to, your, Opencart, store, where, your, customers, add, products, for, future, reference., This, extension, have, administrative, part, where, you, can, set: -, how, many, products, to, have, your, customers, in, their, wish, list -, turn, off, Wish, list, page -, change, the, name, of, the, Wish, list, Your, users, can, add, all, products, to, shopping, cart, with, one, button., You, can, see, live, demo, of, this, extension, in, my, site, -, http://stscript.info/wishlist-op, Added, files, for, new, shops Ask, question, before, buy:, http://stscript.info/index.php?r













Log in to comment or register here.