Re: Simple SEO URL [support thread]
Hi,
I have everything up and working, but noticing a couple things in the supertracker mod.
The last page viewed is always showing up as Page Not Found ( linking to http://www.kids-n-cribs.com/favicon.ico )
At first I was alarmed, but have been browsing the site for a while and not seeing any page cannot be found errors. When I went back and checked supertracker after I was browsing, it showed the last page I browsed as page cannot be found.
I'm guessing it's because supertracker doesn't understand the seo urls? I was just wondering if you had come across this.
Thanks, B
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
r1formetoo
Im not sure why, but this seems like an error in the template, you can see it here, for my demo cart the add to cart form looks like this
Code:
<form name="cart_quantity" action="http://demo.rubikintegration.com/ssu/sale-new-price/set-100-skip/test-120-special-25-sale-new-price-100-skip-specials?action=add_product" method="post" enctype="multipart/form-data">
For yours:
Code:
<form name="cart_quantity" action="http://mowerpartsupply.com/catalog/edger-blades-two-spoke-c-66_67_70/two-spoke-edger-blade-p-184" method="post" enctype="multipart/form-data">
You can see the ?action=add_product is missing. Turn off SSU, can you add to cart now?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
bfmarini
Hi,
I have everything up and working, but noticing a couple things in the supertracker mod.
The last page viewed is always showing up as Page Not Found ( linking to
http://www.kids-n-cribs.com/favicon.ico )
At first I was alarmed, but have been browsing the site for a while and not seeing any page cannot be found errors. When I went back and checked supertracker after I was browsing, it showed the last page I browsed as page cannot be found.
I'm guessing it's because supertracker doesn't understand the seo urls? I was just wondering if you had come across this.
Thanks, B
The quickest way to solve it is to add a favicon.ico to your site, it's good for business anyway (brand identity)
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Im not sure why, but this seems like an error in the template, you can see it here, for my demo cart the add to cart form looks like this
Code:
<form name="cart_quantity" action="http://demo.rubikintegration.com/ssu/sale-new-price/set-100-skip/test-120-special-25-sale-new-price-100-skip-specials?action=add_product" method="post" enctype="multipart/form-data">
For yours:
Code:
<form name="cart_quantity" action="http://mowerpartsupply.com/catalog/edger-blades-two-spoke-c-66_67_70/two-spoke-edger-blade-p-184" method="post" enctype="multipart/form-data">
You can see the ?action=add_product is missing. Turn off SSU, can you add to cart now?
As soon as I turn off ssu I can then add to cart.
Re: Simple SEO URL [support thread]
Now I can see the action part:
Code:
http://mowerpartsupply.com/catalog/cutting-blades-mower-blades-c-66_68/gator-lawn-mower-blade-p-183/action/add_product
But not exactly in the correct form. Are you sure you:
1. upgraded to 3.6.1
2. updated your config settings (exclude query list)
3. Clear SSU cache via SSU Manager?
Because if you did you can not have url in this form.
Re: Simple SEO URL [support thread]
Got inspired and I wanted to put favicon.ico to my sites. The ones without SSU show the favicon.ico but the ones that have it installed don't.
I even cleared SSU cache and browser cache. Why would this be?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
mydanilo
Got inspired and I wanted to put favicon.ico to my sites. The ones without SSU show the favicon.ico but the ones that have it installed don't.
I even cleared SSU cache and browser cache. Why would this be?
Never mind, finally showed up. Had to clear offline content as well in firefox, close browser and now it show. Sorry.:blush:
Re: Simple SEO URL [support thread]
Hello there,
I previously put a post about getting 'unable to log in due to security error' , on the log in page on the live side of our website - using a test account.
Quote:
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
I saw the above line in the .htaccess. Is there a way of excluding login page and indeed checkout page from rewriting of urls so it would let users log in?
Thanks in advance.
Re: Simple SEO URL [support thread]
Hello - I'm having the exact same problem as "r1formetoo".. I belive I have installed the most recent version, and I am running Zen Cart 1.3.8a
Everything seems to be working, but it won't let me add anything to the cart.
Here is my site: igoplayer.com
Re: Simple SEO URL [support thread]
Hi yellow, thanks a lot for your hard work!
Just thought you might want to change some instructions that may be unclear:
1)In the installation wiki you say 3. Don't forget to change the “RewriteBase” in .htaccess as instructed in that file
"that file" could mean any file, and is especially confusing since the previous instruction referred to checking "configure.php"
2)The instructions Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /zencart/ in the .htaccess file are inaccurate, it should read either change "zencart" or RewriteBase /test_site/