E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2010, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 20 Dec 2007 06:52:00 GMT Sat, 20 Mar 2010 22:00:19 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #4 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 Thu, 20 Dec 2007 06:52:00 GMT > places (like post variables),

Integration, Redirection and Cuztomization are 3 different things and template variables and POST parameters are 2 separate things as well.

MySQL data types are for you to decide based on the functions you want to perform on the data.]]>
E-junkie Discussions; E-junkieChef
Post #3 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 Sun, 16 Dec 2007 10:58:36 GMT
Overall I find the documentation a little quirky; information that could exist in a single place is spread out over 3 or more places (like post variables), and following the above example, things are not always very clear (would love to see more template examples and of course MySQL data types; such info would help E-Junkie grow, I think).

That said, it's still a wonderful service! Thank you!]]>
E-junkie Discussions; ByDesignGames
Post #2 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 Sat, 15 Dec 2007 20:50:42 GMT
Good to know :)

As mention in the documentation "x" will be 1,2,3 etc. , so you sold two items you will get item_name1 & item_name2.]]>
E-junkie Discussions; E-junkieChef
Post #1 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 http://www.e-junkie.com/bb/topic/1257/pg/0#post3409 Sat, 15 Dec 2007 16:08:01 GMT
-item_namex
-quantityx

I followed the help here:
http://www.e-junkie.com/ej/help.selling-codes.php

I'm posting the info to a db using my code-generator / save-purchase-info PHP. PHP code looks like this;

if ($_POST['quantityx'])
$ITEM_COUNT = $_POST['quantityx'];

And later $ITEM_COUNT goes into a MySQL db. Every other field works, except those 2 and I need them.

I tried with a test form and those fields save data in the db, so I guess I'm not getting such info from E-Junkie?

Please help ASAP, as I would like to launch my store tomorrow.

I love the E-Junkie experience so far! :)]]>
E-junkie Discussions; ByDesignGames