Support Forums

Mobile Phone Box, 1 Ad to Many Catergories and Prices

This is a discussion on Mobile Phone Box, 1 Ad to Many Catergories and Prices within the v3.1 Suggestions and Feedback forums, part of the Legacy Help & Support category; Hi there, I've just launched my classifieds website and I've had a couple of suggestions from visitors. The first is ...


Go Back   68 Classifieds Forums > Archives > Legacy Help & Support > v3.1 Suggestions and Feedback

 
 
Thread Tools Display Modes
Old 09-28-2006, 10:04 PM   #1
Junior Member
 
Join Date: Jul 2006
Posts: 11
Rep Power: 15
philmaw is on a distinguished road
Default Mobile Phone Box, 1 Ad to Many Catergories and Prices

Hi there,

I've just launched my classifieds website and I've had a couple of suggestions from visitors. The first is if there was an option to put in a mobile/alternative phone number which showed on the ad listing.

Second is users having 1 advert in several catergories, and the abilty to charge extra for each additional catergory. Example: Main Ad 9.99, each extra catergory 2.50

Third is the option to turn off the price box on selected catergories IE Wanted section without having to re-write the page itself.

forth, instead of the username of the advertiser showing in the advert page the actual name, so people know who they are asking for without having to go to the full details page.

And finally the abilty to load all images on the one page, rather than 1 image per page.

Thanks

Phil

Last edited by philmaw; 09-28-2006 at 10:06 PM.
philmaw is offline  
Old 09-28-2006, 10:33 PM   #2
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 686
Rep Power: 29
Chaslie will become famous soon enough
Default

Quote:
The first is if there was an option to put in a mobile/alternative phone number which showed on the ad listing.
administration > user admin settings > use registration fields

Call an addiotional field 'Alt Phone' or whatever you choose.

Quote:
Third is the option to turn off the price box on selected catergories IE Wanted section without having to re-write the page itself.
templates/default/checkout/step3.tpl.php

FIND:
{if $checkoutDisPrice=="Y"}


REPLACE WITH:

{if $checkoutDisPrice=="Y"}
{if $section == "24" || $section == "50"}
{else}


the number 24 and 50 relate to my own 'Garage Sales' and 'Wanted to Buy' category IDs. You need to replace these with yours - go to administration > category > edit categories then view the source code of this page and note the category numbers.

templates/default/showlistings.tpl.php
and
templates/default/viewlistings.tpl.php

If you wish to have a $0.00 price not displayed:
REPLACE: {$entry.price}
WITH: {$entry.price|replace:'$0.00':''}
__________________
Chaslie
V4.1 dev


68 Classifieds Important Links
Customer Area | Issue Tracker | User Manuals & Documentation

HTML Help
W3 Schools
Chaslie is offline  
 

Thread Tools
Display Modes



All times are GMT -4. The time now is 01:37 PM.


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