Support Forums


Go Back   68 Classifieds Forums > Help & Support > v4.1 Questions & Support

Notices

 
LinkBack Thread Tools Display Modes
Old 04-15-2009, 12:39 PM   #1
Junior Member
 
Join Date: Mar 2009
Posts: 24
Rep Power: 2
raifs is on a distinguished road
Default Sellers store list and few more issues

Hi,

Hi, I bought some weeks ago your classified script and got my site running at Babyland ("babyland" in translation - it is in Estonian but I think it is understandable for everyone). Now I have some issues or questions to improve/repair my site.

1. Is there some nice way to show user (those who have store right) as a list? The list should be categorized - toy stores, children day care, clothing etc and it should contain store logo, address, sellers name and phone nr.

2. I have trouble with city and state form field - they seem to get additional values as client enter them somewhere. At admin panel I created cities and states but somehow users can add their own cities and states.. (hope I explained it right)

3. The state field displays sometimes "none" - is it because the user didn't choose one? Where can I change "none" to smth else?

4. How can I hide quick search in step1 to step7.tpl - if user enters the ad and in some reason chooses to perform quick search at the same time he/she will get extra fields (from quick search) on the submission page...

5. Can I modify the way extra fields are displayed? I will have a lot of extra field in one category and would like to display them in columns. Is it possible?

That's it for now. Hope someone finds time to answer - I'd be very grateful.

Regards,
Raivo

Last edited by raifs; 04-16-2009 at 03:03 AM.
raifs is offline   Reply With Quote
Old 04-15-2009, 07:50 PM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

Hi,

Let me see if I can help.

1. You would have to create this custom. It is not included.

2. By default the city field is a text field which allows them to enter the city.

3. The state field is a drop down but one of the options is "Other" or "none".

4. Not sure I understand this one.

5. You can customize however you want. We also include this smarty plugin to make it easier:
Get Extra Field - 68 Classifieds
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 04-15-2009, 08:10 PM   #3
Junior Member
 
Join Date: Mar 2009
Posts: 24
Rep Power: 2
raifs is on a distinguished road
Default extra fields issue

Thank you for your reply.

Ill try to explain the issue with search form extra fields with a screenshot (attached).


Regards,
Raifs
Attached Images
File Type: jpg extrafields.jpg (159.2 KB, 11 views)
raifs is offline   Reply With Quote
Old 04-15-2009, 08:20 PM   #4
Coder
 
Join Date: Mar 2006
Posts: 4,421
Rep Power: 108
Lhotch is just really niceLhotch is just really nice
Default

You will have to contact the developer of the module thats causing problems for support with them and I dont beleive the quick search module produced by 68 classifieds.
__________________
Larry.
Lhotch is offline   Reply With Quote
Old 04-15-2009, 08:50 PM   #5
Junior Member
 
Join Date: Mar 2009
Posts: 24
Rep Power: 2
raifs is on a distinguished road
Default Search form

Thank you for your reply!

I discovered that the problem with the quick search form was caused because there's some div's doubled - (<div id="response"></div><div id="optResponse"></div> - one in quick seach form and one in ad submission form). Maybe I could rename on set of these div's (and make new div's also in css)? Is it easy, or is there some things I should now before changing these.

I also want to buy your you tube module - what should I do?

And if anybody can give me some pointers on how to display user list from one certain usergroup (that groub will be store sellers group - it also should display users store info (logo and desc))??

Regards,
Raifs
raifs is offline   Reply With Quote
Old 04-15-2009, 09:04 PM   #6
Junior Member
 
Join Date: Mar 2009
Posts: 24
Rep Power: 2
raifs is on a distinguished road
Default Store sellers list

I now that this code below is no good but what I want to achieve is to get users from certain group (for examp group with ID 6) and display their store information somehow - this should be easy (i think) but I don't know the right lines. Please be kind and help me out!

Regards,
Raifs

Maybe something like this????:


{foreach from=$usergroups item="groupid"}
{if $groupid == "6" || $storeTitle<>"" || $storeDescription<>"" || $storeImage<>""}
{if $storeImage<>""}
<div align="center"><img src="photos/{$storeImage}" alt="{$storeTitle}" /></div><br />
{else}
<h3>{$storeTitle}</h3>
{/if}
<table width="100%" align="center" style="border-bottom:1px solid #CCCCCC; margin-bottom:10px;">
<tr>
<td>{$storeDescription}a</td>
</tr>
</table>
{/if}
{/foreach}
raifs is offline   Reply With Quote
Old 04-16-2009, 10:58 AM   #7
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116
Eric Barnes is a jewel in the rough
Default

Sorry but I am not sure I am understanding. Which file is this you are editing? And where do you want it to show?
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 04-16-2009, 11:46 AM   #8
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,543
Rep Power: 44
Mike-N-Tosh is just really niceMike-N-Tosh is just really nice
Default

I see what you are trying to achieve. This is exactly one of the features of the "Super Sellers" module that I am currently working on.

Unfortunately, what you are trying to do is going to be a little bit more difficult than the code you are displaying. The variables that you are trying to display are only going to be available from the showlistings(s).tpl files and then those are only based on the fact that there is only one "Seller Store", because the end user clicked on "More Ads From This Seller" from the viewlisting(2).tpl file.

You are either going to have to make a module with it's own sql queries and assign them to a template within the module OR you could possibly do this with a custom made Smarty function that you create, again with it's own queries and html output.

Bear in mind that to list all of these stores on one page, the query itself will be in an array. On top of that, the "Seller Store" Module does not have these other things that you are describing as it only has a store name, store image, and text fields/columns in the db. To get these other items that you are referring to, I would have to assume you mean the sellers information which is in a separate table, users. This would mean that in addition to querying the seller_store table, you would also have to do a join to get the users information as well.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified)
Sandbox (v3.1.10, v4.0.9, 4.1.3)
Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote

Bookmarks

Tags
checkout, extra fields, listings, store

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
Modification: Display seller store above sellers ads. Lhotch Modules / Plugins / Modifications 0 09-18-2008 08:55 PM
Feedback for sellers (and buyers)?? wundermummy Feature Requests 5 09-09-2008 02:47 PM
Ask sellers what their item sold for? GPM55 Pre Sales Questions 5 03-22-2007 06:07 PM
How can I show sellers store in member.tpl.php darek v3.1 Modules & Modifications 0 12-14-2006 05:27 PM
Paypall for sellers Unregistered Pre Sales Questions 1 12-02-2006 09:31 PM


All times are GMT -4. The time now is 09:33 AM.


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