Do you have a link so we can see for ourselves?
In any case, if you can just turn off SSU for the filter and it works, I'd do that.
sph
www.prommart.com
Do you have a link so we can see for ourselves?
In any case, if you can just turn off SSU for the filter and it works, I'd do that.
sph
www.prommart.com
I was thinking that maybe SSU could be turned off just for the filter...not to touch it, leaving SSU to work elsewhere. I guess not.
Looks like you'll have to choose between SSU and the filter.
But eventually you'll have to upgrade to the new 1.5 cart anyway, and it looks like SSU won't be going with you (us).
If CEON's URI can rewrite the urls exactly as they are now on SSU, perhaps you can "take your urls with you" to that CEON mod and the new 1.5 cart. I've read about this theory before. Keep the url and move from platform to platform, taking the url with you. That assumes the new platform can re-write the same way.
Would it be possible to take a look at your site, just to see?
sph
www.prommart.com
long_john,
I wanted to check out this Dynamic Filter and with some help from Dr. Byte on another thread got it working (I think) on my fresh 1.5 demo install.
http://www.prom-mart.com/demo-1/big-linked-c-22.html
Filter results looks like:
http://www.prom-mart.com/demo-1/big-...2.html?fltSize[]=Medium
I'm testing the upgraded Ultimate SEO URL for 1.5 and it seems to be working with the filter. Don't know about complete rewriting of filter results, but definitely good enough for use.
This filter is something we've been wanting for some time now. Now that zencart has it, zencart is second to no cart.
Is there a Dynamic Filter support thread?
Last edited by SPH; 18 Apr 2012 at 02:31 AM.
I was wondering if anyone could answer this question. I'm going to launch a big/tall apparel business and I plan on having probably at least 150 items to sell. Will it benefit me to write a meta tag for every single item or if I just wrote them for each catagory like pants, shirts, jeans, etc. get me as good ranking in the search engines as writing a tag for each item. Thanks to anyone who can help me with this.![]()
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
In somewhat of a panic here - I can't seem to figure out the cause of this problem I'm having with redirect loops. I can't find a consistent way to reproduce this problem and only discover it after several hours of lost business. I'm using v1.3.9h and SSU. I've actually been running them fine together since release without a problem. I'm not entirely sure what has changed to cause this but basically what happens is when a user tries to checkout or login or basically switch from unsecure to SSL, a redirect loop occurs. I've tried many things to resolve this and rebooting my VPS was initially my best guess fix but I've now narrowed it down to Resetting ALL my SSU cache. I've even gone so far as to manually delete the cache making sure nothing is listed. Once I reset the cache, the redirect loops cease. What could be happening and how can I go about fixing?
Is it possible I have a new product or a URL that is somehow creating this issue?
What's odd is that I have no new additions with regard to code to this site.
Sometimes orders come in fine for days and then out of the blue they stop due to a redirect loop issue.
My configure.php is set to use www.phytoextractum.com
The redirect loop happens when switching to SSL or my account/login pages.
Happening across ALL browsers.
My SSL is a basic GoDaddy SSL cert, although I'm hosted on my own VPS with spry, not godaddy - have never had any problems.
My htaccess is:
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
## Adding WWW to all requests:
ReWriteCond %{HTTP_HOST} ^phytoextractum.com [NC]
ReWriteRule ^(.*) http://www.phytoextractum.com$1 [R=301,L]
I appreciate any help anyone has to offer.
Please, can anyone post the correct .htaccess? Thanks!
nobody have it? I lost it pls!
Here's what I have....
Code:#### BOF SSU Options +FollowSymLinks -MultiViews RewriteEngine On # Make sure to change "zencart" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / RewriteBase /zencart/ # Deny access from .htaccess RewriteRule ^\.htaccess$ - [F] RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.+) index.php?$1 [E=VAR1:$1,QSA,L,PT] # alternative rewrite rule, seem to work on GoDaddy hosts http://codeigniter.com/wiki/Godaddy_Installaton_Tips/ # to use it, please make sure you comment out the rewrite rule above, then uncomment the line below # RewriteRule ^(.*)$ /index.php?$1 [L] #### EOF SSU
Bookmarks