Page 274 of 291 FirstFirst ... 174224264272273274275276284 ... LastLast
Results 2,731 to 2,740 of 2907
  1. #2731
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    I thought it would be something like that.

    Glad you're sorted now.

    Enjoy the new URIs! :)

    All the best..

    Conor
    ceon

  2. #2732
    Join Date
    Apr 2006
    Posts
    72
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Is there any way to get it to accept the ".html" extension? Currently, when I add this, the link to the product breaks and the cart just goes to the homepage.

    I need this to copy a prior SEO URI plugin -- we need the links to products to remain the same.

    Many thanks,

    PL

  3. #2733
    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 plumloopy View Post
    Is there any way to get it to accept the ".html" extension? Currently, when I add this, the link to the product breaks and the cart just goes to the homepage.

    I need this to copy a prior SEO URI plugin -- we need the links to products to remain the same.
    How to change the rewrite rule to allow extensions like .html is covered in the FAQs.

    All the best...

    Conor
    ceon

  4. #2734
    Join Date
    Apr 2006
    Posts
    72
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    How to change the rewrite rule to allow extensions like .html is covered in the FAQs.

    All the best...

    Conor
    ceon
    Thanks... so easy!

  5. #2735
    Join Date
    Jun 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi, I just instaled your module but it dont seem to work, still getting dynamic. My store running 1.3.9g and I instaslled 3.8.0.
    So if some one can help me i would be grateful.
    My store adress is www.redhouseshop.com
    Im a noob douth

  6. #2736
    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 nixola View Post
    Hi, I just instaled your module but it dont seem to work, still getting dynamic. My store running 1.3.9g and I instaslled 3.8.0.
    So if some one can help me i would be grateful.
    My store adress is www.redhouseshop.com
    Im a noob douth
    As a "noob" I guess this answer might be annoying but helpful for you in future as it may help you learn how bets to solve your problems...

    Search this thread for the problems you are having and you may find the solution.

    If you're still stuck after a day or two, come back and ask again, this time with more info.

    Hint: Take care to read about how this module works and also what html_output.php is needed for.

    All the best..

    Conor
    ceon

  7. #2737
    Join Date
    Jun 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thnx on quick reply, and the tip.
    Hope i will solove it.

  8. #2738
    Join Date
    Jun 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Man Iam so proud of my self it is working now.
    Thnx for not helping, in a good sense.
    Btw your module rocx

  9. #2739
    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 nixola View Post
    Man Iam so proud of my self it is working now.
    Thnx for not helping, in a good sense.
    Yeah, it probably seems weird but that's exactly what I was hoping would happen.. glad you're sorted and you've got some new skills! :)

    Quote Originally Posted by nixola View Post
    Btw your module rocx
    Glad you like it. Good luck with the store!

    All the best...

    Conor
    ceon

  10. #2740
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon URI Mapping (SEO)

    the code that is under

    http://www.zen-cart.com/forum/showth...aster+category

    does not help the cPath is still appended have you any idea?

    that code is :

    / first, try to get master category id
    $category_query = "select p2c.categories_id
    from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c
    where p.products_id = '" . (int)$products_id . "'
    and p.products_status = '1'
    and p.products_id = p2c.products_id and p.master_categories_id = p2c.categories_id";
    // in case the master category is invalid, fall back on getting first product/category association instead
    $category_query .= " union distinct select p2c.categories_id
    from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c
    where p.products_id = '" . (int)$products_id . "'
    and p.products_status = '1'
    and p.products_id = p2c.products_id limit 1";

    (additions to original code in red)

    But (I'm on 1.3.9) in functions_categories.php
    I'v got:
    $category_query = "select p.products_id, p.master_categories_id
    from " . TABLE_PRODUCTS . " p
    where p.products_id = '" . (int)$products_id . "' limit 1";

    So tell me how that "fix" is supose to help if "oryginaly" master_categories_id is taken from products table??




    Quote Originally Posted by conor View Post
    Hi,



    Please search this thread for cPath and read my last few posts about such issues.

    I'll have to make this into a FAQ!

    All the best..

    Conor
    ceon

    Hi Conor
    I totally understand this must be a frustration, but please make it idiot proof for me...
    Ive searched the thread as you can tell by the above quotes, Ive read rhe old 'how to' post on resolving, but I too have come up against the same issue as alarmy-e.pl, I cannot find the answer to how to mod the code for 1.3.9.
    Sorry to be a plank.
    Thanks in advance.

 

 

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