Bless you Jim, I got it. the ultimate SEO module had me upload a new version of product.php and categories.php. I guess I deleted my backup and kept uploading the new files. :oops:
I appreciate your patience and perseverance in trying to help me.
Printable View
Fully compatible with "Google SiteMap" module http://www.zen-cart.com/index.php?ma...roducts_id=544 ????
I would like to uninstall this mod but when I deleted all of the files I can no longer access the admin panel. I have not inserted any of the sql statements yet. What is the best way to remove this mod? I have read the thread so I apologize if this has already been addressed.
I too have a problem with using Simple SEO URL mod with PayPal IPN. Looks like the money gets transferred, but no order confirmation emails to the buyer or merchant from ZenCart. Confirmation emails from Paypal does get to buyer and seller. And the order does not show up on admin interface. The record does show in the IPN records (if you look there).
One syptom of the problem is that
http://www.example.com/ipn_main_handler.php is coming up blank page as oppose to saying "Nothing to process. Please return to home page." (as it supposed to in 1.3.8)
So, I had removed the mod by ...
To remove SEO URL module, I did the following...
1. Remove the mod re-write code from .htaccess
2. Remove these lines from includes/functions/html_output.php. Do NOT remove the file.
//bof simple seo url
global $ssu;
if(($link = $ssu->ssu_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog))!= false) return $link;
//eof simple seo url
2. You can remove all the other files that you have uploaded for the modules. And can remove the "admin/includes/module_installation" folder and "admin/includes/templates" folder if you don't have any other things in it.
3. Remove table links_aliases (if not using for anything else)
4. If you are also removing "module manager module" you can remove table module_version_tracker
5. Remove records with the following keys from configuration table:
SSU_ID_DELIMITER, SSU_MAX_LEVEL, SSU_EXCLUDE_LIST, SSU_LINK_ALIAS,
SSU_MINIMUM_WORD_LENGTH, SSU_MAX_NAME_LENGTH.
6. Remove the record with the values "Simple SEO URL" from configuration_group table.
The removal sequence worked for me.
It's been a long time since yellow1912 has been on here.
I hope he is doing OK. We need you back so we can solve the paypal issue.
My popup images stopped working when I installed simple SEO URLs. Has this happened to anyone else?
http://shop.jalanstyle.com/shoes-c-1/celeste-p-11
click on the thumbnails at the bottom- no image in the window
The url is this:
This there any way to exclude these popups from simple SEO in the 'exclude these pages' part of the config?Code:javascript:popupWindow('http://shop.jalanstyle.com/popup_image_additional/pID/11/products_image_large_additional/images/large/shoes')
Thanks
Hi all,
according to http://wiki.rubikintegration.com/ind...Simple_SEO_URL, there are 2 menus:-
1.Configuration: You can set SSU config at Admin->Configuration->Simple SEO URL
2.Manager: You can find SSU Manager at Admin->Extras->Simple SEO URL Manager
I manage to get Admin->Extras->Simple SEO URL Manager, but not the Admin/Configuration/Simple SEO URL.
Currently i'm usin' ZC 1.38a and SSU rev235.
Others modules installed:-
google sitemap 1319.
Am I missing something? pls help.
tqvm.
I'm still working on the popup image problem I encountered.
I included the product_info.php and index.php to the exclude list but that didn't fix it. Does anybody have suggestions on how to fix this?
Any help would be appreciated.
hi everybody for additional image popup problem. go to admin/configuration/simple seo url
exclude list section click on it and put exactly that
advanced_search_result,popup_image_additional
and update
it will fix the problem
hi everybody again
also for using the google base feeder.
do almost the same thing at my above posting but exclude list section add googlefroogle.php
like that
advanced_search_result,popup_image_additional,googlefroogle.php
and google base feeder works
thank you yellow1912 for creating this wonderful module :clap: