changing the store address.

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
michaelneal
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Tue Apr 22, 2008 3:36 pm

changing the store address.

Post by michaelneal » Tue Apr 22, 2008 3:51 pm

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?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: changing the store address.

Post by jmestep » Wed Apr 23, 2008 7:38 am

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.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: changing the store address.

Post by AbleMods » Sun Apr 27, 2008 12:33 am

michaelneal wrote: I asked in the AbleCommerce help chat and they did not know.
That's unacceptable :?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply