Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
First, remove the Ultimate SEO rules, you don't need them anymore.
Done
Quote:
Originally Posted by
conor
Check that you have a base href tag in your html_header.php file,
I have this tag:
<base href="http://mydomain.com/" />
Quote:
Originally Posted by
conor
and if that isn't the source of your problem, you'll have to check the define for the path to your images directory in configure.php.
define('HTTP_SERVER', 'http://domain.com');
define('HTTPS_SERVER', 'https://domain.coml');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG','/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
Do you see any mistake? Why this not working in IE?
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
Zmaziuu
Do you see any mistake? Why this not working in IE?
No, no mistakes, those settings are perfect.
The URIs you posted previously will be a problem in more than IE.. you've probably only just noticed them in IE, or the other browsers you've tested are coping with your BROKEN image UIRs better.. the browser used is irrelevant so don't bother focussing on that.
You must have something wrong in your template files or you have some image displayer (maybe an AJAX one) which can't deal with static URIs and needs to be modified to do so.
Sorry but you'll have to ask your web designer to fix the URIs in the template and [possibly] your CSS file(s). I can't tell where that would be exactly.
At least you've narrowed things down a bit.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
That's very good of you DivaVocals, as always you are so willing to give your time. Unfortunately I have don't have any more time to give, I already spend too much time here. If you do find a way to cater for whatever incompatibilities FEC creates with Ceon URI Mapping, please do post them here for others' knowledge.
You go right ahead and keep up this awesome software.. As for the testing, I was doing this anyway.. Just gonna share what I find with the community is all.. :smile:
Re: Ceon URI Mapping (SEO)
Hi, just installed ceon uri mapping. everythings works fine except i can't use the add to cart bottom.
the regular link should be like this:
http://www.vitabags.com/index.php?ma...action=buy_now
but when i turn on ceon uri mapping the url turns to this:
http://www.vitabags.com/juicy/juicy-...action=buy_now
which direct me to 404 not found.
any help would be appreciated.
Re: Ceon URI Mapping (SEO)
Hi Bryan,
Quote:
Originally Posted by
bryanblue
That's not what I get.. the site is working fine for me, I have no problem adding that handbag to the cart directly from its page or from the "All products" page. I never see that broken URI you posted.
Where are you seeing it? Or is this fixed now?
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi Bryan,
That's not what I get.. the site is working fine for me, I have no problem adding that handbag to the cart directly from its page or from the "All products" page. I never see that broken URI you posted.
Where are you seeing it? Or is this fixed now?
All the best..
Conor
ceon
Hi Ceon, the problem is not fix. i uploaded two example products in the home page. when i get into homepage, scroll down a bit. under the New Products For December. when i click on ADD TO CART it direct me to 404 no found. Thanks
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
bryanblue
Hi Ceon, the problem is not fix. i uploaded two example products in the home page. when i get into homepage, scroll down a bit. under the New Products For December. when i click on ADD TO CART it direct me to 404 no found. Thanks
Ahh, I see where those links are now.
You appear to have custom coded "Add to cart" links in your New Products box which is building the URI wrong.
It shouldn't append &action=buy_now but should instead supply action=buy_now as a parameter to the zen_href_link function.
Change the code to do that and you should get working links.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
Ahh, I see where those links are now.
You appear to have custom coded "Add to cart" links in your New Products box which is building the URI wrong.
It shouldn't append &action=buy_now but should instead supply action=buy_now as a parameter to the zen_href_link function.
Change the code to do that and you should get working links.
All the best..
Conor
ceon
Hi Conor, i am sorry i am pretty new to this..when you say chage the prameter..where do i do that and how? thanks for your help.
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
bryanblue
Hi Conor, i am sorry i am pretty new to this..when you say chage the prameter..where do i do that and how? thanks for your help.
Let me guess.. Template Monster (or an affiliate) template?? If the answer is that you got this template from one of the many places that build non-standard Zen Cart templates (AKA Template Monster or one of their affliate re-seller sites) you are going to have to post your question in a new thread to get assistance on it as your issue is not caused by this module at all. Rather it is caused by a incorrectly coded template..
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
DivaVocals
Let me guess.. Template Monster (or an affiliate) template?? If the answer is that you got this template from one of the many places that build non-standard Zen Cart templates (AKA Template Monster or one of their affliate re-seller sites) you are going to have to post your question in a new thread to get assistance on it as your issue is not caused by this module at all. Rather it is caused by a incorrectly coded template..
i see...you are right. i purchase this template through other website. thanks for telling me that. i will be opening up a new thread to get help.