_payment_txt_payment_to member variables?

Hi, 


I'd like to add the member's nick + ID in this field so the transaction has this information recorded in PayPal. Maybe even their email address that was registered with my site....

Right now I have it set as 

Payment to {0} for:

The {0} is replaced with what is found in  the "_payment_txt_username_administrator" key...

How can I get the member's stuff to show in there?

 

Thanks!

Quote · 6 Aug 2012

I've tried using the usual... {memberNick} and {memberID} but it doen't parse them.. just adds that text...

Quote · 6 Aug 2012

not very sure what you are trying to accomplish but you need to pass arguments in _t function for the {0} like this

$sText = 'My Text or stuff';

_t('_payment_txt_payment_to', $sText);

here {0} will be replaced with "My Text or Stuff", so you can put anything in $sText and it will replace {0}

hope it makes it clear.

so much to do....
Quote · 6 Aug 2012

I'm not trying to change {0}, that works just fine.

 

All I want to do is insert the username of the user who placed the order. so when they pay via PayPal, their username is in the payment record.

I was hoping to be able to do this with just lang keys... but I need to add code somewhere?

Quote · 6 Aug 2012


Payment to {0} for:

The {0} is replaced with what is found in  the "_payment_txt_username_administrator" key...  

Just noticed this now, that 7.1 does not have this capability anymore. I DON'T want it to appear to members that are giving money to some (in their eyes) random member. That's absurd and I have no Idea why you do this to begin with for memberships on a dating site. The Payment module I see has options to choose which member shows in there but nothign to select just the generic site etc... Please change this or add a feature to input who/what users see as the site cart owner.

Any idea how I can change this? I've tried stripping out the __vender_username__ stuff from the /m/boonex/payment/templates/base/cart.html & toolbar_submenu.html but that has not made a difference...

 

Quote · 21 Mar 2013

OK seems my chrome cache doen't clear as it should. It displays  as I want it to now. In other browser.

I'd still like to have an option in payments admin to select/input just the sitename as the cart owner.

Quote · 21 Mar 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.