User Name
Remember Me?
Password
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
68 Classifieds Forums
>
Search Forums
>
Search Results
Go to Page...
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 59
Search:
Posts Made By:
e1m2j
Forum:
v3.0 Modifications
08-10-2006, 09:00 AM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Thanks, but that doesn't do it. I tried it just...
Thanks, but that doesn't do it.
I tried it just like you described and it changed the package, but made it $0.
Then I tried reverted $productid to $package, and that let the transaction go through...
Forum:
v3.0 Modifications
08-08-2006, 12:22 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Any ideas? Anyone?
Any ideas? Anyone?
Forum:
v3.0 Modifications
08-07-2006, 09:41 AM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Any thoughts Eric/others? Seems that it's...
Any thoughts Eric/others?
Seems that it's recognizing the switch, but not passing the new value through the rest of the checkout process.
Forum:
v3.0 Modifications
08-03-2006, 10:34 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
When I replace what I had with what you suggested...
When I replace what I had with what you suggested I get:
Listing Price: 1230
Package:
New Package: 6
I had selected package 2 which was to be $40-$70. So it does appear to recognizing the new...
Forum:
v3.0 Modifications
08-03-2006, 04:19 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
help me please
help
me
please
Forum:
v3.0 Modifications
08-02-2006, 10:35 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Any ideas. I thought this would work, but it...
Any ideas. I thought this would work, but it doesn't. And I've got an client who wants to launch his site with this scinario.
Thanks.
Forum:
v3.0 Modifications
08-01-2006, 10:25 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Aaaaaaaaaaaaaaaaaa
So, I updated the code (below) in usercheckout.php and it doesn't give an error, but it also doesn't put people into the right package. Even with the new code in usercheckout.php I successfully...
Forum:
v3.0 Modifications
08-01-2006, 09:49 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
O.k. My client has adjusted his plan and will...
O.k. My client has adjusted his plan and will now be offering only one package per price range. So it looks like I have a solution.
Many Thanks.
A side topic:
Is there a way to have the customer...
Forum:
v3.0 Modifications
08-01-2006, 03:58 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Thanks. I know I'm being dense and taking up way...
Thanks.
I know I'm being dense and taking up way too much of your time.
But, I don't see where the code
if($listingprice < '20.00')
{
$package=1;
}
elseif(($listingprice > '20.00') ||...
Forum:
v3.0 Modifications
08-01-2006, 02:16 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Thanks. Just to clarify, since php isn't my...
Thanks. Just to clarify, since php isn't my strong suit:
What is the first part saying ($productid==1 || $productid==2) && ($listingprice >= 20 || $listingprice >= 50)?
Is that saying if...
Forum:
v3.1 Questions & Support
08-01-2006, 01:13 PM
Replies:
4
Checkout process
Views:
58
Posted By
e1m2j
Interesting point about issue 1. There's a...
Interesting point about issue 1.
There's a thread on this topic (http://www.68classifieds.com/forums/showthread.php?t=852) that I posted a similar question to on 6/30. But my post is the last on...
Forum:
v3.1 Questions & Support
08-01-2006, 12:12 PM
Replies:
4
Checkout process
Views:
58
Posted By
e1m2j
Checkout process
Is there a way to change the order of things in the checkout process?
I'd like to switch steps 2 and 3; have the person enter the information about the ad (price, description, etc.) before chosing a...
Forum:
v3.1 Questions & Support
07-31-2006, 05:18 PM
Replies:
9
Payment Providers
Views:
86
Posted By
e1m2j
usercheckout.php is correct for the submitting...
usercheckout.php is correct for the submitting page. Not sure on the return - I haven't seen that listed in any 68C instructions for setting up payment providers.
Anyone else able to...
Forum:
v3.1 Questions & Support
07-30-2006, 11:05 PM
Replies:
9
Payment Providers
Views:
86
Posted By
e1m2j
Thanks. YourPay lists the gateway as...
Thanks. YourPay lists the gateway as https://secure.linkpt.net/lpcentral/servlet/lppay. As you noted, but with some additional components. Not sure if that's the issue or not. Probably not since...
Forum:
v3.1 Questions & Support
07-30-2006, 03:35 PM
Replies:
9
Payment Providers
Views:
86
Posted By
e1m2j
I just activeated the included linkpoint as...
I just activeated the included linkpoint as credit card2, put in my store number and left the Extra field blank. Won't work. It's like it doesn't know where to send the information - the payment...
Forum:
v3.1 Questions & Support
07-30-2006, 03:33 PM
Replies:
9
Payment Providers
Views:
86
Posted By
e1m2j
I didn't have much luck with the included...
I didn't have much luck with the included Linkpoint provider settings, but it might have been a problem on the payment provider end. If I try to use that, do I need to "disable" the custom payment...
Forum:
v3.1 Questions & Support
07-30-2006, 02:52 PM
Replies:
9
Payment Providers
Views:
86
Posted By
e1m2j
Closer. I've got it passing the total to the...
Closer.
I've got it passing the total to the payment gateway. Woo. Hoo.
Just need to clean it up a bit and figure out how to pass the user information along with the total.
Forum:
v3.1 Questions & Support
07-30-2006, 01:59 PM
Replies:
9
Payment Providers
Views:
86
Posted By
e1m2j
O.k. Now, I'm using the "custom"...
O.k.
Now, I'm using the "custom" payment method and my customsend file looks like
<?php
/*
* 68 Classifieds
*
* All source code & content (c) Copyright 2006, 68 Classifieds
* unless...
Forum:
v3.1 Questions & Support
07-30-2006, 01:16 PM
Replies:
9
Payment Providers
Views:
86
Posted By
e1m2j
Payment Providers
Continuation of http://68classifieds.com/forums/showthread.php?p=6565#post6565
I'm using YourPay Connect, which is a branded Linkpoint Connect service. Tried setting up the included Linkpoint...
Forum:
Pre Sales
07-28-2006, 05:04 PM
Replies:
13
Custom Payment
Views:
340
Posted By
e1m2j
I didn't manually edit the customsend file. Do I...
I didn't manually edit the customsend file. Do I need to? I just typed my information in the Linkpoint payment fields in the admin section. Does that write to the customsend file?
Forum:
Pre Sales
07-27-2006, 05:00 PM
Replies:
13
Custom Payment
Views:
340
Posted By
e1m2j
I just tried to use the integrated Linkpay...
I just tried to use the integrated Linkpay payment setup and failed miserably. I thought I had it setup properly on the Linkpay end based on the KB article on setting that up with the checkout.php...
Forum:
v3.1 Questions & Support
07-11-2006, 10:38 AM
Replies:
3
Replicate Categories
Views:
65
Posted By
e1m2j
Replicate Categories
Is there a way to easily copy categories?
I have two sides to my site: For Sale and Looking to Buy. These are the two top-level categories. But underneath each is the same category structure. I'd...
Forum:
v3.1 Questions & Support
07-11-2006, 10:35 AM
Replies:
1
FAQs
Views:
32
Posted By
e1m2j
FAQs
I'm trying to modify the FAQ page to use bookmarks - have questions at the top of the page which link to the answers below on the same page<a href="#howtoship">Question</a> . . . <a...
Forum:
v3.0 Modifications
06-30-2006, 04:02 PM
Replies:
21
Price checking by Listing Package
Views:
447
Posted By
e1m2j
Any thoughts on how I might code this for...
Any thoughts on how I might code this for multiple levels?
i.e. packages 1 and 2 for ads under $20, packages 3 and 4 available for ads $20.01-50.00, packages 3 and for available for ads $50.01-$100,...
Forum:
v3.1 Questions & Support
06-22-2006, 03:56 PM
Replies:
2
Cross-posting
Views:
56
Posted By
e1m2j
o.k. I think it would be really helpful. But of...
o.k. I think it would be really helpful.
But of course nothing you need to think about until July 6th. Congratulations.
Search took
0.01
seconds.
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
68 Classifieds Announcements
News & Announcements
Pre Sales Forum
Pre Sales
Testimonials
v3.1.x Help & Support
v3.1 Questions & Support
Bug Tracker
v3.1 Suggestions and Feedback
v3.1 Modifications
v3.1 Modules
v3.0.x Help & Support
v3.0 Questions & Support
Bug Tracker
v3.0 Suggestions and Feedback
v3.0 Modifications
Languages
Website Design
Template Design Questions
Site Critiques
General
Site Marketing
Off Topic
Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.
vBulletin Skin developed by:
vBStyles.com
-- Bluesaint
-- Kirsch
-- Default Style
68 Classifieds
-
Top