PayPal Description - Strange Problem
Hi, I've followed exactly solutions given by this forum
http://forums.appthemes.com/paypal-d...ion-field-9520 but encounter some problem.
I've modified the text in paypal.php file in the \includes\gateways\paypal folder on this line :
Code:
<input type="hidden" name="item_name" value="<?php printf( __('Classified ad listing on %s for %s days', 'cp'), get_bloginfo('name'), $prun_period) ?>" />
1. When the Add-New posts being done and choosen Featured Listing and then checkout to the paypal page, its not showing the modified text description, but remain the default text.
2. But, when we cancel that payment page, is shows as Awaiting payment in user dashboard with Paypal logo on Options. When we click Paypal logo, it goes to Paypal checkout page with correct text as i've modified before.
Using classipress 3.1.6., is it got another file to edit the text too? Any solutions for this? Thanks in advance!