protokop Posted December 27, 2004 Posted December 27, 2004 i know for some payment modules they use the function time() as the description or something to track who paid when. I am just wondering if there is a similar function that i can call to get the order number. ie, in the paypal module, i want to change the item name field to the equivilent of... tep_draw_hidden_field('item_name', 'order number: ' get_order_number()) can someone help me out with what i need to write for this line of code... it should be the text "order number: " followed by the actual number in other words i don't know PHP so i need to know how to write a string of writen characters, followed by a variable. Also i need to know what function to call to retreve that variable. thanks Quote
Guest Posted December 27, 2004 Posted December 27, 2004 the paypal ipn modules are coded to be able to use the order #'s and be pushed over to paypal. what paypal module are you using? Quote
protokop Posted December 27, 2004 Author Posted December 27, 2004 the paypal ipn modules are coded to be able to use the order #'s and be pushed over to paypal. what paypal module are you using? <{POST_SNAPBACK}> no idea, it was already installed, how can i find out? i think maybe its an old version... v1.39 or v1.7 mean anything? they are two version numbers at the top of the two paypal files... :blink: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.