faridsilva Posted June 14, 2010 Posted June 14, 2010 Hi everybody, Im trying to make my own paymente module cause no one fit in what we need. So, I got a cc module and saw how it works, I think that I understud this but I can't keep a variable value from checkout_payment.php to the end The situation is: 1. custom_payment appears in checkout_payment.php and js validations works fine (field named "administradora") 2. next page checkout_confirmation.php got a hidden field with the variable "administradora" and value reflecting customer selection, just before button_confirm_order.gif 3. checkout_process.php I tried everything I figured to get "administradora" in sql array or in the notification mail, but I can get it working as I need. Any idea? Thanks in advance.
germ Posted June 14, 2010 Posted June 14, 2010 If you can't pass it in the URL the next alternative to get data from one page to another is make it a session variable. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.