Support Forums

Old 12-08-2006, 11:47 PM   #1
Unregistered
Guest
 
Posts: n/a
Default Payment type

Do you take paypal payment for your script?
  Reply With Quote
Old 12-08-2006, 11:50 PM   #2
Senior Member
 
SkGold's Avatar
 
Join Date: Mar 2006
Location: Best city in the World � Calgary, Canada
Posts: 466
Rep Power: 22
SkGold has a spectacular aura about
Default

Yes, they do.
I am their customer and purchased licenses by using paypal.
__________________
Thanks,
Sergey

Bargain Finder in Calgary, Alberta, Canada.
Calgary Business Directory V3.1.10 Dev - Calgary Classifieds V3.1.10 Dev - Calgary Real Estate V3.1.10 Dev - Calgary Used Cars V3.1.10 Dev - Calgary Rent V3.1.10 Dev - Calgary Dating V3.1.5 Dev

A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
SkGold is offline   Reply With Quote
Old 12-09-2006, 12:25 AM   #3
Unregistered
Guest
 
Posts: n/a
Default

Thanks for the reply

1>
I've read that only one license is needed if installed in multiple sub directory as
site.com/auto
site.com/general

Can this be confirmed

2>
Also, would it be the same case if it was installed as:
auto.site.com & general.site.com

