Page 68 of 146 FirstFirst ... 1858666768697078118 ... LastLast
Results 671 to 680 of 1456
  1. #671
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: Chemo's Ultimate URL's

    Sorry Birdoasis, I missed your question there. Long day. Please take what follows as vague recollection, not definitive history.

    Chemo is Bobby Easland, who wrote an SEO mod for OsCommerce a while back. This was/became Ultimate SEO URL's for OsC, and Chemo is generally acknowledged to know a little bit on the subject.
    Someone possibly Dreamscape? ported this to Zen Cart, where it became known as Chemo's Ultimate SEO URL's , I guess to acknowledge the lineage from the OsC mod, and as tribute to Chemo.
    This was changed and modified to continue working with each new version of Zen Cart by Dreamscape , and in the version 1.3's Dr. Byte did some work on the files.
    The version 3 beta is a rewrite to address some of the creaking from the upgrades and shortcomings of the original.
    There was another SEO mod for Zen Cart called I think SEO that just works? but I'm not sure of the status, as I've never used it.

  2. #672
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Chemo's Ultimate URL's

    Submitted bug:

    If there is slash(s) in product names (/) the link is broken.
    Suggestion: encode product names
    this may also happens if file names contain slash
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #673
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Chemo's Ultimate URL's

    Grr, can't edit my post. Anyway:

    Until Dreamscape fix this, hot fix for online stores:
    Run this sql query:
    update zen_products_description set products_name = replace (products_name,'/','put_any_character_you_want_to_replace_by')
    I chose "|" so I use:
    update zen_products_description set products_name = replace (products_name,'/','|')
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #674

    Default Re: Chemo's Ultimate URL's

    I am stuck with the extention /?products_id=490 what have I done wrong? I removed the files from the old version of SEO url

    added the following to .htaccess

    RewriteEngine On
    RewriteBase /

    # Seo Urls version 3.X
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
    and added tp html_output.php
    /**
    * Seo Urls zen_href_link replacement
    */
    function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL',
    $add_session_id = true, $search_engine_safe = true, $static = false,
    $use_dir_ws_catalog = true) {

    return $GLOBALS['SeoUrl']->buildHrefLink($page, $parameters, $connection,
    $add_session_id, $static, $use_dir_ws_catalog);
    }
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  5. #675

    Default Re: Chemo's Ultimate URL's

    Alright I see why nothing worked I didn't enable Default extenstions
    Rich People scream, Wealthy people whisper

    www.cooltechcentral.com

  6. #676
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by yellow1912 View Post
    If there is slash(s) in product names (/) the link is broken.
    Suggestion: encode product names
    URLs are already being URL encoded.

    You can also enable the strip invalid character plugin to clean up the urls some.

  7. #677
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Thanks for typing all that Chuckl,

    Especially after a long day.

    I guess my confusion is that this thread is called Chemos, and the mod in the download section is called ultimate SEO with the link to dreamesacpe.com/drbyte.

    Now I understand, and am going to pour my brain into the glass in the bathroom for the night.

  8. #678
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by dreamscape View Post
    URLs are already being URL encoded.

    You can also enable the strip invalid character plugin to clean up the urls some.
    My bad *_*, I didnt see it. By the way, my Paypal Express url is rewritten as http://www.domain.com/ipn_main_handler.php.html?type=ec , any idea?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #679
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by yellow1912 View Post
    My bad *_*, I didnt see it. By the way, my Paypal Express url is rewritten as http://www.domain.com/ipn_main_handler.php.html?type=ec , any idea?
    I had "Skip urls with extensions [most likely real files]" checked when the error occured, somehow I uncheck it, turn seo url off, then check it and turn on again -> working now, weird
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #680
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    *** BUG REPORT ***

    I browsed through the bugs reported, but I did not see this one. On the test site I have set up, when SEO is turned on, when I hit the add to cart button on the product info page, it takes me to the shopping cart page and says the cart is empty (or in other words it will not add the item to the cart). When I flip off Ultimate Seo's, I can add items to the cart again.

    Thanks

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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