on phpLD, how can I change the description that shows up on the PayPal payment page?

Discussion in 'Directories' started by Nima, May 23, 2012.

  1. #1
    On PayPal payment page users see something like "Link to http://www.site.com/ on Some Directory". How can I change that?

    Thanks
     
    Nima, May 23, 2012 IP
  2. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #2
    Have you checked the language file at /lang/en.php? Can you show an example?
     
    dvduval, May 23, 2012 IP
  3. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #3
    I looked there. It wasn't there.

    I mean the description of payment that shows up on the PayPal website itself and later shows under the PayPal payment detail page
     
    Nima, May 23, 2012 IP
  4. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #4
    Look in payment.tpl for a line like this

    <input type="hidden" name="item_name" value="Link to {$URL|trim} for {$smarty.const.DIRECTORY_TITLE|escape|trim}" />
    HTML:
     
    dvduval, May 24, 2012 IP
  5. Nima

    Nima Well-Known Member

    Messages:
    3,489
    Likes Received:
    243
    Best Answers:
    0
    Trophy Points:
    175
    #5
    yup, thanks
     
    Nima, May 24, 2012 IP