Quote:
Originally Posted by Jonm
only thing I have found with this is that it sets the donation up as a reacuring payment
|
OK, this is what I did to get around this.
In the XML file change
Code:
$vsapp_ppurl .= '&sra=1';
$vsapp_ppurl .= '&src=1';
To
Code:
$vsapp_ppurl .= '&sra=0';
$vsapp_ppurl .= '&src=0';
And delete
Code:
$vsapp_ppurl .= '&srt='.$vsapp_get_amount[1];
Since I offer yearly subscriptions, I also changed
Code:
$vsapp_ppurl .= '&t3=M';
to
Code:
$vsapp_ppurl .= '&t3=Y';
It seems to be working, but I haven't had anyone make a payment yet. I'm still in the process of doing a test upgrade + customization of my 3.8.7 forum, which will probably take quite a while before I'm ready for the plunge.
Reimport product & select Allow Overwrite.