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!
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!
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.
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]
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.
Actually my problems occurs with the beta 3.0 :-)
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']);
}
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
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
Amy McCoy
Baby Gifts and Baby Gift Baskets
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
Amy McCoy
Baby Gifts and Baby Gift Baskets
Bookmarks