You can also see it here:
(old SSU)
http://web-sniffer.net/?url=http%3A%...type=GET&uak=0
(new SSU):
http://web-sniffer.net/?url=http%3A%...type=GET&uak=0
You can also see it here:
(old SSU)
http://web-sniffer.net/?url=http%3A%...type=GET&uak=0
(new SSU):
http://web-sniffer.net/?url=http%3A%...type=GET&uak=0
Yellow,
I also have a question:
with ssu 3.6.6 we have main page (english default):
www.usim.co.il
but also we have page www.usim.co.il/en/ (if we type it manualy)
Is it pages with duplicate content or not?( I mean google can find www.site.com and www.site.com/en/)
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
You should find the new manager in 3.6.6 more user friendly, easier to navigate. The concept is the same though.
For the "link", dont put the dynamic link in there, but use static ones. And dont have to have http://..... in there, just Part of the link you want to replace.
Also, you will like 3.6.6 if you want clean links with no -p- or -c- there, it can be done automatically for you in that version.
Well, a bunch of things have been changed:
http://wiki.rubikintegration.com/zen.../ssu/changelog
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
Hi everybody,
I installed this mod. I get this message in the Tools-BoxSSU:
Warning: Invalid argument supplied for foreach() in /home/......./domains/......./public_html/zencart/includes/init_includes/init_ssu.php on line 18
I looked in the init_ssu.php file and on line 18 it says this:
foreach ($ssuLocalConfig as $key => $config)
Something to do with the config file?
I changed the local.config.php to:
'languages' => array( 'nl' => 'default',
'en' => 'en',
)
Does anybody know how I can get rid of this warning?
Johanna
Hi, looks like you might have a superfluous comma at the end of the languages array after 'en' => 'en',
Hi, I have installed ssu and all is working well but i'm wondering whether it's possible to redirect urls from an old non-zen shop to the relevant page within the new zen site. I have tried by creating an alias in hte admin but no joy.
i tried creating an alias using the old address as the url
/component/page,shop.product_details/flypage,shop.flypage/product_id,113/category_id,2d2a10c456a6c08c754e5303a10137e6/option,com_phpshop/Itemid,1/
and this as the alias
/product-016-p-16/
but it gives 404 page. Any idea where i'm going wrong? or is what i'm trying possible?
many thanks.
Hi Johanna,
the error would suggest that the $ssuLocalConfig array is not defined when the init script is attempting to read it.
one thing to check... did you remove both the opening and closing comments ( /* and */ ) that surround the $ssuLocalConfig array in the example local.config.php file?