bensonburner Posted December 21, 2011 Share Posted December 21, 2011 Hi Guys, been reading through topics and can't see the problem I have here so any help would be much appreciated. Had forum upgraded to latest version by invision and everything regarding the subscription manager appeared to be working fine. Payments being taken and members being moved into correct group to view forum as with previous (2.4 I think). The only problem I have discovered is on reoccuring payments the payments are being taken by paypal but the user is being moved back into the non paying group like the payment hasn't been received when the subscription expires. I can manually change the date and group of the member but this is a real pain as there are lots of payments each week. Everything worked fine before the upgrade so just wondered if I've not got something ticked or something somewhere. I've checked log and getting these x3 errors PayPal: Tried to return validate but failed: Wrong currency () PayPal: Unable to verify payment - verification key mismatch PayPal: Unable to process payment. Expecting code GBP but got code USD I'm in UK and everything is set to English Pounds so not sure what is going wrong Many Thanks In advance Rob Link to comment Share on other sites More sharing options...
bensonburner Posted December 21, 2011 Share Posted December 21, 2011 Rechecked everything and noticed under packages in the subscription manager in the acp, where it shows how many members and total amount of money you have for that particular package, that the total is shown in $'s even though everything is specified as GBP in the subscription manager. Its correct showing GBP in the forum when members are selecting the subscription and paying, Apologies for long posts, hope all info will help in narrowing it down Many thanks in advance Rob Link to comment Share on other sites More sharing options...
Dmacleo Posted December 22, 2011 Share Posted December 22, 2011 On the registration page, the packages are ordered by their subscription cost (the subscriptions.sub_cost) field. If you want to change this you can alter the query ordering in this block of code in /admin/applications_addon/other/subscriptions/sources/classes/hooks/gateway.php: /* Get packages */ $this->DB->build( array( 'select' => '*', 'from' => 'subscriptions', 'where' => 'sub_show_on_reg=1', 'order' => 'sub_cost' ) ); $this->DB->execute(); I forgot to ask about the page where existing members can choose, the purchase subscription page that the user drop down menu leads to. not sure what php file handles this. sorry about this. Link to comment Share on other sites More sharing options...
Michael Posted December 22, 2011 Share Posted December 22, 2011 I forgot to ask about the page where existing members can choose, the purchase subscription page that the user drop down menu leads to. not sure what php file handles this. sorry about this. /admin/applications_addon/other/subscriptions/modules_public/subscriptions/paysubs.php: /* Get all packages */ $this->DB->build( array( 'select' => '*', 'from' => 'subscriptions', 'order' => 'sub_cost' ) ); $this->DB->execute(); Link to comment Share on other sites More sharing options...
Dmacleo Posted December 22, 2011 Share Posted December 22, 2011 thank you Michael, I had looked at that file and missed that. Link to comment Share on other sites More sharing options...
bensonburner Posted December 22, 2011 Share Posted December 22, 2011 Ok I've managed to clear the wrong currency log by just going into a members subscription and pressing save without changing anything and it's changes the USD to GBP. When PayPal is sending the IPN the currency error has gone, just left with the following error in log PayPal: Unable to verify payment - verification key mismatch members still not staying in paid group on reoccurring payments because of this and subscription dates staying expired? Still have to do manually Looks like something's gone weird on the upgrade, anyone have any ideas, I'm at a loss on what to do next Many thanks Rob Link to comment Share on other sites More sharing options...
Michael Posted December 22, 2011 Share Posted December 22, 2011 Have you done the stuff listed here? http://invisionfocus.com/tutorials/article/121-setting-up-paypals-ipn/ There's a section of documentation that IPS created when they built this product in that same category, I'd recommend going through that just in case. Link to comment Share on other sites More sharing options...
bensonburner Posted December 22, 2011 Share Posted December 22, 2011 Hi Michael, many thanks for the reply, im 99% sure I've done this but I'll redo everything to make sure I've not missed anythIng, I've not got any more reoccurring payments for the next 4-5 days so I'll let you know how it goes when they go live Have a great Christmas Many thanks Rob Link to comment Share on other sites More sharing options...
Benny. Posted December 22, 2011 Share Posted December 22, 2011 hi MIcheal i have receive 2 emails from payapal stating the below, i check paypal logs and it appears paypal is trying to send a ipn to my board about paid invoices, nothing to do with subscriptions though. i thought id ask you first as no doubt paypal will take weeks to reply. thanks and regards benny '' Dear Benny Please check your server that handles PayPal Instant Payment Notifications (IPN). Instant Payment Notifications sent to the following URL(s) are failing: //* http://www.mydomain.com/forums/index.php?app=subscriptions&module=incoming§ion=receive&do=validate&type=paypal */ If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account. Thank you for your prompt attention to this issue. Yours sincerely, PayPal Link to comment Share on other sites More sharing options...
Michael Posted December 22, 2011 Share Posted December 22, 2011 Check and make sure you have your PayPal IPN set up correctly, link to the documentation is up in my previous post in this topic. Link to comment Share on other sites More sharing options...
Benny. Posted December 22, 2011 Share Posted December 22, 2011 all is set up correctly in paypal, the subs are working properley , but as above, when someone pays a invoice iv sent out direct from paypal, its flagging it cant reach the subs app, why would it do this, should it not only communicate , when some one buys a subscription ? thanks Link to comment Share on other sites More sharing options...
Michael Posted December 22, 2011 Share Posted December 22, 2011 That's the correct URL for this, if you've got PayPal's IPN set up correctly and you're still getting that message then I don't know what else I can tell you. Hopefully someone else who uses the product can shed some light on it. Link to comment Share on other sites More sharing options...
Benny. Posted December 23, 2011 Share Posted December 23, 2011 well with hope i wait :) more info for anyone raeding and had same issues;; from the IPN History all subscriptions are good and ok, but any paid invoices iv sent out with paypal and have been paid through paypal try to return a paid IPN to Ipboard, this is causing failures and shows in IPN History, of course it would fail as it wasnt nothing to do with subscriptions, but why its trying to send IPN in first place is most strange, my guess is Paypal will turn off my IPN and il have to manually update. Link to comment Share on other sites More sharing options...
Dmacleo Posted December 23, 2011 Share Posted December 23, 2011 i'll be running some similar tests over next few days, will look for this. will be tuesday before I have any info most likely. I'll let you know either way if I see anything that may help. Link to comment Share on other sites More sharing options...
Iskander001 Posted December 24, 2011 Share Posted December 24, 2011 I need your help. I bought subscriptions manager and have tried to link it to the sagepay but it isnt working as sagepay are requesting user details to be feed through and for some reason that is not happening when you click on the subscriptions checkout - can you help please as we urgently need this.I contacted sagepay and they said it was mandatory for the information to populate from the forum site Link to comment Share on other sites More sharing options...
Dmacleo Posted December 24, 2011 Share Posted December 24, 2011 you don't buy subscriptions manager, its free. did you maybe buy nexxus ? Link to comment Share on other sites More sharing options...
Iskander001 Posted December 27, 2011 Share Posted December 27, 2011 Sorry it was free - i installed it but I can not get sagepay to work as information is not being fed through Iskander Link to comment Share on other sites More sharing options...
Iskander001 Posted December 27, 2011 Share Posted December 27, 2011 Is there anyone out there who can help - may be I need to post this on the main market place site??? Link to comment Share on other sites More sharing options...
Michael Posted December 27, 2011 Share Posted December 27, 2011 This is the support area for Marketplace files. The only people who are going to be able to assist you with this from the IP.Board side would be here in this topic. I don't have any ability to assist with this as I do not use SagePay; it's not even available in my country. If you want technical assistance with SagePay in this app, you need to wait for others who use that payment gateway to assist you here in this topic. Link to comment Share on other sites More sharing options...
Sonya* Posted December 28, 2011 Share Posted December 28, 2011 Hi, I would like to know if I am allowed to remove copyright from the templates of this application.Powered by Subscriptions Manager 1.1.2 © 2011, by Michael McCune Based on IP.Subscriptions, by Invision Power Services, Inc. If not, how can I purchase copyright removal? Link to comment Share on other sites More sharing options...
Michael Posted December 28, 2011 Share Posted December 28, 2011 Hi, I would like to know if I am allowed to remove copyright from the templates of this application. If not, how can I purchase copyright removal? As part of the agreement between IPS and myself, that copyright line has to stay there until the end of 2011. I plan on pushing out a new version in 2012 that removes that. Link to comment Share on other sites More sharing options...
Dmacleo Posted December 29, 2011 Share Posted December 29, 2011 heh heh so 3+ days.... :) Link to comment Share on other sites More sharing options...
Michael Posted December 29, 2011 Share Posted December 29, 2011 I'm out of town until after the new year though, will update it some time after that. Link to comment Share on other sites More sharing options...
Digityman Posted January 3, 2012 Share Posted January 3, 2012 Michael - I would like to show my members the benefits of subscribing to the site graphically and I figured the best way to do that would be with an image. (See attached) Would there be away to add a thumbnail of this image and use the IP Board built in lightbox so that when clicked it enlarges? Link to comment Share on other sites More sharing options...
Marcher Technologies Posted January 5, 2012 Share Posted January 5, 2012 This is the support area for Marketplace files. The only people who are going to be able to assist you with this from the IP.Board side would be here in this topic. I don't have any ability to assist with this as I do not use SagePay; it's not even available in my country. If you want technical assistance with SagePay in this app, you need to wait for others who use that payment gateway to assist you here in this topic. from investigation(same boat on this one) SagePay is basically requiring input of address and zipcodes to be sent off to them... I dont believe subscriptions is in any way capable of handling these, and im wondering when said policy was applied. :logik: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.