Loaded Commerce Community

Banner


Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours




Post new topic Reply to topic  [ 13 posts ] 

Did you find this small contribution usefull?
Yes 100%  100%  [ 5 ]
No 0%  0%  [ 0 ]
Total votes : 5
Author Message
 Post subject: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Mon Jan 31, 2005 9:09 pm 
Offline
CRE Talented
User avatar

Joined: Tue Mar 30, 2004 1:00 am
Posts: 403
Location: Säffle, Sweden
Custom HTTP Error Page V.1.4 For CRELoaded
New Contribution Releasd

This add-on will make any of those ugly 404 error pages disappear and be replaced with a simple error surrounded by your CRELoaded shop. Thus not leaving a potential customer stranded and no place to go!

The original contribution was made by "hobbzilla (Ryan Hobbs)" who deserve the credit for this nice contribution, as all I did was making it compatible with "CRELoaded" and the templating system.

So have fun with this release!
/Charles


You do not have the required permissions to view the files attached to this post.

_________________
/Charles K
Get Tattoo'd and feel the power of the needle's...

Live site:
Image

Test/Dev. site: www.ttoo.nu


Last edited by Charles on Sat Feb 12, 2005 10:44 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Tue Feb 01, 2005 11:15 am 
Offline
CRE Addict
User avatar

Joined: Sun Oct 31, 2004 12:00 am
Posts: 155
thanx, very nice, i was already redirecting to an /error/fancy.html page but this is much nicer and integrated.

One thing i noted though, is that the NAVBAR_TITLE use in the breadcrumb doesnt seems to be defined in the http_error.php file under each language, causing it to display as is (NAVBAR_TITLE).
I tried to fix this but following the logic above but it didnt seems to work either :)


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Tue Feb 01, 2005 11:31 am 
Offline
CRE Talented
User avatar

Joined: Tue Mar 30, 2004 1:00 am
Posts: 403
Location: Säffle, Sweden
Phocea wrote:
thanx, very nice, i was already redirecting to an /error/fancy.html page but this is much nicer and integrated.

One thing i noted though, is that the NAVBAR_TITLE use in the breadcrumb doesnt seems to be defined in the http_error.php file under each language, causing it to display as is (NAVBAR_TITLE).
I tried to fix this but following the logic above but it didnt seems to work either :)


Hi,

Thanx for the input, I'll try to fix it later today. But i'm up to my neck in work right now, if you find a solution before me. Then please post back here. :D


You do not have the required permissions to view the files attached to this post.

_________________
/Charles K
Get Tattoo'd and feel the power of the needle's...

Live site:
Image

Test/Dev. site: www.ttoo.nu


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Tue Feb 01, 2005 8:37 pm 
Offline
CRE Talented
User avatar

Joined: Tue Mar 30, 2004 1:00 am
Posts: 403
Location: Säffle, Sweden
Phocea,

Try change line #21 in /catalog/http_error.php

From this:
Code:
  $breadcrumb->add(NAVBAR_TITLE);


To this:
Code:
  $breadcrumb->add(sprintf(HEADING_TITLE, $HTTP_GET_VARS['error_id']));


And if you don't want it to show the error code in the "breadcrumb" then change it to this:
Code:
//  $breadcrumb->add(NAVBAR_TITLE);


Think that would do it!.


You do not have the required permissions to view the files attached to this post.

_________________
/Charles K
Get Tattoo'd and feel the power of the needle's...

Live site:
Image

Test/Dev. site: www.ttoo.nu


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Wed Feb 02, 2005 5:35 am 
Offline
CRE Addict
User avatar

Joined: Sun Oct 31, 2004 12:00 am
Posts: 155
yeap that will do it and look a bit cleaner thanks.
I still dont get why the solution I tried using the multi language functionality didnt work ..but well, too many other things to sort out to worry now :)


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Tue Feb 08, 2005 7:35 pm 
Offline
CRE Addict
User avatar

