How to add content to store footer - AC Gold?

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
VIPER7
Captain (CAPT)
Captain (CAPT)
Posts: 247
Joined: Fri Apr 15, 2005 2:49 pm

How to add content to store footer - AC Gold?

Post by VIPER7 » Fri Sep 04, 2015 10:13 am

My client would like to add his physical store hours to the footer on his mobile site. We're running AC Gold. How is this accomplished? Thanks in advance for any help!

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: How to add content to store footer - AC Gold?

Post by nadeem » Mon Sep 07, 2015 6:38 am

If you are using Gold R10 responsive, you just need to add your desired contents to Website/Conlib/StoreFooter.ascx. But if you are using some older Gold version (other than R10), there is a separate control for mobile store Webstie/Mobile/UserControls/StoreFooter.ascx that you have to update.

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: How to add content to store footer - AC Gold?

Post by nadeem » Mon Sep 07, 2015 6:46 am

For the bootstarp responsive if you want that information to be shown only on mobile device, do something like this:

Code: Select all

<div class="visible-xs">you contents that will be visible on extra small only</div>

VIPER7
Captain (CAPT)
Captain (CAPT)
Posts: 247
Joined: Fri Apr 15, 2005 2:49 pm

Re: How to add content to store footer - AC Gold?

Post by VIPER7 » Tue Sep 08, 2015 4:55 am

This worked GREAT nadeem! Thanks so much for your help on this! As it turns out, the version of AC Gold I am using is:

AbleCommerce for ASP.NET
VERSION: 7.0.88.7345
Release Label: GoldR8

Thanks again for your help!

Post Reply