First thing you may need to check:
Here is part of the popup js:
images//large/attributes/R126H_LRG.jpg
Notice how you have 2 // right there?
First thing you may need to check:
Here is part of the popup js:
images//large/attributes/R126H_LRG.jpg
Notice how you have 2 // right there?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
@ckosloff:
Also, in includes\templates\template_default\jscript_dynamic_window_popup.js
Find this line:
writeln('<html><head><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');
Replace by:
writeln('<html><head><base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" /><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Yellow should I do an update on this module now or wait. I notice you have updated it in the form.A testing version is now available for those who want to test on your local host, you can see the demo here:
http://demo.rubikintegration.com/zencart/
It addresses several issues:
1. SSU may not work properly in some cases with extension set to something other than blank.
2. SSU did not address linked products properly, for example you have 1 product belongs to 2 categories, then there should be 2 links depending on the cases.
An example:
Code:
http://demo.rubikintegration.com/zen...cut-linked-p-5
http://demo.rubikintegration.com/zen...cut-linked-p-5
Both links above point to the same product. In the old version, SSU will redirect the first link to the 2nd one, this behavior is not desired. This new version addresses such issue.
Attached Files
Simple SEO URL.zip (43.9 KB, 18 views)
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
If it is working for you with no problem at all, I suggest you wait till a stable version comes out, which will be some time in the next 1-2 weeks.
For example, if you do not use extension and you currently do not have linked products, then the update wont do you any good.
If you do encounter certain problems, you may want to list them here first and then I can tell you if upgrading will fix those problems
Regards
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
yellow1912: hey I'm impressed with this mod so far! You're the only developer using a sound methodology that can deliver any URL needed. I only had to look at your .HTACCESS to know this. I look forward to installing & using this mod.
If you download the latest version of this module 1-2 previous pages you will see that it fully explains the fix and also include a patch file that can be used.
Anyway, short answer: that module creates a new page, and that page was missing a very important component that should always exist, the basehref
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
yellow,
Will download and study your fix before posting again, promised.
Meanwhile, I did notice that you added the base tag to the .js file, I have encountered this base tag problem before, here:
http://www.zen-cart.com/forum/showth...t=78184&page=6
apparently IE6 doesn't like the base tag written with just the end slash (although it is written like so all through Zen Cart), but wants it written <base href="blah"></base>.
Will test extensively and let you know my findings.
I have done many many carts and test on many browsers including IE6, never had a problem with that SSL thing. But who knows ^_^
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me