

katalin
Members-
Content count
21 -
Joined
-
Last visited
Everything posted by katalin
-
I need some addons for product listing and product page. I want to make them look nicer, any ideas?
-
Use this code in your .htaccess file RewriteEngine On Options -Indexes RewriteBase / RewriteRule ^\.htaccess$ - [F] RewriteCond %{HTTP_HOST} ^www.site\.com RewriteRule (.*) http://site.com/$1 [R=301,L]
-
Here is a fix: in .htaccess add: RewriteEngine On Options -Indexes RewriteBase / RewriteRule ^\.htaccess$ - [F] RewriteCond %{HTTP_HOST} ^www.site\.com RewriteRule (.*) http://site.com/$1 [R=301,L] This will transform urls from http://www.site.com/page.php to http://site.com/page.php Hope this helps you!
-
I have that issue two but if i open http://www.site.com it shows, and if I open http://site.com it won't show
-
Here is my problem now: In Firefox when I load index.php the rotator won't appear, in order to appear I have to click on the logo(index.php?osCsid=s09btntesjb4nka2c970u2gjd4) like this appears and works perfectly fine
-
Come on man help me please, i really need this addon!
-
I dont think this is the problem, i have products name with ()/".- etc PS: without any modification not it stopped showing any products LE: In IE7 it shows fine but links don't work, and like i said before in firefox the products don't appear at all
-
I have default products number(12) what kind of special chars aren't allowed?
-
Hi guys, I have a problem myself, all works fine but the carousel shows different number of products each refresh, when i first visit the site it shows ie: 2 products, I reload page it show 12, reload again shows 4 etc...what can i do? i need it to show a fixed numeber of products. PS: I am using default files no modifications are made to any file.
-
I installed live support addon v2.1 and all is fine, but when i am online and the client tried to open the popup it opens and returns an error: The operator has ended this session... and when i click on it closes the popup window. Please help me, i really need this addon.
-
Hi, in products_info.php find(aprox row 145): <p><?php echo stripslashes($product_info['products_description']); ?></p> and replace with: <p><?php echo nl2br($product_info['products_description']); ?></p> . Thats it
-
Sory it was called 1.2c here is the link http://www.oscommerce.com/community/contributions,1035
-
I dont quite understand you! Explain me better.
-
I saw that but i forgot to post here, thanks anyways :D bye
-
Hi, I would like an addon where clients can add their opinion about the shop, this must have admin activation. Is there something like that?