[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Field Contents reverting to MV_USERNAME?
Bill, I have this:
[userdb function=set_shipping
shipping="company name address address2 city state
state_other zip country country_other phone_day fax email"
username="[value mv_username]"
nickname="[value
mv_username]"]
[userdb function=set_billing
billing="b_company b_name b_address b_address2
b_city b_state b_state_other b_zip b_country b_country_other b_phone_day
b_fax b_email b_resale_tax_id mv_credit_card_type mv_credit_card_exp_month
mv_credit_card_exp_year mv_credit_card_info mv_credit_card_holdername"
username="[value mv_username]"
nickname="[value
mv_username]"]
[userdb function=save
username="[value mv_username]"
nickname="[value
mv_username]"]
and all the fields are saving except company and b_company...
Additionally, I placed statements in the HTML to display the contents of
company and b_company and I progress through the pages and the data is
is messed on when it reaches the page used to save... That page being
the same page that contains the userdb tags above...
I've flush the session database and am puzzled...
Barry
William Rothbauer wrote:
Sounds like it's not saving the data. Check
your code for
[userdb save]
if it's there, try
[userdb function=save]
instead. I had a similar problem and this cured it.
Bill Rothbauer