Zen Cart Logo
Forums / Addon Templates / Glacial Age Template Support Thread

Glacial Age Template Support Thread

Views: 70,761

Results 201 to 220 of 392
15 Feb 2010, 6:42 PM
#201
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Glacial Age Template Support Thread

kenny724:

Thanks. A couple of other questions. On the login/register page of https://www.midsouthcoin.com/midsouthcoinstore/ where is the file for the enter billing information on that page?

Also, the login link on the front links to https://www.mysticmountain/login.html. Where is that changed at? Thanks again

admin -> tools -> Developers Tool Kit

scroll to the bottom of the page

in the first text box enter the phrase you are looking for.

in the second text box select "all files catalog/admin" from the dropdown menu

click the search button.

You will get a list of files and line numbers where that phrase can be found.

for your first search enter "billing information"

for the second search enter "Returning Customers"

15 Feb 2010, 9:05 PM
#202
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hey, thanks...the search option helps alot. But if you look at the site again

https://secure75.inmotionhosting.com/~midsou7/midsouthcoinstore/index.php?main_page=contact_us&zenid=206c9fb205e4e1f033f4821febe311d1

well from https://www.midsouthcoin.com/midsouthcoinstore/

then click on the contact link...it goes to the secure server with all the links. how can i change just the contact link throughout the pages. I couldn't find that with search.

15 Feb 2010, 9:06 PM
#203
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

i just want to get rid of that deliver the contact that is secured only.
thanks again

15 Feb 2010, 10:23 PM
#204
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

kenny724:

Hey, thanks...the search option helps alot. But if you look at the site again

https://secure75.inmotionhosting.com/~midsou7/midsouthcoinstore/index.php?main_page=contact_us&zenid=206c9fb205e4e1f033f4821febe311d1

well from https://www.midsouthcoin.com/midsouthcoinstore/

then click on the contact link...it goes to the secure server with all the links. how can i change just the contact link throughout the pages. I couldn't find that with search.

kenny724:

i just want to get rid of that deliver the contact that is secured only.
thanks again

I go to contact page and am on secure page. click any links from there and am back to normal page.

15 Feb 2010, 10:46 PM
#205
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hey, Clyde. I am referring to the Contact on the top right....it goes to the https:// secure.com link.....but the informatin link on the bottom right...goes to the http://www.regular link.

Do you know how I can make the Contact Us link at the top not go to the secure server? Thanks.

15 Feb 2010, 10:56 PM
#206
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

kenny724:

Hey, Clyde. I am referring to the Contact on the top right....it goes to the https:// secure.com link.....but the informatin link on the bottom right...goes to the http://www.regular link.

Do you know how I can make the Contact Us link at the top not go to the secure server? Thanks.

The template doesn't modify/change the information sidebox.

Did you add the contact us link to the sidebox?

15 Feb 2010, 11:01 PM
#207
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

no, but i did add the secure server ssl after i added the side box. I edited those in the configure.php files under includes and admin/includes.

15 Feb 2010, 11:12 PM
#208
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

kenny724:

no, but i did add the secure server ssl after i added the side box. I edited those in the configure.php files under includes and admin/includes.

open includes/modules/sideboxes/information.php

find the folllowing section of code:

  if (DEFINE_CONTACT_US_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>';
  }

and replace with the following:

  if (DEFINE_CONTACT_US_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_CONTACT_US, '', 'SSL') . '">' . BOX_INFORMATION_CONTACT . '</a>';
  }

make sure to save the edit file to includes/modules/sideboxes/glacial_age/information.php

16 Feb 2010, 3:18 PM
#209
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Clyde, that would be the information box correct? What about the link at the top right Contact Us to take that to the unsecure server...so the pop up won't come up? Thanks. Or does the information box also control the top link?

16 Feb 2010, 3:27 PM
#210
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

kenny724:

Clyde, that would be the information box correct? What about the link at the top right Contact Us to take that to the unsecure server...so the pop up won't come up? Thanks. Or does the information box also control the top link?

What pop-up? I didn't notice any pop-up.

16 Feb 2010, 8:50 PM
#211
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

You don't see the popup when you click on the Contact Us link at the top.....you don't see the popup that says do you want to see the information that was delivered securely only?

16 Feb 2010, 10:06 PM
#212
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Oh well. Perhaps it a browser compatibility things. How would you increase the width of the Category box? thanks.

16 Feb 2010, 10:16 PM
#213
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

kenny724:

You don't see the popup when you click on the Contact Us link at the top.....you don't see the popup that says do you want to see the information that was delivered securely only?

As a test only - temporarily remove the google map from the contact us page and see if the popup disappears.

16 Feb 2010, 10:26 PM
#214
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

I have and it does. I guess because it's secure with the SSL and google is generating the map from an external site. :(

16 Feb 2010, 11:11 PM
#215
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

kenny724:

I have and it does. I guess because it's secure with the SSL and google is generating the map from an external site. :(

When getting the script from google do they offer you a choice of placing the map on a secure page?

17 Feb 2010, 4:24 PM
#216
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

not sure, i will check

17 Feb 2010, 4:56 PM
#217
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

No, it won't be an option. :( Anyway, the welcome email...how would that be edited? Also the under the signature, it says https://www.midsouthcoin.com/midsouthcoinstore, how would that be changed to just https://www.midsouthcoin.com.

Thanks again,
Kenny

17 Feb 2010, 5:05 PM
#218
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

kenny724:

No, it won't be an option. :( Anyway, the welcome email...how would that be edited? Also the under the signature, it says https://www.midsouthcoin.com/midsouthcoinstore, how would that be changed to just https://www.midsouthcoin.com.

Thanks again,
Kenny

We're moving away from template specific questions here.

and these questions have been answered elsewhere throughout the fourm.

includes/languages/english/create_account.php
includes/languages/english/email_extras.php

17 Feb 2010, 5:36 PM
#219
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

clydejones:

When getting the script from google do they offer you a choice of placing the map on a secure page?

kenny724:

not sure, i will check

kenny724:

No, it won't be an option. :( Anyway, the welcome email...how would that be edited? Also the under the signature, it says https://www.midsouthcoin.com/midsouthcoinstore, how would that be changed to just https://www.midsouthcoin.com.

Thanks again,
Kenny

This should fix the problem on the contact page.

just unzip the package and upload the file to includes/templates/glacial_age/templates

Attachment #7085

17 Feb 2010, 6:55 PM
#220
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

No, it didn't work. :(