3>
Can multiple install (as #1) use the same dabase (for customers, payment etc...)

4>
Does this script have main caterory (1st level) .tpl so that the look of main cats. May be differently designed?

5>
Are you planning in the near future on modifying the customer category selection style (when posting an ad)
That dropdown is just butt ugly "I think" (if you have many cats and subcats and also not practical)
ebay style is pretty cool "or" when selecting from main cat, the subcats available shows up below and so on�, or something like that.

Thanks
  Reply With Quote
Old 12-09-2006, 01:04 AM   #4
Senior Member
 
SkGold's Avatar
 
Join Date: Mar 2006
Location: Best city in the World � Calgary, Canada
Posts: 466
Rep Power: 22
SkGold has a spectacular aura about
Default

Quote:
Originally Posted by Unregistered View Post
Thanks for the reply
1>
I've read that only one license is needed if installed in multiple sub directory as
site.com/auto
site.com/general

Can this be confirmed
Yes, you need only one license. Sorry if my word "licenses" confused you.
I am using 68C on more than one domain so I need licenses.
Quote:
Originally Posted by Unregistered View Post
2>
Also, would it be the same case if it was installed as:
auto.site.com & general.site.com
Yes, you need only one license.

The rest I will leave to be answered by moderators or developers.
__________________
Thanks,
Sergey

Bargain Finder in Calgary, Alberta, Canada.
Calgary Business Directory V3.1.10 Dev - Calgary Classifieds V3.1.10 Dev - Calgary Real Estate V3.1.10 Dev - Calgary Used Cars V3.1.10 Dev - Calgary Rent V3.1.10 Dev - Calgary Dating V3.1.5 Dev

A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
SkGold is offline   Reply With Quote
Old 12-09-2006, 01:39 AM   #5
Unregistered
Guest
 
Posts: n/a
Default

Cool, and thanks for the reply
  Reply With Quote
Old 12-09-2006, 09:26 AM   #6
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,150
Rep Power: 58
juven14 is a jewel in the rough
Default

Quote:
Originally Posted by Unregistered View Post
3>
Can multiple install (as #1) use the same dabase (for customers, payment etc...)
Yes, but it will also share the same tables for ads and everything else. You could change that behavior with the developer version for specific areas, but you'd need to be decent with PHP.

Quote:
Originally Posted by Unregistered View Post
4>
Does this script have main caterory (1st level) .tpl so that the look of main cats. May be differently designed?
Yes, there are 2 templates for the category, 1 for the main level of categories and another for subcategories.

Quote:
Originally Posted by Unregistered View Post
5>
Are you planning in the near future on modifying the customer category selection style (when posting an ad)
That dropdown is just butt ugly "I think" (if you have many cats and subcats and also not practical)
ebay style is pretty cool "or" when selecting from main cat, the subcats available shows up below and so on�, or something like that.
This has been discussed from time to time in the forums and I've made a mod that reloads the page with the subcategories to pick from. This makes it a little easier.

I don't know if this is planned for future versions but I'll add it to the wish list.
__________________
Regards,

John Snyder
TemplateCodes.com


�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
juven14 is offline   Reply With Quote
Old 12-09-2006, 02:06 PM   #7
Unregistered
Guest
 
Posts: n/a
Default

4> Let me rephrase this.
Does this script have main categories (1st level) .tpl (s) so that the look of main cat(s) may be differently designed?
That would be a x.tpl created for each main category created. (I�ve seen this in an other classifieds script)
1.tpl => General.tpl
2.tpl => Auto.tpl
3.tpl => Employment.tpl

3>
Can multiple install (as #1) use the same dabase (for customers, payment etc...)
This would be so the �site.com/auto� classifieds would have its own design, category structure, extra fields, but share the same customer database (account log-in) so a user would only have to signup and create an account one time and place an ad in any �related sites�
I understand that to place an ad they would have to place it under the right /sub-site and administration (approval, etc..) will have to be done from multiple site also (unless there is a way to combine this)
Also, would the above be possible if I decide to have multiple licenses and multiple sites.

5> Categories
This would be the deal breaker for me. (Can�t have a outside Mercedes look with a inside Pinto look. Just don�t look right�)
Is this going to be worked on or just discussed? (yes or no)
Went to your mods site to see what you have but can�t see that mod!
  Reply With Quote
Old 12-09-2006, 04:05 PM   #8
Moderator
 
Join Date: Mar 2006
Location: NJ/NYC Area
Posts: 2,150
Rep Power: 58
juven14 is a jewel in the rough
Default

ah, it was a free mod and can be found in the forums. I forget what it was called, and I know Maffo also provided a solution in the same vein which was also posted in the forums.

There isn't a page for each category, they are looped in one page. There is a feature where you can provide a link to a page you create per category, instead of it going to the subcategories right away.

Well you could use the same database for both and share the users table or what ever you want, but it would require quite a bit of work to share some tables and not all of them. You would definitely need the developer version and could just change the table prefix for the tables you don't want to share. In short, it could be done, but you'd need the developer version and would have to change the various MySQL statements for each installation to not share certain tables.

I know you could share the database across several domains, but how it is done will vary amongst different hosting control panels if at all. I know cPanel offers instructions on how to do this in their docs.

Installation on more than one domain will require additional licenses.

I know the category drop down has been discussed a few times and a solution has been provided by Maffo and myself, not exactly sure how they differ, it has been some time since I've seen that code.

I'll leave it to the staff to confirm/deny this as an upcoming feature.

I hope I got it all right this time.
__________________
Regards,

John Snyder
TemplateCodes.com


�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
juven14 is offline   Reply With Quote
Old 12-09-2006, 04:55 PM   #9
Senior Member
 
SkGold's Avatar
 
Join Date: Mar 2006
Location: Best city in the World � Calgary, Canada
Posts: 466
Rep Power: 22
SkGold has a spectacular aura about
Default

The mod that separates categories and subcategories during the ad posting called Drill Mod.
__________________
Thanks,
Sergey

Bargain Finder in Calgary, Alberta, Canada.
Calgary Business Directory V3.1.10 Dev - Calgary Classifieds V3.1.10 Dev - Calgary Real Estate V3.1.10 Dev - Calgary Used Cars V3.1.10 Dev - Calgary Rent V3.1.10 Dev - Calgary Dating V3.1.5 Dev

A website without well-done Internet Marketing and Search Engine Optimization is as good as non-existent.
SkGold is offline   Reply With Quote
Old 12-10-2006, 01:31 PM   #10
Unregistered
Guest
 
Posts: n/a
Default

Thank you both for your replies.
I am a little puzzled and also mostly concern about why the �staff� is not responding to questions here.
  Reply With Quote

Bookmarks

Tags
None

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may 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
Cardia Payment Gateway pruffin v3.1 Questions & Support 4 12-27-2006 05:15 PM
Custom Payment Mod pruffin v3.1 Questions & Support 0 12-06-2006 01:34 AM
Free listing still sent to payment gateway civ v3.1 Questions & Support 4 06-20-2006 10:05 PM
Mod/Add payment option for Phone Orders??? dawyatt v3.1 Modules & Modifications 0 05-16-2006 01:44 PM
PAYPAL payment problem sort of munky20 v3.0 Questions & Support 5 04-20-2006 09:54 PM


All times are GMT -4. The time now is 07:46 PM.


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