Page 26 of 146 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 1456
  1. #251
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    I agree 100%. I added that sidebox just recenlty and was pressured to make the site go live. Thanks for the compliments.
    Quote Originally Posted by BlessIsaacola
    Voltage, IHMO I think you need a new button for your newsletter subsciption sidebox. Your site's design and look is so professional and very high quality and that button just seem to no belong (that button looks cheap compare to your site). Please don't take this in the wrong way.

  2. #252
    Join Date
    May 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi Folks,

    I'm trying to get Ultimate URLs to work on Moku's Book Product Type. I followed the directions from http://www.zen-cart.com/forum/showthread.php?t=21801 adding lines to the .htaccess and the seo.url.php file to include music and a duplicate in which I changed 'music' to 'book' and 'pmi' to 'pbi'. But, no dice. The URLs work for my info pages and category pages but not for the product pages. Any ideas? Can I post more info which would help someone in helping me out with this? Thanks.

    smackjams
    www.artielbooks.com

  3. #253
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Originally Posted by mafiasam
    That did not work for me...
    I have not been able to get it to work at all. ANY HELP
    Originally Posted by MorganKhalil
    same here, what am i doing wrong?
    Quote Originally Posted by kelvyn
    Got a link?
    here is the thread this refers to...

    http://www.zen-cart.com/forum/showpo...&postcount=203

    see this link for the ez page that is not being converted
    http://www.oldwestgames.com/page.html?chapter=0&id=1

  4. #254
    Join Date
    Jan 2006
    Posts
    61
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by smackjams View Post
    Hi Folks,

    I'm trying to get Ultimate URLs to work on Moku's Book Product Type. I followed the directions from http://www.zen-cart.com/forum/showthread.php?t=21801 adding lines to the .htaccess and the seo.url.php file to include music and a duplicate in which I changed 'music' to 'book' and 'pmi' to 'pbi'. But, no dice. The URLs work for my info pages and category pages but not for the product pages. Any ideas? Can I post more info which would help someone in helping me out with this? Thanks.

    smackjams
    www.artielbooks.com
    Did you ever get this fixed?
    I'm having the same problem

    Let me know if you do, thanks.

    Issy

  5. #255
    Join Date
    Feb 2006
    Posts
    133
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Some of my Categories are being indexed twice by Google. For example I have 2 different entries for the Gallery Glass category. The two url's that google has are:

    http://www.anitasarts.com/gallery-gl...sort=4a&page=1
    http://www.anitasarts.com/gallery-gl...sort=1a&page=1


    Both go to the same page. How can I fix this?

  6. #256
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    Ok, I just added a new product type and this is how I did it (product type is gemring)

    Go to the file: includes/classes/seo.url.php

    Find this section:
    Code:
    $seo_pages = array(
    FILENAME_DEFAULT,
    FILENAME_PRODUCT_INFO,
    FILENAME_POPUP_IMAGE,
    FILENAME_PRODUCT_REVIEWS,
    FILENAME_PRODUCT_REVIEWS_INFO,
    );
    Add in your product type like this (this is mine: gemring):
    Code:
    $seo_pages = array(
    'product_gemring_info',
    FILENAME_DEFAULT,
    FILENAME_PRODUCT_INFO,
    FILENAME_POPUP_IMAGE,
    FILENAME_PRODUCT_REVIEWS,
    FILENAME_PRODUCT_REVIEWS_INFO,
    );
    Find this section:
    Code:
    'products_id_review_info' => '-pri-',
    	'products_id_review' => '-pr-',
    	'products_id_review_info' => '-pri-',
    	'products_id_review' => '-pr-',
    	'products_id_review_info' => '-pri-',
    Add your product type:
    Code:
    'products_id_review_info' => '-pri-',
    	'products_id_review' => '-pr-',
    	'products_id_review_info' => '-pri-',
    	'products_id_review' => '-pr-',
    	'products_id_review_info' => '-pri-',
    	'products_gemring_info' => '-pgr-',
    Notice that I added a new suffix - pgr (product gem ring), you can choose what you want. Notice that there is an 's' at the end of product.

    Find this section:
    Code:
    case ($page == FILENAME_PRODUCT_REVIEWS_INFO):
    $url = $this->make_url($page, $this->get_product_name($p2[1]), 'products_id_review_info', $p2[1], '.html', $separator);
    break;
    Add your product type below like this:
    Code:
    case ($page == FILENAME_PRODUCT_REVIEWS_INFO):
    $url = $this->make_url($page, $this->get_product_name($p2[1]), 'products_id_review_info', $p2[1], '.html', $separator);
    break;
    case ($page == 'product_gemring_info'):	
    $url = $this->make_url($page, $this->get_product_name($p2[1]), 'products_gemring_info', $p2[1], '.html', $separator);
    break;
    Now go the htaccess and find this section:
    Code:
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    Add your code on the line below this:
    Code:
    RewriteRule ^(.*)-pgr-([0-9]+).html$ index\.php?main_page=product_gemring_info&products_id=$2&%{QUERY_STRING} [L]
    There you go! Just substitute the name of your product type and the correct suffix.

    Here is the end product of mine:

    http://www.moissaniteco.com/7x5mm-oc...-pgr-3131.html

  7. #257
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    Hi BlessIsaacola,
    I experienced a similar issue today. Customer was not able to login, but it wouldn't take them to the home page, it was just refreshing the login page (no errors or anything). My master password failed as well. I went into the admin and turned off Ultimate SEO, reset the SEO cache, and turned it back on and it appears that it solved the problem.


    Quote Originally Posted by BlessIsaacola View Post
    Dreamscape, any idea on what's causing the period issues with the login problem.

    Basically, what happens is the customer clicks on long and after they entered their credential they are returned to the home page but they are not logged in and the url enter something like url/?sid id instead of including the file.htm before the sid id. This only happens with this mod enabled.

    Thanks for any insight you might have.

  8. #258
    Join Date
    Jan 2006
    Location
    Portland, Oregon
    Posts
    276
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    i need this to work with my easy pages.

    it is not. i have heard there is a fix for this. does anyone know the solution?

    here is the link it is not working on

    http://www.oldwestgames.com/page.html?chapter=0&id=1

    please help

  9. #259
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Chemo's Ultimate URL's

    How do I properly set up a redirect for single pages? I had a page: gemstone_sizes.html which is now guide_carat.html. I used this in my htacces:

    Redirect 301 /gemstone_sizes.html http://www.moissaniteco.com/guide_carat.html

    But it just redirects to:
    htp://www.moissaniteco.com/guide_carat.html?main_page=gemstone_sizes

  10. #260
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by voltage View Post
    Hi BlessIsaacola,
    I experienced a similar issue today. Customer was not able to login, but it wouldn't take them to the home page, it was just refreshing the login page (no errors or anything). My master password failed as well. I went into the admin and turned off Ultimate SEO, reset the SEO cache, and turned it back on and it appears that it solved the problem.
    Thank you so much for posting this Voltage. Yes! That work around works, the only problem is it's temporary solution. It will still happens again and you probably won't know until the customer contacts you again. It's really bizzarre because it only affects previous customer trying to login, it doesn't affect account creation.

    Please let me know if you find a permanent solution. Right now, I have turned off Ultimate SEO URL because we get enough customers that this happens to and we actually get email from some of them. Right now, the benefit of this mod is not worth the customer issues.

    Thanks for posting your experience. At least now, I know I am not crazy :)

 

 

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