![]() |
|
|||||||
| Register | Projects | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
v4 Seller Store Module
The seller store is a section that allows sellers to have their own store similar to Ebay stores where that page only shows their ads. They can insert a store logo, store name, and a description. Requirements Minimum version 4.0.0 If you are running v3.1.x visit this thread. Instructions Download the zip file and upload it to your modules directory. Next visit administration -> manage modules -> regenerate. Manual Template Changes To install this mod add the following link some where in a template file: Code:
<a href="modules.php?mod=seller_store">My Store</a> Code:
{if $smarty.session.userlevel==6 || $smarty.session.userlevel==1}
<a href="modules.php?mod=seller_store">My Store</a>
{/if}
Next open your showlisting or showlisting2 template file and add this at the top if it is not already there: Code:
{* user store display *}
{if $storeImage<>""}
<div align="center">
<img src="photos/{$storeImage|escape:"url"}" alt="{$storeTitle}" />
</div>
<br />
{else}
<h3>{$storeTitle}</h3>
{/if}
<table width="80%" align="center">
<tr>
<td>{$storeDescription}</td>
</tr>
</table>
{* end user store display *}
Help & Support If you need any help just reply below and we will try and help. Change Log 10-5-2007
__________________
Eric Barnes 68 Classifieds Developer Customer Area | Issue Tracker | Knowledge Base | User Manuals Last edited by suzkaw : 10-05-2007 at 01:10 PM. |
|
#2
|
|||
|
|||
|
Would it be possible to add an extra bit to the seller store.
It nice that sellers can have a small writeup, but it would be great if this could be extended to allow the seller store to include, say a couple of extra pages so they can have an about me page and maybe a terms and conditions. The pages should allow the seller to change font size and colour etc. When someone goes to the seller store then they are presented with the logo etc and then links to their pages, these pages should also hold the links. Just an idea. I think it will add alot to the store.
__________________
http://www.sell-your-art.co.uk |
|
#3
|
|||
|
|||
|
Is there a way to limited the size of the seller store logo.
__________________
http://www.sell-your-art.co.uk |
|
#4
|
||||
|
||||
|
Yes you can open the index.php file and find this section:
PHP Code:
PHP Code:
__________________
Eric Barnes 68 Classifieds Developer Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#5
|
|||
|
|||
|
Thanks for the help
__________________
http://www.sell-your-art.co.uk |
|
#6
|
||||
|
||||
|
This module has now been updated to work v4 RC9.
__________________
Eric Barnes 68 Classifieds Developer Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#7
|
|||
|
|||
|
Where exactly would i put
<a href="modules.php?mod=seller_store">My Store</a> and where will that show up so someone could setup their own store? P.S. Does anyone use this so I might see what it should look like on the site? Thanks Last edited by outthere : 02-23-2008 at 10:33 PM. |
|
#8
|
|||
|
|||
|
I installed the Store Mod yesterday and I have the "My Store" link and I am able to name the store and upload an image, but how does one actually implement a store?
How is it suppose to work? How do you add items to the store? How do people find your store? I must be doing something wrong. Does someone have a link to a store that's working so I can see how it should operate? Here's the site I am working on- http://www.postitfurniture.com Regards, db
__________________
Damon |
|
#9
|
||||
|
||||
|
Quote:
So, you dont add anything to the "store" its just info about the seller. The store mod in and of itself doesnt sell anything either.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Seller Store | goose | v4 Questions & Support | 3 | 08-16-2007 12:08 AM |
| Is there any fix to this Seller Store for V4 RC3 ? | Syafi | v4 Questions & Support | 0 | 06-14-2007 01:03 PM |
| More Seller Store related questions. | ginggs | v3.1 Questions & Support | 6 | 04-13-2007 06:46 AM |
| Seller Store ? | Unregistered | Pre Sales | 2 | 02-06-2007 09:47 AM |
| Totally lost - Seller Store | gregbatch | v3.1 Questions & Support | 2 | 08-05-2006 06:33 PM |