Jack_mcs Posted May 29, 2009 Author Share Posted May 29, 2009 It appears to be working correctly to me. What problem are you having? Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted May 29, 2009 Share Posted May 29, 2009 hello I have no problem, I just do not understand everything I thought I would have to adjust anything because I did not installed header tags 3. Thank you for looking great contribut thank you very mutch regards Pascal Quote Link to comment Share on other sites More sharing options...
garnet Posted June 6, 2009 Share Posted June 6, 2009 Hi I have installed the contrib (v1.1), but I see 2 links of every '...all products' link please see: http://www.kupuvalnik.com/ what might be wrong? Thanks Quote OSC beginner Link to comment Share on other sites More sharing options...
Jack_mcs Posted June 6, 2009 Author Share Posted June 6, 2009 I only see one All Products link. Maybe your browsers cache needs to be cleared? Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
garnet Posted June 6, 2009 Share Posted June 6, 2009 I only see one All Products link. Maybe your browsers cache needs to be cleared? Jack sorted i have pasted the code twice. Quote OSC beginner Link to comment Share on other sites More sharing options...
DimeNote Posted June 9, 2009 Share Posted June 9, 2009 Hi Jack, I'm having an issue with this contribution. When i add a new product it does not show up on the all-products page. It does not show up if I add the product manually or if I add the product using easy populate. Unfortunately, I have added about a handful of contributions since I installed All-Products SEO so I'm not sure what might have caused this to stop functioning. Is there a place that you have in mind that I could begin my search? Is there some sort of cache system this contribution uses that I need to clear? Thanks for any suggestions or feedback. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted June 9, 2009 Author Share Posted June 9, 2009 No, it uses standard code. It doesn't only check for active products though so if the new ones you are adding are inactive, it won't see them. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Clau123 Posted June 16, 2009 Share Posted June 16, 2009 When I open the All products list, there is a header with: All Products and a subheader with: Quickly browse our complete line of products.. I saw that I can change it onder configuration. These can only be changed for 1 language. So now if I go to the Dutch language and I open the list, I see All Products and Quickly browse our complete line of products, instead of the Dutch language. If i change it to the Dutch language, then I see the Dutch language above the English list Is there a possibilitiy to change this for multiple languages? because now it looks a little bit strange to see another language above a list. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted June 16, 2009 Author Share Posted June 16, 2009 When I open the All products list, there is a header with: All Products and a subheader with: Quickly browse our complete line of products.. I saw that I can change it onder configuration. These can only be changed for 1 language. So now if I go to the Dutch language and I open the list, I see All Products and Quickly browse our complete line of products, instead of the Dutch language. If i change it to the Dutch language, then I see the Dutch language above the English list Is there a possibilitiy to change this for multiple languages? because now it looks a little bit strange to see another language above a list. Hmm, that's never come up before and I sonehow missed it. I'll put it on the list of changes for the next version. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
DimeNote Posted July 15, 2009 Share Posted July 15, 2009 Jack, Everything works great, thanks for all of your efforts! I was wondering if there was a way to combine the letters (A-C, D-F, G-I, etc.) in the letter navigation? Thanks. Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted July 15, 2009 Author Share Posted July 15, 2009 That could be done but it would have to be re-coded. There's not a built-in option for it. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
GoAia Posted August 2, 2009 Share Posted August 2, 2009 Hi How can I add å,ä,ö into the exclude array, so I can make click able links for those letters? Thanks Lollo Quote Link to comment Share on other sites More sharing options...
GoAia Posted August 2, 2009 Share Posted August 2, 2009 Hi How can I change the width of the layou, now the page gets too wide and push right column out of its position? Are there graphics that get too big or what is my problem? Thanks Lollo http://biobody.nu/all-products.php Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 2, 2009 Author Share Posted August 2, 2009 HiHow can I add å,ä,ö into the exclude array, so I can make click able links for those letters? Thanks Lollo Edit the code and duplicate one of the lines for the other letters, chaning accordingly. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 2, 2009 Author Share Posted August 2, 2009 HiHow can I change the width of the layou, now the page gets too wide and push right column out of its position? Are there graphics that get too big or what is my problem? Thanks Lollo http://biobody.nu/all-products.php It could be the extra characters you added or just that the images are too wide to have three in a row. You will need to determine which and adjust as needed. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Ken44 Posted August 21, 2009 Share Posted August 21, 2009 (edited) Hi Jack I think there may be an error in the SQL Query at line 151 $listing_sql = "select p.products_id, p.products_weight, p.products_quantity, p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on ( p.manufacturers_id = m.manufacturers_id ) left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on ( p.products_id = pd.products_id ) left join " . TABLE_SPECIALS . " s on ( p.products_id = s.products_id ) [color="#FF0000"]$where[/color] and pd.language_id = '" . $languages_id . "'"; Should '$where' be 'where' or is there something missing? Regards Ken ps This contribution is listed under Contributions > Credit Modules ??? Edited August 21, 2009 by Ken44 Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 21, 2009 Author Share Posted August 21, 2009 Should '$where' be 'where' or is there something missing? This contribution is listed under Contributions > Credit Modules ??? $where is correct. Thanks for mentioning the location mistake. I'll request that it be moved. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Ken44 Posted August 21, 2009 Share Posted August 21, 2009 Hi Jack Thanks for your reply The reason I thought it may have been a typo - I receive this error Undefined variable: where in /home/www/mysite.co.uk/all-products.php on line 151 with Error Reporting set to All Regards Ken Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 21, 2009 Author Share Posted August 21, 2009 (edited) Hi JackThe reason I thought it may have been a typo - I receive this error Undefined variable: where in /home/www/mysite.co.uk/all-products.php on line 151 with Error Reporting set to All Find this line of code in all-products.php (line 151) TABLE_SPECIALS . " s on ( p.products_id = s.products_id ) $where and pd.language_id = '" . $languages_id . "'"; and change it to TABLE_SPECIALS . " s on ( p.products_id = s.products_id ) " . $where . " and pd.language_id = '" . $languages_id . "'"; I think that should fix it. Jack Edited August 21, 2009 by Jack_mcs Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Ken44 Posted August 21, 2009 Share Posted August 21, 2009 I think that should fix it. Yes, That has fixed it. :thumbsup: Thanks Jack. Ken Quote Link to comment Share on other sites More sharing options...
dansino Posted September 8, 2009 Share Posted September 8, 2009 This is the release of All Products SEO. It is really an update to my previous version, All Products with Images, but like so many contributions lately, that one has been damaged by all of the various changes. So I moved it to a new version and locked it to better control what gets "fixed." This version fixes some problems in my last version of that contribution as well as some introduced by others. It adds several options to admin to allow better control of the display and is setup ready to run with Header Tags SEO. Jack Hi Jack, I had installed the All Products SEO, That's great! I got one problem: there is a link in my home page www.flipflap.com.au, But After click, comes with the error: Not Found The requested URL /FILENAME_ALLPRODS_SEO was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. where is the problem? How to fix it? Thanks! Dansino Quote Link to comment Share on other sites More sharing options...
dansino Posted September 8, 2009 Share Posted September 8, 2009 Hi Jack, I had installed the All Products SEO, That's great! I got one problem: there is a link in my home page www.flipflap.com.au, But After click, comes with the error: Not Found The requested URL /FILENAME_ALLPRODS_SEO was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. I found the problem as missing a installation for filenames.php. Quote Link to comment Share on other sites More sharing options...
dansino Posted September 9, 2009 Share Posted September 9, 2009 I had installed the all products seo yesterday, and that was no problem. then I installed the GoogleFeeder_V_2.3, and that is working fine. But today I found the all products SEO had a problem: there is nothing when click admin/All Products. go to the website, click the All Products: ALL_PRODUCTS_SEO_HEADING_TITLE All Products ALL_PRODUCTS_SEO_SUB_HEADING_TEXT ALL_PRODUCTS_SEO_LINK_SEPARATOR A ALL_PRODUCTS_SEO_LINK_SEPARATOR B ALL_PRODUCTS_SEO_LINK_SEPARATOR C ALL_PRODUCTS_SEO_LINK_SEPARATOR D ALL_PRODUCTS_SEO_LINK_SEPARATOR E ALL_PRODUCTS_SEO_LINK_SEPARATOR F ALL_PRODUCTS_SEO_LINK_SEPARATOR G ALL_PRODUCTS_SEO_LINK_SEPARATOR H ALL_PRODUCTS_SEO_LINK_SEPARATOR I ALL_PRODUCTS_SEO_LINK_SEPARATOR J ALL_PRODUCTS_SEO_LINK_SEPARATOR K ALL_PRODUCTS_SEO_LINK_SEPARATOR L ALL_PRODUCTS_SEO_LINK_SEPARATOR M ALL_PRODUCTS_SEO_LINK_SEPARATOR N ALL_PRODUCTS_SEO_LINK_SEPARATOR O ALL_PRODUCTS_SEO_LINK_SEPARATOR P ALL_PRODUCTS_SEO_LINK_SEPARATOR Q ALL_PRODUCTS_SEO_LINK_SEPARATOR R ALL_PRODUCTS_SEO_LINK_SEPARATOR S ALL_PRODUCTS_SEO_LINK_SEPARATOR T ALL_PRODUCTS_SEO_LINK_SEPARATOR U ALL_PRODUCTS_SEO_LINK_SEPARATOR V ALL_PRODUCTS_SEO_LINK_SEPARATOR W ALL_PRODUCTS_SEO_LINK_SEPARATOR X ALL_PRODUCTS_SEO_LINK_SEPARATOR Y ALL_PRODUCTS_SEO_LINK_SEPARATOR Z ALL_PRODUCTS_SEO_LINK_SEPARATOR FULL -------------------------------------------------------------------------------------------------- I checked installed again and same problem. Please help, very thanks! Dansino Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted September 10, 2009 Author Share Posted September 10, 2009 I had installed the all products seo yesterday, and that was no problem. then I installed the GoogleFeeder_V_2.3, and that is working fine. But today I found the all products SEO had a problem: there is nothing when click admin/All Products. go to the website, click the All Products: ALL_PRODUCTS_SEO_HEADING_TITLE Some versions of Ultimate SEO will cause that. If you are using that contribution, be sure to install my latest version of it. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
dansino Posted September 10, 2009 Share Posted September 10, 2009 Some versions of Ultimate SEO will cause that. If you are using that contribution, be sure to install my latest version of it. Jack Hi Jack, I downloaded the Ultimate_SEO_URLSv22d_4, and uploaded the reset_seo_cache.php and seo.class.php to relevant directory, but the problem is still there. If I go to admin, click the All Products, on the right side, under All Products, there is nothing appear; go to my site: www.flipflap.com.au, and click all Products, ALL_PRODUCTS_SEO_HEADING_TITLE All Products ALL_PRODUCTS_SEO_SUB_HEADING_TEXT Still over there. :angry: Thanks! Dansino Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.