Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
JimmyV
This is a complete loop trying to download this thing. I have done it several times and if it is working it is completely illogical.:yuck:
The transaction goes through fine but noplace to get the file
What you have to do is tick on My Account then on the left hand side under Summary tick on Purchased download. You will come to the download page that you purchase tick on the check box tick Send and you will get your download.
Re: Simple SEO URL [support thread]
great mod but am having troubles, not sure if I missed it but I have read this thread for ages now, I have zen 1.3.8a with latest security patch and have the latest sse from eazy-templates.com as of 31/7/09. The problem I am having is that if anything is added to the cart that has attributes attached then it cant be deleted from cart, but if the product is atrributeless it can. turn the mod off and the cart delete works fine. Everything else is working? Any ideas as my head is hurting now :)
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Make sure you correct the admin folder there. The cron can be used as a cronjob, you will have to set up cronjob to run periodically via you host admin panel, this will automatically clean up SSU cache for you. You can set it run once per week or so.
Hi, yellow
Thanks for your reply.
Now, I have corrected the admin with my own one. What could I do to make it run as a cron job. Please correct me if any wrong below: :smile:
/ramdisk/bin/php5 /home**/***/public_html/cron/ssu.php
All the best,
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
excalibur
great mod but am having troubles, not sure if I missed it but I have read this thread for ages now, I have zen 1.3.8a with latest security patch and have the latest sse from eazy-templates.com as of 31/7/09. The problem I am having is that if anything is added to the cart that has attributes attached then it cant be deleted from cart, but if the product is atrributeless it can. turn the mod off and the cart delete works fine. Everything else is working? Any ideas as my head is hurting now :)
You are using an older version with that specific bug, download new version from here:
http://eazy-templates.com/web-templa...simple-seo-url
(the module is FREE, just add to cart and checkout, you dont have to pay anything)
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
JimmyV
This is a complete loop trying to download this thing. I have done it several times and if it is working it is completely illogical.:yuck:
The transaction goes through fine but noplace to get the file
Thank you for reporting this, I realize that the download might be confusing and we will fix this process asap. In the mean time, do what country charm suggested to you.
Sincerely,
Re: Simple SEO URL [support thread]
Hi, yellow
I have setup the cron job to run and below is the return inside my email:
Status: 302 Moved Temporarily
X-Powered-By: PHP/5.*.*
Set-Cookie: zenid=******; path=/; domain=www.shoesbuyonline.com
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html; charset=iso-8859-1
Location: http://www.shoesbuyonline.com/down_for_maintenance?zenid=******
And, I have noticed that the cache has been cleaned yet for I have accessed my host via FTP and find the cache files is still there.
My site is currently under maintenance status, so if this return normal or sth. wrong?
Thanks in advance,
David
Re: Simple SEO URL [support thread]
Yes, that could be a problem. Your site cant be under maintenance mode when this is run.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Thats the one I was using but I re-downloaded it to be sure, followed the instructions and upgraded but still have same problem, so I uninstalled it all, re-installed and still exactly the same. If the product has download attributes then it can't be removed from the cart.
Re: Simple SEO URL [support thread]
Ah, you meant remove to cart. Yes, the quickest way to fix this is to go to the admin config of ssu and put shopping_cart in the page exclude list.
Reason: products with attributes in them have this type of id: 12:assadwqde213321dsada
SSU encrypts the : and then Zencart could not understand it.
Better Solution: decrypt the :
This solution will be added to the new version within a few days
Regards
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Ah, you meant remove to cart. Yes, the quickest way to fix this is to go to the admin config of ssu and put shopping_cart in the page exclude list.
Reason: products with attributes in them have this type of id: 12:assadwqde213321dsada
SSU encrypts the : and then Zencart could not understand it.
Better Solution: decrypt the :
This solution will be added to the new version within a few days
Regards
That sorted it it, thanks for all your help and the hard work in coding it.