This topic contains 0 replies, has 1 voice. Last updated by Gary Leicher 3 years, 3 months ago.
Topic Author | Topic |
---|---|
Posted: Friday Sep 20th, 2013 at 9:59 am #59718 | |
Hey everyone i’m trying to dynamically generate shortcodes based on different circumstances this is the code for one button, there are four.
basically i have a custom pricing table, and these buttons are generated based on prices users enter in the backend, so the price variable changes, What important is that on the success page, i need to be able to grab the “package” attribute via GET to run different procedures my problem is that i am not able to grab that appended get variable.. it is not being processed correctly..
i’m not sure what has changed, i havn’t tickered too much in the backened, but when i started building the site.. the success page, would show one variable ‘s2member_paypal_return’ => string ‘1’ (length=1) and my custom variable ‘package’ => platinum. Also the template si different.. its now asking me to log back in.. does anyone have any idea why i’m not able to do this? even when i generate a shortcode from the backend no and simply just add the normal return url as a success attribute as shown in the exmaples.. its still doing this.. i’ve also turned off payment review for my sandbox account.. This is going over sandbox from my localhost.. and localhost is enabled in the backened i’d be very grateful for any help Thanks |