68 Classifieds Forums  

Go Back   68 Classifieds Forums > v4 Help & Support > v4 Modules / Modifications > Free Modules
Register Projects FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Thread Tools Display Modes
  #1  
Old 08-14-2007, 02:47 PM
suzkaw suzkaw is offline
68 Classifieds Staff
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 2,655
Default Module - Seller Store

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>
If you wish to only allow certain groups to have access you can do this:
Code:
{if $smarty.session.userlevel==6 || $smarty.session.userlevel==1}
<a href="modules.php?mod=seller_store">My Store</a>
{/if}
The levels work as follows:
  1. Administrators
  2. Registered Users
  3. Users Awaiting Email Confirmation
  4. Banned Users
  5. Guests
anything over 5 is ones you have added.

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
  • Fixed bug with the call to the layout template file.
  • Fixed bug with the call to the forward template file.
Downloads
Attached Files
seller_store.zip (16.1 KB, 22 views)
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Knowledge Base | User Manuals

Last edited by suzkaw : 10-05-2007 at 01:10 PM.
Reply With Quote
  #2  
Old 08-18-2007, 09:36 AM
Nickb Nickb is offline
Member
 
Join Date: Aug 2007
Posts: 49
Default Extra feature

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
Reply With Quote
  #3  
Old 08-27-2007, 03:56 PM
Nickb Nickb is offline
Member
 
Join Date: Aug 2007
Posts: 49
Default Store Logo

Is there a way to limited the size of the seller store logo.
__________________
http://www.sell-your-art.co.uk
Reply With Quote
  #4  
Old 08-27-2007, 03:59 PM
suzkaw suzkaw is offline
68 Classifieds Staff
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 2,655
Default

Yes you can open the index.php file and find this section:
PHP Code:
$maxWidth=$rs['maxWidth'];
        
$maxHeight=$rs['maxHeight'];
        
$maxWidthThumb=$rs['maxWidthThumb'];
        
$maxHeightThumb=$rs['maxHeightThumb'];
Then change it to what you desire. For example:
PHP Code:
$maxWidth=400;
        
$maxHeight='';
        
$maxWidthThumb=150;
        
$maxHeightThumb='';
By leaving the height or width blank it will resize proportionally.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Reply With Quote
  #5  
Old 08-27-2007, 04:12 PM
Nickb Nickb is offline
Member
 
Join Date: Aug 2007
Posts: 49
Thumbs up

Thanks for the help
__________________
http://www.sell-your-art.co.uk
Reply With Quote
  #6  
Old 10-05-2007, 01:30 PM
suzkaw suzkaw is offline
68 Classifieds Staff
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 2,655
Default

This module has now been updated to work v4 RC9.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Reply With Quote
  #7  
Old 02-23-2008, 09:49 PM
outthere outthere is offline
Member
 
Join Date: Oct 2007
Posts: 31
Default where to put code?

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.
Reply With Quote
  #8  
Old 02-26-2008, 11:25 AM
Damon Damon is offline
Junior Member
 
Join Date: Dec 2007
Posts: 7
Default Seller Store- Not Sure I Understand

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
Reply With Quote
  #9  
Old 02-26-2008, 11:46 AM
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
 
Join Date: Mar 2006
Posts: 2,174
Default

Quote:
Originally Posted by Damon View Post
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
For visitors of your site, when they select "vire all ads by seller" the seller store will appear above the ads for that seller. The seller store is not really a store, its just a header, image and description about a seller. A way for a seller to pass along more detailed information about them that can be gained from just looking at the sellers profile.

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
Reply With Quote
  #10  
Old 02-26-2008, 11:53 AM
Damon Damon is offline
Junior Member
 
Join Date: Dec 2007
Posts: 7
Default

Oh ok, I get it. It is working then. Thanks for the quick reply.

db
__________________
Damon
Reply With Quote


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


All times are GMT -4. The time now is 12:42 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.