|
Community Stats
- Group Members
- Active Posts 47 ( per day)
- Profile Views 2318
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Converted
-
Location
Australia
Contact Information
0
Neutral
Friends
Gregh hasn't added any friends yet.
Posts I've Made
In Topic: x-cart to cs-cart transition scripts
30 November 2008 - 05:53 AM
Give me a pm and i will send it to by email if you like.
In Topic: Another question about my account
25 November 2008 - 11:10 AM
Ok replace this
{*{include file="side_boxes/my_account.tpl"}*}With this
{if $auth.user_id} {include file="side_boxes/my_account.tpl"} {/if}
In Topic: Another question about my account
25 November 2008 - 09:34 AM
In the skin you are using look at the main.tpl.
Search for this
Search for this
{include file="side_boxes/my_account.tpl"}then just add this in its place
{*{include file="side_boxes/my_account.tpl"}*}is this what you are trying to do?
In Topic: Update online store from local
10 November 2008 - 06:26 AM
DirectoryIndex index.html index.php Options +FollowSymLinks -Indexes -Multiviews <IfModule mod_rewrite.c> RewriteEngine on # Some hostings require RewriteBase to be uncommented # Example: # Your store url is http://www.yourcompany.com/store/cscart # So "RewriteBase" should be: # RewriteBase /store/cscart RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php?sef_rewrite=1 [L,QSA] </IfModule>This seems to work ok for me on a local.
In Topic: Flash Player??
07 November 2008 - 08:42 PM
Working fine for me on FF3.
- CS-Cart Community Forums
- > Viewing Profile: Posts: Gregh