[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Change where orders go
>
> Jerry wrote:
> >
> > > Yes, in combination with a feature in Order.pm specifically
> designed for
> > > this. Set
> > >
> > IC version: 4.8.3
> >
> > In checkout.html I have.
> > [seti ORDERS_TO][data table=zipcode column=order_add key='[value
> > zip]'][/seti]
> >
> > In catalog.cfg:
> >
> > ParseVariables No
> > Variable ORDERS_TO [scratch ORDERS_TO]
> >
> > ParseVariables Yes
> > Route main expandable 1 <<EOF
> > attach 0
> > credit_card 1
> > default 1
> > email '__ORDERS_TO__'
> > encrypt 0
> > errors_to '__ORDERS_TO__'
> > pgp_cc_key "__PGP_KEY__"
> > pgp_key "__PGP_KEY__"
> > receipt etc/receipt.html
> > report etc/report
> > supplant 1
> > individual_track orders
> > track logs/tracking.asc
> > EOF
> >
> > Jerry Uphoff
>
> Hmmm...what value did ORDERS_TO have in your products/variable.txt file?
>
> Joachim
>
The ORDERS_TO was removed from the variables database. The funny part
seems to be that if, after it is set on checkout, I put something
like: Orders to: __ORDERS_TO__ on a page, the variable parses fine.
Just seems to be a problem going through Order.pm processing. Looking
to see if that file is unchanges and up to date.
Jerry