Search found 79 matches

by BlessIsaacola
Fri Jul 18, 2008 9:23 am
Forum: Zen Cart Modules
Topic: [Zen Cart] Tell a Friend Not Working
Replies: 4
Views: 4766

[Zen Cart] Tell a Friend Not Working

I just noticed that the built tell a friend link does not rewrite using MSU. You can take a look at: http://www.magic-seo-url.com/demo/zencart/hardware-1/mice-9/microsoft-intellimouse-explorer-26.html if you click on the tell a friend button you will notice it doesn't have the nice msu link. It show...
by BlessIsaacola
Wed Jul 16, 2008 8:36 am
Forum: Custom Rewrite Rules
Topic: Rewrite Rules for Zen Cart Mods
Replies: 17
Views: 175992

Re: Rewrite Rules for Zen Cart Mods

Unfortunately, it did not work. You can click on this link: http://www.clevershoppers.com/index.php ... e=about_us and it will still take you to the non-formatted page instead of rewriting.
by BlessIsaacola
Tue Jul 01, 2008 7:01 pm
Forum: Custom Rewrite Rules
Topic: Rewrite Rules for Zen Cart Mods
Replies: 17
Views: 175992

Re: Rewrite Rules for Zen Cart Mods

BTW, this code did not work to solve the problem described above:

Code: Select all

RewriteRule ^index.php?main_page=about_us$ about-us.html [R=301,L,QSA]
by BlessIsaacola
Fri Jun 27, 2008 2:08 pm
Forum: Custom Rewrite Rules
Topic: Rewrite Rules for Zen Cart Mods
Replies: 17
Views: 175992

Re: Rewrite Rules for Zen Cart Mods

J- I know that MSU supports that redirect and I am using the latest update of MSU which is why I am baffled that we are experiencing such 404 errors. I am NOT saying that this MSU problem but I will like to see if I can get to the bottom of this problem. Like I said, I see the error more with non-st...
by BlessIsaacola
Thu Jun 26, 2008 10:26 am
Forum: Zen Cart Modules
Topic: [Zen Cart] Broken Warning MOD Messages
Replies: 8
Views: 6819

Re: [Zen Cart] Broken Warning MOD Messages

J- because I always want to learn can you please educate me what this modified code you provided is doing that the zen cart default is not doing?

Code: Select all

$_POST['SomeArrayItem'] = true;
$_SESSION['messageToStack']= '';


Thanks!
by BlessIsaacola
Thu Jun 26, 2008 10:23 am
Forum: Zen Cart Modules
Topic: [Zen Cart] Broken Warning MOD Messages
Replies: 8
Views: 6819

Re: [Zen Cart] Broken Warning MOD Messages

Thanks for the prompt response. Here are the codes from .htaccess: #advanced_search - advanced search RewriteRule ^search(/){0,1}$ index.php?main_page=advanced_search [L,QSA] #advanced_search_result - advanced search result RewriteRule ^search/results.html$ index.php?main_page=advanced_search_result...
by BlessIsaacola
Thu Jun 26, 2008 10:16 am
Forum: Custom Rewrite Rules
Topic: Rewrite Rules for Zen Cart Mods
Replies: 17
Views: 175992

Re: Rewrite Rules for Zen Cart Mods

We've been noticing a lot of 404 errors relating to urls like this: Thu Jun 26 12:38:50 2008] [error] [client 66.235.125.173] File does not exist: /public_html/software-10 [Thu Jun 26 12:32:26 2008] [error] [client 75.27.177.254] File does not exist: /public_html/games-11 [Thu Jun 26 12:28:16 2008] ...
by BlessIsaacola
Thu Jun 26, 2008 9:12 am
Forum: Zen Cart Modules
Topic: [Zen Cart] Broken Warning MOD Messages
Replies: 8
Views: 6819

Re: [Zen Cart] Broken Warning MOD Messages

Well, I never thought MSU could be responsible for the problem we are experiencing until reading this post. When MSU is enabled and a customer search for a product that is not on site, this message is not displayed: There is no product that matches the search criteria. If MSU is off, then the messag...
by BlessIsaacola
Wed May 14, 2008 1:12 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Multiple URLs to one product is not duplication?
Replies: 8
Views: 12840

Re: [Zen Cart] Multiple URLs to one product is not duplication?

Revisiting this old issue, is it possible to make the final url that MSU uses to be the master category which is actually a known value (even though) Zen Cart doesn't consistent use it for building the breadcrumb? It's rather annoying to link a product to Father's Day category and now all of a sudde...
by BlessIsaacola
Mon May 12, 2008 4:07 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] fancy-data cache problem
Replies: 8
Views: 6581

Re: [Zen Cart] fancy-data cache problem

You're absolute right! It's related to a count down script on our site that was causing the error. I really appreciate your help on this.