Page 113 of 146 FirstFirst ... 1363103111112113114115123 ... LastLast
Results 1,121 to 1,130 of 1456
  1. #1121
    Join Date
    Jan 2007
    Posts
    65
    Plugin Contributions
    0

    Default Product music redirected as product general?

    coud anyone tell me if hey have this issue: a product type music, when displayed in product music info display, is switched back to product general (we lose the display of the artist, record company, etc... )

    Thanks!

  2. #1122
    Join Date
    Feb 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Even though I paid a good amount of donation for this contribution, I am only interested in the best - I have had heaps of problems with this url rewrite.

    I have now installed the following ultimate seo url's, and it has worked out of the box - no issues at all!!!!

    Yes, it is based on the chemo work, but ultimately - for me at least, it actually works.

  3. #1123
    Join Date
    Aug 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I was using that one too, but I needed the music products to rewrite too, and that one does not do it out of the box. I think there were some other issues with that one as well. Even if you added it manually in the config, it still left a dynamic link.

  4. #1124
    Join Date
    Jan 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by goodwrench1 View Post
    I was using that one too, but I needed the music products to rewrite too, and that one does not do it out of the box. I think there were some other issues with that one as well. Even if you added it manually in the config, it still left a dynamic link.
    Actually my product music URL rewrites the product as general. I had to edit the product genral template to display my "music genre" info (which I use for something else than music-related information)

    I'm wondering if adding a rewrite rule in the htaccess may have the same effect: I added

    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_music_info&products_id=$2&%{QUERY_STRING} [L]

  5. #1125
    Join Date
    Aug 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I tried reworking the .htaccess and php files, I didn't have any luck, that's why when I tried the beta version of the SEO's and it worked, I was pretty happy.

  6. #1126
    Join Date
    Jan 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Actually my problems occurs with the beta 3.0 :-)

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

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola View Post
    Did anybody find a solution to the product attribute problem?

    Products in the shopping cart that contain attributes display an incorrect url in the shopping cart.

    The url appears as:
    -p-{id}:{attribute_string}

    When it should appear as:
    {item_name}-p-{id}:{attribute_string}

    Dreamscape said he fixed this but he never released the code.

    Thanks!

    It appears this is the portion of the code creating the problem but I am not sure what to change.
    PHP Code:
    /**
                 * zen cart attributes use illegal url characters
                 */
                
    if ($this->isAttributeUri($uri) && !preg_match('/https?/'$parsedUri['scheme'])) {
                    
    $parsedUriTmp $parsedUri;
                    
    $parsedUri parse_url($parsedUriTmp['scheme']);
                    
    $parsedUri['query'] = preg_replace('/products_id=([0-9]+)/'
                        
    'products_id=$1:' $parsedUriTmp['path'], $parsedUri['query']);
                }

                
    $this->doRedirection($parsedUri['query']);
            } 

  8. #1128
    Join Date
    Jun 2007
    Location
    Palestine
    Posts
    55
    Plugin Contributions
    0

    Default Re: Product music redirected as product general?

    Quote Originally Posted by FrenchFrog View Post
    coud anyone tell me if hey have this issue: a product type music, when displayed in product music info display, is switched back to product general (we lose the display of the artist, record company, etc... )

    Thanks!
    French Frog,

    i had the same problem,, and also i wasn't able to view the cart which was OMG.

    its all in the .htaccess file

    and in fact, i hope its not like me, but there should be another problem with the PHP that creats this,,, for me the SEO never worked

    always getting te page not found page even when i enter the home page...
    i worked so much on htaccess and php even i found some missed parts in the php but it didn't fix it...

    and still i can't work on it....


    i want to ask one thing is that for the guys that worked well with them,,,

    in their configuration.php file, your data type is Database or file?

    thats the only difference i found between me and other guys that worked with them....

    best wishes


    Saher

  9. #1129

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola View Post
    Are you using version 3.0? EZPages works fine with version 3.0

    Where might one get version 3.0? I looked on the dreamscape site and also the downloads at zencart and they are version 2.x.

    Also, since I have implemented SEO URLs, my Google Analytics data has stopped coming in. I ready in the Analytics FAQ that redirects can cause data to not be gathered correctly. Do you think that might be what's happening to me?

    Thanks! Amy

  10. #1130

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Doodlebuckets View Post
    Where might one get version 3.0? I looked on the dreamscape site and also the downloads at zencart and they are version 2.x.

    Also, since I have implemented SEO URLs, my Google Analytics data has stopped coming in. I ready in the Analytics FAQ that redirects can cause data to not be gathered correctly. Do you think that might be what's happening to me?

    Thanks! Amy
    OK, I found the 3.0 version. Still have the question about Analytics. And my URLs look like http://www.doodlebuckets.com/store/?cPath=32 (This is for my baby gifts category). What do I need to do?

    Amy

 

 

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