thx, Conor
i got it
Printable View
Hi,
Yes, when you are using two modules which have modified the same core file you need to manually merge the changes.
You can find out more about what to do in the FAQs for the URI Mapping module, I've made this as easy as possible for you to do. Try starting with the EZ-Page Meta mod (whatever that is! ;) ) 's modified ezpages.php file and merging the URI Mapping changes into it. I know for a fact that the changes are very clearly marked in the URI Mapping version but they may not be marked well in that other mod, I don't know.
All the best...
Conor
ceon
dear Conor,
http://shop.cheapglasses123.com/plastic-or-acetate-glasses?&sort=20a&page=2
http://shop.cheapglasses123.com/index.php?main_page=contact_us
http://shop.cheapglasses123.com/plastic-or-acetate-glasses/fa0047-plastic-glasses/reviews?&page=2
http://shop.cheapglasses123.com/index.php?main_page=shopping_cart&page=2&products_id=5
http://shop.cheapglasses123.com/plastic-or-acetate-glasses/fa0047-plastic-glasses?page=2
http://shop.cheapglasses123.com/plastic-or-acetate-glasses/fa0047-plastic-glasses/review?&reviews_id=2
http://shop.cheapglasses123.com/plastic-or-acetate-glasses/fa0047-plastic-glasses/add-a-review?page=2
http://shop.cheapglasses123.com/index.php?main_page=page_2
how to let ceon mapping working please. tks.
Sorry, I really do not know how to resove the dynamic urls.
One more thing, when one product to two categories, how to mapping to 1 url only?
For example,
http://shop.cheapglasses123.com/fb0131-bendable-glasses?cPath=3
http://shop.cheapglasses123.com/fb0131-bendable-glasses
I put product fb0131 under 2 different categoris, then the product has 2 urls, how to let http://shop.cheapglasses123.com/fb0131-bendable-glasses?cPath=3 also map to http://shop.cheapglasses123.com/fb0131-bendable-glasses
many thank.
Hi,
I'm afraid that I don't see the point in talking through the documentation.. please read it to get the answers you require, it took me weeks to write the documentation!
You can't. Zen Cart requires that each "linked product" has a different cPath.. the only way to have that happen is to append the cPath to the linked product's URI.
All the best...
Conor
ceon
Dear Conor,
I have used ultimate_seo_urls for www.cheapglasses123.com , and it can meet my demands, for example, the product "FA0425 Plastic Glasses", its main category is Pastic Glasses, but you can find that the product has been put under 4 categories:
http://www.cheapglasses123.com/plastic-glasses
http://www.cheapglasses123.com/glass...ween-usd-30-59
http://www.cheapglasses123.com/women-glasses
http://www.cheapglasses123.com/full-rim-glasses
the product "FA0425 Plastic Glasses" under each category has the same url: http://www.cheapglasses123.com/fa0425-plastic-glasses
Have a try please.
Hi,
You should go back to using it if that's the way you want things to work.
URI Mapping will not be changed to accommodate you as your situation is different from everyone else's.
If the cPath isn't added to a linked product's URI then the "context" on the site is lost.. the customer will not be in the same category they viewed the "linked" product in.
Your site doesn't use the context, you have no breadcrumbs or category previous/next buttons, which is why this doesn't affect you with Ultimate SEO URLs... if you did use the context on the site then you'd have exactly the same problem with Ultimate SEO as you do with Ceon URI Mappings.
I'm sorry that URI Mappings is not for you.
All the best...
Conor
Hi Conor,
First I want to thank you again for the outside work you did on my son's site. I would have never figured out all those errors on my own!
I have one question that maybe can be answered here in the forums. I'm looking at my Google account, and I have a bunch of crawl errors (13). I have maps most or all of these pages, but they are not going there if you click these links.
For example, if you click http://www.chickensonline.com/includ...ippinginfo.php (which Google did) you get a 404 error, but I mapped the shipping page (I thought), and it goes to http://www.chickensonline.com/shipping.
Should I map these pages with errors too or just add them to my robots.txt file? I've attached a file that shows all the Google errors.
Thanks for any help!
Karen
P.S. On a side note, if there are any chicken enthusiasts out there that would like to help get our new chicken forum off the ground (we need posts about chickens to get it started), it's at http://forum.chickensonline.com. Not to be off topic...
Hi Karen,
No problem! Glad the site's working now! :)
You've mapped the shipping page from /shipping to the dynamic Zen Cart URI (e.g. main_page=shippinginfo) but the link you have above is some sort of old static page. If you want to link it to your actual shipping page you have to manually map it.
You can add it as a "historical" URI by adding a record to the URI Mappings table, with
/includes/languages/english/shippinginfo.php
as the "uri"
current_uri should be 0
main_page should be shippinginfo
That should redirect anyone visiting the above URI to the new URI for the shippinginfo page.. i.e. /shipping
You'll need to make sure your URI rule allows the use of .php:
change
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
to:
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$ [OR]
RewriteCond %{REQUEST_URI} \.(php)$ [NC]
All the best...
Conor
ceon