[CubeCart] Compatibility with brands mod
-
- Posts: 6
- Joined: Wed Sep 14, 2011 7:53 am
[CubeCart] Compatibility with brands mod
I have the 'Product Brands Mod' installed from kissmycart.net. I do not use all of the features available for this mod, just the ability to categorise my products by various different brands.
You can see what I mean when clicking on the manufacturers at the bottom of the page here: http://bit.ly/octBz1
How do I make this mod compatible with your SEF URL's?
Cheers
Re: [CubeCart] Compatibility with brands mod
Can you please post us step-by-step guide how we can reproduce it on your site?
-
- Posts: 6
- Joined: Wed Sep 14, 2011 7:53 am
Re: [CubeCart] Compatibility with brands mod
The URL's are displayed along the lines of 'index.php?_a=viewBrand&brandId=3'.
How can I customise these?
Thanks
Re: [CubeCart] Compatibility with brands mod
-
- Posts: 6
- Joined: Wed Sep 14, 2011 7:53 am
Re: [CubeCart] Compatibility with brands mod
So could you point me in the right direction as to what would be the best approach to make these amendments?
Also, one other thing, is that this mod seems to have disabled the redirect to my 404 page. What do I need to do to fix this?
Thanks for all of your help anyway. Aside from these pretty minor issues, this mod seems to have solved a lot of problems I have been having with Google.
Good work
Re: [CubeCart] Compatibility with brands mod
njgreen1984 wrote:Thats fair enough, since I'll agree the mod I have that creates these URL's is not really part of cubecart - so some manual ammendments will be necessary. However, the PHP file that I would ideally be editing, written by you, is scrambled by Zend - am I correct?
No. I mean CubeCart PHP files.
njgreen1984 wrote:Also, one other thing, is that this mod seems to have disabled the redirect to my 404 page. What do I need to do to fix this?
Your HTTP 404 mod is likely no longer working because some of your old .htaccess content was not moved to newly generated file.
-
- Posts: 6
- Joined: Wed Sep 14, 2011 7:53 am
Re: [CubeCart] Compatibility with brands mod
Your HTTP 404 mod is likely no longer working because some of your old .htaccess content was not moved to newly generated file.
Nope. Added it manually afterwards tho...
Code: Select all
ErrorDocument 404 /index.php?_a=error&code=404
Am I missing something?