|
|
#1 |
|
Junior Member
Join Date: Mar 2009
Posts: 24
Rep Power: 2 ![]() |
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. |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116 ![]() |
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 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Mar 2009
Posts: 24
Rep Power: 2 ![]() |
Thank you for your reply.
Ill try to explain the issue with search form extra fields with a screenshot (attached). Regards, Raifs |
|
|
|
|
|
#4 |
|
Coder
Join Date: Mar 2006
Posts: 4,421
Rep Power: 108 ![]() ![]() |
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.
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Mar 2009
Posts: 24
Rep Power: 2 ![]() |
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 |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Mar 2009
Posts: 24
Rep Power: 2 ![]() |
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} |
|
|
|
|
|
#7 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,020
Rep Power: 116 ![]() |
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 |
|
|
|
|
|
#8 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,543
Rep Power: 44 ![]() ![]() |
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 |
|
|
|
| Bookmarks |
| Tags |
| checkout, extra fields, listings, store |
| Thread Tools | |
| Display Modes | |
|
|
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 |