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
This is what you should have in tpl_product_info_display.php
Let me know if the action=add_product part is somehow missing from that.
PHP Code:
<?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'enctype="multipart/form-data"') . "\n"; ?>
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
I have problem with multilanguages option on. In the URL i have
www.myshop.com/shop/it/it/it/ The it occuring three times, makes my page resulting as not found.
and the www.myshop.com doesn't work too.
A appreciate your help!
Best regards.
I think this has been answered before, you need to let SSU know the languages you are using
http://www.zen-cart.com/forum/showth...fig#post682664
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
Are you sure you are using the template default? I think that is the main question. Since 2 people encounter the same error, I'm interested in digging this up and find out the reason. If that's okie for you, create a temporary ftp password and send me via PM I can help you to check
Raine
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
Done. It turns out that you are really using an older version. Upgrading to SSU 3.6.1 fixed your problem. Now you also have tha auto-alias feature added, if you want to turn it on you have to go to your ssu config in admin and turn the switches on.
Then you will have to clear ssu cache.
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
Just installed SSU and get the following error when try to turn on from admin>tools
Also, my store front has disappeared!PHP Code:
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/zencryst/public_html/MysticLady11801/includes/classes/ssu.php on line 12
running zencart version Zen Cart 1.3.8a
Please help...
to add to my post above...
I am confused about the .htaccess file...
here is my current .htaccess file
PHP Code:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
and the install instructions say
I am not sure what any of this means...PHP Code:
WARNING:
A. If your path_to_store/.htaccess file is not blank, do NOT overwrite it. Open the .htaccess file and append the following lines:
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /zencart/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]
RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
Do I simply cut and paste the installation .htaccess info above and simply add it to my current .htaccess file?
any help would be appreciated
Bookmarks