Module - Seller Store

This is a discussion on Module - Seller Store within the Module Release forums, part of the v4 Help & Support category; showlistings doesnt just display listings from a single seller so how do you propose to address that?...


Go Back   68 Classifieds Forums > v4 Help & Support > Module Release

 
LinkBack Thread Tools Display Modes
  #31  
Old 09-20-2008, 02:22 PM
Moderator
 
Join Date: Mar 2006
Posts: 3,242
Rep Power: 80
Default

showlistings doesnt just display listings from a single seller so how do you propose to address that?
__________________
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
  #32  
Old 10-22-2008, 03:51 PM
PHP Mechanic
 
Join Date: Nov 2007
Posts: 91
Rep Power: 5
Default

Quote:
Originally Posted by Lhotch View Post
showlistings doesnt just display listings from a single seller so how do you propose to address that?
Erm ... with a LEFT JOIN?

I'm assuming what they are asking for is a link to the sellers "store" on each ad row, if that seller has one.

Which actually seems quite sensible to me, would certainly make the store feature a lot more visible and (IMHO) useful.

-- hugh
Reply With Quote
  #33  
Old 10-22-2008, 05:25 PM
bowers01's Avatar
Senior Member
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 412
Rep Power: 10
Default

Have a look at my site, just click the search without selecting a category.
Is that what you want?
Nick
Reply With Quote
  #34  
Old 10-22-2008, 05:39 PM
Moderator
 
Join Date: Mar 2006
Posts: 3,242
Rep Power: 80
Default

Quote:
Originally Posted by cheesegrits View Post
Erm ... with a LEFT JOIN?
Isnt that pretty tough to do when you have the designer version?
__________________
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
  #35  
Old 10-22-2008, 08:52 PM
bowers01's Avatar
Senior Member
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 412
Rep Power: 10
Default

Hi,
No you need the developer version to do it, thats why i upgraded.
Nick
Reply With Quote
  #36  
Old 10-23-2008, 11:24 AM
PHP Mechanic
 
Join Date: Nov 2007
Posts: 91
Rep Power: 5
Default

Quote:
Originally Posted by Lhotch View Post
Isnt that pretty tough to do when you have the designer version?
Shouldn't be, as we now have:

PHP Code:
            $select $modules->call_hook('searchlistings_select'''); // Call any module functions
            
$joins $modules->call_hook('searchlistings_joins'''); // Call any module functions 
... in getAllListings() in Listings.php. So adding a couple of plugins which return "store.sImage" and "LEFT JOIN class_store AS store ON (p.owner = store.sUserId)" should add the image name to the $result list from getAllListings(). Then a few plugins on things like category_end to add the $class_tpl, and a little template work, should do the job.

-- hugh

Last edited by cheesegrits; 10-23-2008 at 11:31 AM.
Reply With Quote
  #37  
Old 10-23-2008, 11:29 AM
Moderator
 
Join Date: Mar 2006
Posts: 3,242
Rep Power: 80
Default

And if someone cant figure out where to add a query in the first place do you think they are going to understand module hooks?
__________________
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
  #38  
Old 10-24-2008, 06:14 PM
Junior Member
 
Join Date: Sep 2008
Posts: 17
Rep Power: 1
Question seller store error

something is wrong with my "seller store".
I uploded it and there is just a link on the home page that takes you to a
blank page. Also I can only see that link when I am logged into admin, not
as a registered user. When I go to modules in admin, it does not show the seller store or member rating mods I uploaded. Are they supposed to be zipped or unzipped when you upload them?

Also I'd like there to be a tab at the top that says "my store" where people can go and sign up for a store.
Also is this setup to charge sellers for having a store? Like on ebay
how you can have a store and pay a monthly fee?
I don't want just anyone who has listed a free item to be able to have a "store".
__________________
I'm new!
v4 1.0.8 - Designer edition
Reply With Quote
  #39  
Old 10-24-2008, 06:23 PM
Moderator
 
Join Date: Mar 2006
Posts: 3,242
Rep Power: 80
Default

Quote:
Originally Posted by redstar View Post
something is wrong with my "seller store".
I uploded it and there is just a link on the home page that takes you to a
blank page. Also I can only see that link when I am logged into admin, not
as a registered user. When I go to modules in admin, it does not show the seller store or member rating mods I uploaded. Are they supposed to be zipped or unzipped when you upload them?
It sounds like its not properly installed. Double check the install.

Quote:
Originally Posted by redstar View Post
Also I'd like there to be a tab at the top that says "my store" where people can go and sign up for a store.
Also is this setup to charge sellers for having a store? Like on ebay
how you can have a store and pay a monthly fee?
I don't want just anyone who has listed a free item to be able to have a "store".
This is all way beyond what the module was designed to do and its more than just a simple tweak here and there, its going to involve some pretty serious knowledge of php.
__________________
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
  #40  
Old 10-24-2008, 07:47 PM
bowers01's Avatar
Senior Member
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 412
Rep Power: 10
Default

Quote:
Originally Posted by redstar View Post
When I go to modules in admin, it does not show the seller store or member rating mods I uploaded. Are they supposed to be zipped or unzipped when you upload them?
They should be unzipped, did you click generate?
Reply With Quote

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Seller Store goose v4 Questions & Support 3 08-15-2007 11:08 PM
Is there any fix to this Seller Store for V4 RC3 ? Syafi v4 Questions & Support 0 06-14-2007 12:03 PM
More Seller Store related questions. ginggs v3.1 Questions & Support 6 04-13-2007 05:46 AM
Seller Store ? Unregistered Pre Sales Questions 2 02-06-2007 08:47 AM
Totally lost - Seller Store gregbatch v3.1 Questions & Support 2 08-05-2006 05:33 PM


All times are GMT -4. The time now is 12:04 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22