Page 1 of 1

changing the store address.

Posted: Tue Apr 22, 2008 3:51 pm
by michaelneal
I need to change the store address that prints out on the "printmyorders.aspx" page. Where and how is that change made? I asked in the AbleCommerce help chat and they did not know. They suggest posting here... so anyone know this?

Re: changing the store address.

Posted: Wed Apr 23, 2008 7:38 am
by jmestep
PrintMyOrderPage.ascx-- it is used in members/PrintMyOrder.aspx

In PrintMyOrderPage.ascx.cs, it looks like the address is pulled from the default warehouse:
StoreAddress.Text = Token.Instance.Store.DefaultWarehouse.FormatAddress(true);

So you would need to change the default warehouse address or code the page differently, depending on what you wanted to do.

Re: changing the store address.

Posted: Sun Apr 27, 2008 12:33 am
by AbleMods
michaelneal wrote: I asked in the AbleCommerce help chat and they did not know.
That's unacceptable :?