Re: Simple SEO URL [support thread]

Originally Posted by
nycgamestore
Originally Posted by nycgamestore
Hi yellow, I really need your help!! i installed ssu 3.6.7. when ssu is turned on and someone purchases a product they get a error saying "There has been an error processing your credit card. Please try again." and the order does not show up in zen cart admin but their credit card is charged. i use quantum gateway as a payment gateway. when ssu is turned off everything works fine.
this is my hta.access file
# -FrontPage-
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthUserFile /home6/yourgam2/public_html/_vti_pvt/service.pwd
AuthGroupFile /home6/yourgam2/public_html/_vti_pvt/service.grp
AuthName yourgameworldo.com
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
#### 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 /
# 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
I am using QuantumGateway SIM module. Where is the conversion list to exclude it and how do I find which pages the module is using to exclude it?
The safest way is to exclude all pages related to payment process, that includes but not limited to: checkout_shipping, checkout_process, checkout_payment, checkout_success. The use if exclude list can be found on the wiki.
Also, I will repeat it 1 more time: SSU does NOT generate links that look like this:
www.mysite.com/categories/product-name-1357.html
It never generate a product link with html extension, not now and probably not in the future.
@llynix: honestly I think it is a good fix unless you need to use the manufacturer id on the link somewhere in your product info code.
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
Bookmarks