Joined: Sun Jul 18, 2004 12:00 am
Posts: 176
Location: UK
This is a great great contribution!!!

just installed on OneCAD.co.uk

The email notification is great!

I would really love to get it working with products eg visitors from google hitting old deleted products...

eg.

http://www.onecad.co.uk/lightwave-8-p-99.html

Any ideas

Rich


You do not have the required permissions to view the files attached to this post.

_________________
Techex Ltd
OneVideo
OneCAD


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Wed Feb 09, 2005 1:09 am 
Offline
CRE Talented
User avatar

Joined: Tue Mar 30, 2004 1:00 am
Posts: 403
Location: Säffle, Sweden
techex

Thx for the positive feedback.

That should be possible, but right now i don't have the time to look in to it (Going on tour). But as soon as i get some spare time i will. in the mean time if you find a solution please post back here.


You do not have the required permissions to view the files attached to this post.

_________________
/Charles K
Get Tattoo'd and feel the power of the needle's...

Live site:
Image

Test/Dev. site: www.ttoo.nu


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Sat Feb 12, 2005 8:45 am 
Offline
CRE Newbie
User avatar

Joined: Fri Jan 07, 2005 1:00 am
Posts: 17
Can someone tell me where I can download a uncorrpted version of the error page contribute as the download zip file link at the top of this does not download correctly.

Many Thanks

Julian


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Sat Feb 12, 2005 10:46 am 
Offline
CRE Talented
User avatar

Joined: Tue Mar 30, 2004 1:00 am
Posts: 403
Location: Säffle, Sweden
Hi,

It should work again, Don't know what was wrong!...


You do not have the required permissions to view the files attached to this post.

_________________
/Charles K
Get Tattoo'd and feel the power of the needle's...

Live site:
Image

Test/Dev. site: www.ttoo.nu


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Sun Feb 13, 2005 11:49 pm 
Offline
CRE Legend

Joined: Sun Nov 09, 2003 1:00 am
Posts: 7301
Location: Baconton, GA USA
General answer - check the download area's User Contribution's area.

I try to post anything posted in an attachment to that area asap.

David


You do not have the required permissions to view the files attached to this post.

_________________
My CRE Loaded FAQ List
CRE Loaded Hosting


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Wed Mar 23, 2005 4:11 pm 
Offline
CRE Talented
User avatar

Joined: Tue Mar 30, 2004 1:00 am
Posts: 403
Location: Säffle, Sweden
techex wrote:
This is a great great contribution!!!

just installed on OneCAD.co.uk

The email notification is great!

I would really love to get it working with products eg visitors from google hitting old deleted products...

eg.

http://www.onecad.co.uk/lightwave-8-p-99.html

Any ideas

Rich


Rich,

Did you find a solution?...


You do not have the required permissions to view the files attached to this post.

_________________
/Charles K
Get Tattoo'd and feel the power of the needle's...

Live site:
Image

Test/Dev. site: www.ttoo.nu


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Mon Jan 18, 2010 5:38 am 
Offline
CRE Newbie
User avatar

Joined: Tue Mar 14, 2006 1:00 am
Posts: 7
Hi.

Is there a place where to download this contribution?

This link is not working anymore.

Thanks.


Top
 Profile  
 
 Post subject: Re: CRELoaded Custom HTTP Error Pages V.1.4
PostPosted: Mon Jan 18, 2010 8:28 am 
Offline
CRE Expert

Joined: Thu Jul 13, 2006 12:00 am
Posts: 660
Neon wrote:
Hi.

Is there a place where to download this contribution?

This link is not working anymore.

Thanks.


the post is 5 years old, most likely it will not longer work anymore

_________________
Regards,

------------------------------------------------------------------------
Kirk Osburne
Director of Customer Services
loadedcommerce.com | thereactorworks.com

------------------------------------------------------------------------


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
It is currently Thu May 24, 2012 6:21 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy