Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping (SEO)

Ceon URI Mapping (SEO)

Locked

Views: 472,292

Results 2,261 to 2,280 of 2,913
This thread is locked. New replies are disabled.
16 Dec 2010, 8:37 AM
#2261
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Ceon URI Mapping (SEO)

Hi,

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.

I'm really sorry but I can't teach PHP coding here.. if you can't do it you must pay a developer to do it for you.

I'd guess that the file to be edited is includes/modules/STORE_TEMPLATE/featured_products.php (or if that doesn't exist then includes/modules/feature_products.php) and that you are looking for the line that has

'text' =>

in it.

Somewhere on that line there is probably a

'<a href="' . zen_href_link(

Which creates the buy now buttons that are having '&action=buy_now appended when instead the command should have the action parameter set in the second parameter of the zen_href_link function:

zen_href_link(XXXXX, 'action=buy_now' ......

(Where XXX is the page name)

As I said, if the above doesn't mean much to you you should pay someone to help.

All the best..

Conor
ceon

16 Dec 2010, 2:16 PM
#2262
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

bryanblue:

hi. i didn't see this reponse while i recreated a new thread...because i don't know why my previous one is closed. :oops: but anyway, so the problem is my template. i try to figure out the way Conor explained, i even look back into the installation files that come with the Ceon uri mapping. so i went to phpmyadmin and in the ceon uri mapping i inserted a table like this one: uri: /action=buy_now Language_id: 1 current_uri 1 main_page: &action=buy_now query_string_parameters : NULL associated_db_id : NULL alternate_uri : NULL redirection_type_code 301 date_added 2010-12-15 21:01:48

but the problem remains.....please...i need help on this one. thanks

conor:

Hi,

I'm really sorry but I can't teach PHP coding here.. if you can't do it you must pay a developer to do it for you.

I'd guess that the file to be edited is includes/modules/STORE_TEMPLATE/featured_products.php (or if that doesn't exist then includes/modules/feature_products.php) and that you are looking for the line that has

'text' =>

in it.

Somewhere on that line there is probably a

'<a href="' . zen_href_link(

Which creates the buy now buttons that are having '&action=buy_now appended when instead the command should have the action parameter set in the second parameter of the zen_href_link function:

zen_href_link(XXXXX, 'action=buy_now' ......

(Where XXX is the page name)

As I said, if the above doesn't mean much to you you should pay someone to help.

All the best..

Conor
ceon

If this code doesn't mean anything to you, and you don't want to pay someone to do it for you the other option is to use one of the many zen templates that are available in the downloads area that works with Ceon URI Mapping module.

16 Dec 2010, 2:45 PM
#2263
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

countrycharm:

If this code doesn't mean anything to you, and you don't want to pay someone to do it for you the other option is to use one of the many zen templates that are available in the downloads area that works with Ceon URI Mapping module.
sigh

nods in agreement

18 Dec 2010, 4:21 PM
#2264
trifo13 avatar

trifo13

New Zenner

Join Date:
Jul 2010
Posts:
10
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have a Zen Cart site with integrated PHP script (feed) that is importing products and takes care of the quantity.

Is it possible to make Ceon work with the feed?

As for all I have read I have to go through every of my 2000 products and activate the Ceon for each one?

I have tried to delete all products after installing Ceon and then import them through the feed but again - the urls have not been changed. I have to go through each product and activate it one by one.

Any tips on this please?

19 Dec 2010, 2:23 PM
#2265
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi,
I am running 1.39h with URI mapping 3.8
In Chrome, but also in IE I have this strange behaviour.

If I type www.a c q u a t u a.it the site opens regularly with the regular url.

If then I click on any category or product, the url becomes, in example, http://www.a c q u a t u a.it/filtro-acqua-everpure?zenid=8uiqq79numdahdno39sf8co0q7.

If I then re click on it, it appears the way I expect as: http://www.a c q u a t u a.it/filtro-acqua-everpure .
From the second click on, all the url appears normal no matter if you click on cat or product.

It looks like that URI needs to be "initialized" by the first click and then it works properly.

Nothing to worry about, just a strange effect I do not know why happens and I wanted to let know.

Regards
enzo

19 Dec 2010, 2:38 PM
#2266
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi enzo,

enzo-ita:

If then I click on any category or product, the url becomes, in example, http://www.a c q u a t u a.it/filtro-acqua-everpure?zenid=8uiqq79numdahdno39sf8co0q7.

The zenid is added by Zen Cart. Due to Ceon URI Mapping's canonical URI functionality it doesn't have any negative effects, however I agree that it's not very attractive.

I think it is added because Zen Cart doesn't have the necessary functionality in it to set the cookie path properly.

I'll be taking a wee look into this issue for version 4.0.0, I think I'll have to supply another modified core file to "fix" Zen Cart so that it can set the cookie path properly. (If that is actually the cause, as I suspect).

All the best..

Conor
ceon

19 Dec 2010, 4:54 PM
#2267
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

All the best to you and compliments for your software.
I will be waiting your new version.
Best regards from Italy
enzo

19 Dec 2010, 5:04 PM
#2268
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi Enzo,

enzo-ita:

All the best to you and compliments for your software.
I will be waiting your new version.
Best regards from Italy
enzo

Thanks for the nice comments. Enjoy the rest of your weekend!

All the best..

Conor
ceon

22 Dec 2010, 6:46 AM
#2269
d030433 avatar

d030433

New Zenner

Join Date:
Nov 2010
Posts:
38
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have successfully installed the addon ceon_uri_mapping, and the url successfully rewrite, but when I view source files from browser, It isn't rewrite, why? how can do and make the source files also rewrite? who can help me, thank you!!!

22 Dec 2010, 9:11 AM
#2270
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

d030433:

I have successfully installed the addon ceon_uri_mapping, and the url successfully rewrite, but when I view source files from browser, It isn't rewrite, why? how can do and make the source files also rewrite? who can help me, thank you!!!

I'm afraid your English isn't very good so I'm not quite sure what you are saying.

I'm guessing that either you have forgotten to update

includes/functions/html_output.php

or that you have hard-coding in your template.. any old hard-coded links which use index.php?main_page MUST be changed to using zen_href_link().

Hope that helps...

All the best..

Conor
ceon

23 Dec 2010, 9:45 AM
#2271
d030433 avatar

d030433

New Zenner

Join Date:
Nov 2010
Posts:
38
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have successfully installed the addon ceon_uri_mapping, and the url successfully rewrite, but when I view source files from browser, It isn't rewrite? why? Oh, I also installed ultimate_seo_urls, They are conflict ? Because, I can't rewrite the longin page, about us page and so on. So I want to install other addon to rewrite them. there are my html_output.php in the attachment. can you tell me how can I install the ultimate_seo_urls and Ceon URI Mapping at the same time.

23 Dec 2010, 9:52 AM
#2272
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

d030433:

can you tell me how can I install the ultimate_seo_urls and Ceon URI Mapping at the same time.

You can't. You need to choose one or the other.

As for checking your html_output file.. I'm afraid it's practically Christmas so I will not be providing that level of free support for the next week, I'm sure you understand!

All the best..

Conor
ceon

23 Dec 2010, 9:52 AM
#2273
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi everyone!

Have a great Christmas!

Disappointingly, couldn't Ceon URI Mapping 4.0.0 finished in time for Christmas but it'll be out in the New Year!

Have a great break! :cheers:

All the best..

Conor
ceon

23 Dec 2010, 10:07 AM
#2274
d030433 avatar

d030433

New Zenner

Join Date:
Nov 2010
Posts:
38
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I can't install them in the same time. If I only install the Ceon URI Mapping, then how can I rewrite the login page and about us page and so on.

23 Dec 2010, 2:55 PM
#2275
d030433 avatar

d030433

New Zenner

Join Date:
Nov 2010
Posts:
38
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

How can I rewrite the specials page, products_new page and products_all page. I need Detailed tutorial. could you help me? Thank you very much.

23 Dec 2010, 3:09 PM
#2276
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

d030433:

I have successfully installed the addon ceon_uri_mapping, and the url successfully rewrite, but when I view source files from browser, It isn't rewrite? why? Oh, I also installed ultimate_seo_urls, They are conflict ? Because, I can't rewrite the longin page, about us page and so on. So I want to install other addon to rewrite them. there are my html_output.php in the attachment. can you tell me how can I install the ultimate_seo_urls and Ceon URI Mapping at the same time.

d030433:

I can't install them in the same time. If I only install the Ceon URI Mapping, then how can I rewrite the login page and about us page and so on.

d030433:

How can I rewrite the specials page, products_new page and products_all page. I need Detailed tutorial. could you help me? Thank you very much.

You need to add the URI's for all non product/category/EZ Pages directly in the DB.

The detailed tutorial you need to do this is in the readme file for the Ceon URI Mapping. There is an entire section in the readme file which explains in fairly good detail HOW to add URI's to the database for these pages..

If you've not read this section of the readme, I suggest doing so and if it's still not clear how to do this then you should clarify what part of these instructions are not clear to you. (simply posting a blanket statement of "I don't understand" or "Please help me" doesn't help the community to help you..:smile:)

23 Dec 2010, 3:49 PM
#2277
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

d030433:

I have successfully installed the addon ceon_uri_mapping, and the url successfully rewrite, but when I view source files from browser, It isn't rewrite? why? Oh, I also installed ultimate_seo_urls, They are conflict ? Because, I can't rewrite the longin page, about us page and so on. So I want to install other addon to rewrite them. there are my html_output.php in the attachment. can you tell me how can I install the ultimate_seo_urls and Ceon URI Mapping at the same time.

d030433:

I can't install them in the same time. If I only install the Ceon URI Mapping, then how can I rewrite the login page and about us page and so on.

d030433:

How can I rewrite the specials page, products_new page and products_all page. I need Detailed tutorial. could you help me? Thank you very much.

DivaVocals:

You need to add the URI's for all non product/category/EZ Pages directly in the DB.

The detailed tutorial you need to do this is in the readme file for the Ceon URI Mapping. There is an entire section in the readme file which explains in fairly good detail HOW to add URI's to the database for these pages..

If you've not read this section of the readme, I suggest doing so and if it's still not clear how to do this then you should clarify what part of these instructions are not clear to you. (simply posting a blanket statement of "I don't understand" or "Please help me" doesn't help the community to help you..:smile:)
If the readme doesn't mean anything to you, and you can't figure out how to create those pages for your database, you can always pay someone to do it for you. The readme tutorial is self explanatory on how to do what you have ask. People Read be fore you ask questions.
Merry Christmas to all, to all a good night.

23 Dec 2010, 4:03 PM
#2278
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

countrycharm:

Merry Christmas to all, to all a good night.And the same to you sir!!!:smile:

24 Dec 2010, 4:07 AM
#2279
d030433 avatar

d030433

New Zenner

Join Date:
Nov 2010
Posts:
38
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have read this section of the readme, but I can't rewrite the specials page, products_new page and products_all page yet. so I hope you can use examples. thank you.

24 Dec 2010, 5:04 AM
#2280
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

d030433:

I have read this section of the readme, but I can't rewrite the specials page, products_new page and products_all page yet. so I hope you can use examples. thank you.And you still haven't provided any details about how you did try to do this so we can guide you on how to fix whatever it is you HAVE done..

Please note: There is no admin interface for entering these URI mappings in this module, they have to be entered manually (using software such as PHPMyAdmin).