PDA

View Full Version : A couple of newbie questions


dkessaris
05-08-2006, 01:10 PM
Hi, I have just purchased esyndicat pro and installed it in my domain. So far everything looks good but I have one question

from what I saw when someones buys a paid listing we get an email from paypal that says Payment For:Sponsored Link Is it possible to change that to Payment For:Sponsored Link (URL of the link)?

Ryan
05-08-2006, 01:17 PM
Thats a fantastic idea. One question, have you tested your payment page? Did you get an error when a payment was sent?

dkessaris
05-10-2006, 01:19 AM
Just one more thing, I want to offer three different kind of submission options at my directory.

Free (ok with that)
Paid (the listings should appear as normal, not featured r anything lke that but I will guarantee a fast review)
Featured (ok with that too)

How do I create the paid option if that is possible.

One more thing, I have seen people mentioning the pro forum, how do we get access to it? (I have bought the pro 1.2 version)

Simon Gooffin
05-11-2006, 04:47 PM
Welcome to our support forums
Pro support area has just been enabled for you :) Thanks for the purchase

regarding your paypal email. please try to make the following modification:

*** open purchase.php and find the following code ***
$total =& $gDirDb->getSponsoredPlanById($_POST['plan']);

*** add the following code after ***
$link_info =& $gDirDb->getLinkById($_POST['id_link']);

*** save changes ***

*** open plugins/pre_paypal.php and find the following code ***
<input type="hidden" name="item_name" value="Sponsored Link" />

*** change to the following ***
<input type="hidden" name="item_name" value="Sponsored Link - <?php echo $link_info['url'];?>" />

*** save changes ***

I think this what you want