|
|
#11 |
|
Moderator
|
I think this new module - out on around same time as 3.1.6 will satisfy all the sold needs.
User - marks item as sold - it stays in the regular listings for x amount of days, with an image overlay that says sold. There are also options for 4 other status, ie pending, reduced, etc. Once the item is marked sold they are asked for a selling price, then when they submit they can no longer change the status of the ad. After it gets removed from the regular results it is no longer displayed in their userbrowselistings and is not editable by user. A search drop down allows them to search for any sold item in regular listings and in the sold only listings. I'll put a demo up this week for y'all to check out. |
|
|
|
|
|
#12 | |
|
Senior Member
Join Date: Sep 2006
Location: USA
Posts: 116
Rep Power: 14 ![]() |
Quote:
__________________
V3.1.5 Designer "I have not failed. I've just found 10,000 ways that won't work." THOMAS ALVA EDISON |
|
|
|
|
|
|
#13 |
|
Moderator
|
This way you can maintain the historical selling price for cars, and people can use this as a guide when looking at other similar cars for sale. Of course they can put anything value they want in the field so it won't be perfect. It is probably better suited for property but can be useful for other markets.
You can remove this field from the template and it won't cause any trouble for those of you who don't want/need it. I plan on putting this up at our demo site today after I get back from school. |
|
|
|
|
|
#14 | |
|
Guest
Posts: n/a
|
Quote:
|
|
|
|
|
#15 |
|
Guest
Posts: n/a
|
All these mods (and all your responses!) are really starting to outweigh the other scripts I had in mind. I'm assuming Google Maps can be added to any site, so that isn't going to sway me for now. (That was the only thing the other guys had on you).
The site mentioned by Chaslie, www.eshopper.com.au, has one more feature that I would like to have that I've seen on other classifieds scripts but not 68classifieds. If you go to a listing view and click on the thumbnails, the large image switches instead of popping up a window. Is this a mod? Or I guess the other question would be: if this isn't a mod could I add similar code to the template on the Designer version or would I have to purchase Developer? Decisions, decisions! With this much support I'm bound to be able to create the site I want.... right? ![]() Thanks for all your help. |
|
|
|
#16 | |
|
Moderator
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 736
Rep Power: 28 ![]() |
Quote:
Code:
{* This the image display portion *}
{if $viewphotos=="Y"}
{if $data<>""}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="80%">
{section name=image loop=$data max=1}
<p align="center"><img id="placeholder" src="photos/{$data[image].image}" alt="" class="imageborder" /></p><strong><p align="center" id="desc">{$data[image].title}</p></strong>
{/section}
</td><td>
<DIV STYLE="height:320px; width:160px;overflow:auto">
<div align="center">
{foreach from=$data item="entry"} <a onclick="return showPic(this)" href="photos/{$entry.image}" title="{$entry.title}"><img src="thumbs/small_{$entry.image}" hspace="5" vspace="5" border="0" class="imageborder" /></a>
{/foreach}
</div></div>
</td>
</tr>
</table>
{/if}
{/if}
{* This ends the image display portion *}
__________________
Chaslie V4.1 dev 68 Classifieds Important Links Customer Area | Issue Tracker | User Manuals & Documentation HTML Help W3 Schools |
|
|
|
|
|
|
#17 | |
|
Senior Member
Join Date: Sep 2006
Location: USA
Posts: 116
Rep Power: 14 ![]() |
I'm trying to get your photo mod code to work on my site. For it to work properly I found that each photo must have a unique title or the popup window appears instead of the photo changing positions. How do you ensure the user will enter a title for each photo when they are placing an ad?
I also had to add the following in front of the code to make it function properly: Code:
{literal}
<script type="text/javascript" language="javascript">
function showPic (whichpic) {
if (document.getElementById) {
document.getElementById('placeholder').src = whichpic.href;
if (whichpic.title) {
document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
} else {
document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
}
return false;
} else {
return true;
}
}
</script>
{/literal}
Quote:
__________________
V3.1.5 Designer "I have not failed. I've just found 10,000 ways that won't work." THOMAS ALVA EDISON |
|
|
|
|
|
|
#18 | ||||
|
Moderator
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 736
Rep Power: 28 ![]() |
Quote:
{* Are you an administrator? *} This is what to add: Quote:
Add this to /templates/default/checkout/step4.tpl.php Change this: Quote:
Quote:
__________________
Chaslie V4.1 dev 68 Classifieds Important Links Customer Area | Issue Tracker | User Manuals & Documentation HTML Help W3 Schools |
||||
|
|
|
|
|
#19 |
|
Senior Member
Join Date: Sep 2006
Location: USA
Posts: 116
Rep Power: 14 ![]() |
Thanks Chaslie,
Adding the period worked. When I used " " the images didn't show up.
__________________
V3.1.5 Designer "I have not failed. I've just found 10,000 ways that won't work." THOMAS ALVA EDISON |
|
|
|
|
|
#20 |
|
Guest
Posts: n/a
|
Wow, you guys are REALLY helpful! Thanks for the code Chaslie, now I need to buy the script! Will I be able to make that modification with the Designer version or do I need the Developer version? That's my last question and then I start building my site!
Thanks again, see you on the other side of the 'pre-sales' forum...
|
|
| Bookmarks |
| Tags |
| None |
| Thread Tools | |
| Display Modes | |
|
|