Page 211 of 291 FirstFirst ... 111161201209210211212213221261 ... LastLast
Results 2,101 to 2,110 of 2907
  1. #2101
    Join Date
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I agree. This mod is proving to be a God send. Having the ability to create static URLs not based on product/manufacturer/categories name (as my client is always changing these) was exactly what I was looking for. Conor will definitely be getting a donation from me/my client and I would suggest that everyone give Conor something if they are using this mod as this will allow him to develop even more great add-ons.

  2. #2102
    Join Date
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hopefully a quick question for Conor or even a request for a quick change, paid for of course.
    My client's web site has been heavily modified as to how brands, categories and products are displayed.
    A single page now displays all products within a category/manufacturer/size/gender. This is how they wanted it and so this is what I developed for them.
    The new file product_listing.php now take care of displaying all products filtered by category/manufacturer/size/gender with the product_info.php file responsible for displaying details about the actual product.
    The new product_listing.php file uses one or more of the following parameters.
    categories_id (single category id or name)
    gender ("M","W" or "B" (Both))
    showtype (this can be "sale" or "new")
    manufacturers_id (single manufacturers id or name)
    Having look at the code responsible for translating static URI to ZEN Cart URI, I believe that it is a simple matter of changing the includes/init_includes/init_ceon_uri_mapping.php and a change in the admin logic that updates/sets the value of "main_page" on the zen_ceon_uri_mappings database table.

    I was just wondering if I am on the right track here and also if I am correct, whether Conor can help identify exactly where the changes need to be made, which will save me trawling through the code looking for where changes are required.

    Regards
    Tony

  3. #2103
    Join Date
    Jul 2010
    Posts
    16
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I have a potential issue with duplicate product names within the same category.
    My client has a number of products within the same Category which have the same product name and this has generate duplicate "uri" content in the zen_ceon_uri_mappings database table.
    Is there an option to make these uri's unique using the product_id in the uri?

    Also, is it possible to include the manufacturer in the link, e.g. Lacoste/Shoes/Blue-Trainers?

    Tony

  4. #2104
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by TonyBunney View Post
    I have a potential issue with duplicate product names within the same category.
    My client has a number of products within the same Category which have the same product name and this has generate duplicate "uri" content in the zen_ceon_uri_mappings database table.
    Is there an option to make these uri's unique using the product_id in the uri?
    No, you must rename the products in the category.

    To be honest, there's no good logical reason for products in a category having the same name anyway.. if there are distinguishing features between the products, they should be part of the name.

    My reasoning for this isn't solely based on the following example, but nevertheless, it is a valid example..

    What would a blind person do in such a category? Their software would read out products with exactly the same name. How would they know which one is the "right" one?

    Change the products' names and the *critical* problem of shared URIs disappears.

    That might be time consuming if there's lots but I only believe in doing things the right way! :)

    Quote Originally Posted by TonyBunney View Post
    Also, is it possible to include the manufacturer in the link, e.g. Lacoste/Shoes/Blue-Trainers
    You'll have to enter the URI manually. Only the URI Mappings manager will be able to use custom auto-generation formats.

    All the best..

    Conor
    ceon

  5. #2105
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Tony,

    Quote Originally Posted by TonyBunney View Post
    I was just wondering if I am on the right track here and also if I am correct, whether Conor can help identify exactly where the changes need to be made, which will save me trawling through the code looking for where changes are required.
    I'm not quite sure how exactly this all works. I'd appreciate being able to see the page in operation.

    Please get in contact via this address so we can discuss this further. I don't think this thread is the right place for the discussion.

    All the best..

    Conor
    ceon

  6. #2106
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by TonyBunney View Post
    I agree. This mod is proving to be a God send. Having the ability to create static URLs not based on product/manufacturer/categories name (as my client is always changing these) was exactly what I was looking for. Conor will definitely be getting a donation from me/my client and I would suggest that everyone give Conor something if they are using this mod as this will allow him to develop even more great add-ons.
    **nods in agreement**
    If everybody would give something that would be nice.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #2107
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I've got this installed on zen 1.3.9d and so far so good. Is there a setting in phpmyadmin that can be changed to enable

    this product option:

    Tick this box to have the URI auto-generated for this product.

    for all products at once instead of having to go into the products one by one?

  8. #2108
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by buildingblocks View Post
    I've got this installed on zen 1.3.9d and so far so good. Is there a setting in phpmyadmin that can be changed to enable

    this product option:

    Tick this box to have the URI auto-generated for this product.

    for all products at once instead of having to go into the products one by one?
    You will have to do them manual one at a time. For all products at once auto feature Conor cannot answer this question here on this support forum as the rules of this forum prohibit the support or discussion of paid modules on the part of the module creator. The particular module you speak of will be a commercial module, and if you want more information on it, you will need to contact Conor via e-mail. (use the contact form on the Ceon website)
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #2109
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    thanks countrycharm, I'll send off an email.

  10. #2110
    Join Date
    Oct 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi - i installed the mod ages ago and its been working like a dream. I then added

    Options +FollowSymlinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www
    RewriteRule (.*) http://www.jambaroo.co.uk/$1 [L,R=301]


    to my htaccess file to re-direct the non www to the www. The index page works fine but doesn't link to any of my categories. I turned the mod off and they worked fine.

    I'm sure i'm doing something daft/someones asked the question before but i've hunted through the forum and can't see anything.

    Any ideas?

    Thanks

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR