GoDaddy SSL Secure Site Code Problems

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

GoDaddy SSL Secure Site Code Problems

Post by VIPER7 » Wed Mar 16, 2016 6:25 am

Ok, my site is taking FOREVER to load category pages and I am trying to figure out how to remove my custom HTML for the GoDaddy secure site seal which I am pretty sure is causing the issue. What file do I need to modify for the category page in my site? Here is an example of what I am seeing.

http://www.drumcityguitarland.com/Left- ... -C900.aspx

Notice how long it is taking to load the page because of the problematic GoDaddy SSL site code.

TIA for any help!

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

Re: GoDaddy SSL Secure Site Code Problems

Post by AbleMods » Wed Mar 16, 2016 8:21 am

Hard to answer your question. I don't see anything on the page (in Chrome) that looks like the GoDaddy SSL seal. It just times out and the rest of the page eventually loads.

I agree your page speed issue is quite pronounced. Pingdom.com is showing the GoDaddy seal code causing the issue.

From the page source, it looks like you're loading it through the CustomHTML user control. So check your category page layout in the admin and see if that user control is added to any of the layout sections. If so, remove it.
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

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

Re: GoDaddy SSL Secure Site Code Problems

Post by VIPER7 » Wed Mar 16, 2016 8:42 am

Thank you for your reply! I went ahead and removed the CustomHTML module for now and it seems to be much faster. I suspect GoDaddy has updated their SSL code and I need to simply re-copy and paste the new code. How do I implement the CustomHTML module again and how do I add code / content to it? Thanks!

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

Re: GoDaddy SSL Secure Site Code Problems

Post by AbleMods » Wed Mar 16, 2016 9:09 am

There is a button in the layouts page you just used that lets you add a control It will be one of the available controls listed.

The original HTML is actually a part of a web page defined in the Web Pages. Using the CustomHTML control allows to load the HTML content from that specific webpage into the current page layout.

Once you add the CustomHTML control to the layout, click the Notepad-like icon next to it that let's you edit the control properties. In the properties you can set both a Caption and specify the WebPageId for the HTML content you want to include.
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

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

Re: GoDaddy SSL Secure Site Code Problems

Post by VIPER7 » Wed Mar 16, 2016 9:26 am

Thank you very much for that explanation AbleMods! I have never really been able to figure this out before as it is not clearly evident espeicially given some of my background and experience with CMS editors. So, thanks again!

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

Re: GoDaddy SSL Secure Site Code Problems

Post by AbleMods » Wed Mar 16, 2016 9:43 am

Glad to help :D
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