1 Attachment(s)
Re: CEON URL working with Multi-language SEO URLs
Sorry about that. Yes the entire row is being imported via custom coding I made in EasyPopulate 4. Each row is being given a rewritten URI, product_id, product_type, and the language and value are set as active.
Attachment 14603
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
retched
Sorry about that. Yes the entire row is being imported via custom coding I made in EasyPopulate 4. Each row is being given a rewritten URI, product_id, product_type, and the language and value are set as active.
Attachment 14603
And you do in fact have a product type of products_cards_ufs_info? Is this the first that you have had/used such a product type to display a link? Have you updated the necessary CEON Mapping file(s) to handle this product type?
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
mc12345678
And you do in fact have a product type of products_cards_ufs_info? Is this the first that you have had/used such a product type to display a link? Have you updated the necessary CEON Mapping file(s) to handle this product type?
Which mappings files do I need to update? I don't think I've done anything to manage that.
EDIT: Wait, just got it.
I had to edit /catalog/includes/extra_datafiles/ceon_uri_mapping_product_pages.php to add the page there into the $ceon_uri_mapping_product_pages array.
NB: To anyone who is using custom product types, make sure that you declared a constant for the "FILENAME_" either in /catalog/includes/extra_datafiles/extra_datafiles or the default /catalog/includes/filenames.php. Copy the constant name (the part of the define line in all caps) to that array and continue.
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
retched
Which mappings files do I need to update? I don't think I've done anything to manage that.
EDIT: Wait, just got it.
I had to edit /catalog/includes/extra_datafiles/ceon_uri_mapping_product_pages.php to add the page there into the $ceon_uri_mapping_product_pages array.
NB: To anyone who is using custom product types, make sure that you declared a constant for the "FILENAME_" either in /catalog/includes/extra_datafiles/extra_datafiles or the default /catalog/includes/filenames.php. Copy the constant name (the part of the define line in all caps) to that array and continue.
Realize you almost ran out of time to update, but did that solve the issue?
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
mc12345678
Realize you almost ran out of time to update, but did that solve the issue?
That indeed did solve the issue and now all my products have the proper URI links being generated. Thanks.
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
retched
That indeed did solve the issue and now all my products have the proper URI links being generated. Thanks.
Quote:
Originally Posted by
retched
I'll admit I might have cheated on this by making some modifications to Easy Populate 4 to allow for the direct importation of the URI Mapping via a CSV.
Glad it is solved, and as far as "cheating", I can't say that it is, I've done something similar. And as identified the issue was clearly in the "setup"/modification of the URI Mapping program to support additional data types as described/identified at least in the previously existing website and possibly a few other locations.
Re: CEON URL working with Multi-language SEO URLs
Hi,
I'm running ZC 1.5.1 and just installed Ceon 4.4.3.
The installation was smooth and I have created links for all my products and categories, however the links that I created for my ezpages doesn't map properly, they still look like the old links? I tried searching here for answers but couldn't find any. Probably a quick fix, any ideas?
Thanks for a great mod!
/Peter
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
pexter
Hi,
I'm running ZC 1.5.1 and just installed Ceon 4.4.3.
The installation was smooth and I have created links for all my products and categories, however the links that I created for my ezpages doesn't map properly, they still look like the old links? I tried searching here for answers but couldn't find any. Probably a quick fix, any ideas?
Thanks for a great mod!
/Peter
What method was used to map to the ezpage(s)? The auto-create? Do you have another ezpage plugin installed that recognizes multiple languages? Verified the merge/install of the ezpage portion of the code?
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
mc12345678
What method was used to map to the ezpage(s)? The auto-create? Do you have another ezpage plugin installed that recognizes multiple languages? Verified the merge/install of the ezpage portion of the code?
I have tried both auto and manual. I don't have any ezplugins for multilanguage that I know of. I have uploaded the ezpage file again. Still the same results.
Have a look at the website, http://www.scaffoldusa.com
Click "New Products" and look at the URL. It should read /new-products
Now, try changing the address to /new-products. It shows an empty page, but it's showing a page, not a 404.
I'm confused, could it be that my template has something to do with this? I tried changing the page title in ez-pages and it worked, just to verify that the ez-pages was actually being used.
I'm grateful for any ideas you might have!
/Peter
Re: CEON URL working with Multi-language SEO URLs
Quote:
Originally Posted by
pexter
I have tried both auto and manual. I don't have any ezplugins for multilanguage that I know of. I have uploaded the ezpage file again. Still the same results.
Have a look at the website,
http://www.scaffoldusa.com
Click "New Products" and look at the URL. It should read /new-products
Now, try changing the address to /new-products. It shows an empty page, but it's showing a page, not a 404.
I'm confused, could it be that my template has something to do with this? I tried changing the page title in ez-pages and it worked, just to verify that the ez-pages was actually being used.
I'm grateful for any ideas you might have!
/Peter
There are posts from the original author on this.. If you are using EZ Pages for some of the store pages (new, featured, specials, all products) this module will NOT create a URI for these kinds of EZ pages.. There are instructions in the readme for creating URIs for pages that are not auto-generated..