|
|
 |
Re: FN-FORUM: O S Commerce help please
date posted 2nd May 2008 13:10
Well ... straight away I can see that it's a template and therefore this
could cause it's own problems.
But, I tried adding something to the cart and was redirected to this page:
http://www.4wire.co.uk/shop/cookie_usage.php
This indicates that you have a problem with the OSC cookie settings.
Double check them in the admin area.
Lee Rickler
Director - Point and Stare - pointandstare.com
Web Design and Development for over 11 years
Acumen Designs wrote:
> Hi Lee
>
> Many thanks for the help.
>
> URL is www.4wire.co.uk
>
>
> Best regards
>
>
> Nigel Harrison
> Acumen Design Consultants
> 078 1139 1174
> 01763 232 624
> [EMAIL REMOVED]
> www.acumendesigns.com
>
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Lee
> Rickler
> Sent: 02 May 2008 14:24
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: O S Commerce help please
>
> It looks ok but if you could post/ mail me the url i can have a proper look.
> Many things can cause this including not clearing your cache, domain not
> propogating properly etc
>
> Lee Rickler
> Director - Point and Stare - pointandstare.com
> Web Design and Development for over 11 years
>
> Acumen Designs wrote:
>> Hi guys
>>
>> Wonder if you can help (stupid question, you guys are wizards)!
>>
>> Running OS Commerce site for a customer and moved his shop to a new host.
>> The shop works but every time I click the Add to Cart button the cart says
>> it is empty.
>> I believe I have configured the
>>
>> /shop/includes/configure.php
>> and
>> /shop /admin/configure.php
>>
>> files correctly as it connects to the database ok but I presume that this
> is
>> where the problem lies.
>>
>> Initially webspace was bought with 1and1.co.uk and then the domain name
> was
>> ported over. The pain is that they gave a temp www address to start with
>> then I have had to make a subdirectory called /domainname to run the
> store.
>> The store is in a sub directory called /shop so the shop actually runs in
>> /domainname/shop.
>> In the 1and1 control panel the domainname.co.uk points to the directory
>> /domainname hence you will see just /shop/ in a lot of the coding.
>> Obviously I have 'blanked' certain parts to retain integrity of the site's
>> security.
>>
>> I'm no guru on this so please can anyone help before the customer fries my
>> backside? :-)
>>
>> Files structure listed below:
>>
>>
>> /shop /includes/configure.php
>>
>> define('HTTP_SERVER', 'http://www.domainname.co.uk');
>> define('HTTPS_SERVER', '');
>> define('ENABLE_SSL', false);
>> define('HTTP_COOKIE_DOMAIN', 'http://www. domainname.co.uk');
>> define('HTTPS_COOKIE_DOMAIN', '');
>> define('HTTP_COOKIE_PATH', '/shop/');
>> define('HTTPS_COOKIE_PATH', '');
>> define('DIR_WS_HTTP_CATALOG', '/shop/');
>> define('DIR_WS_HTTPS_CATALOG', '');
>> define('DIR_WS_IMAGES', 'images/');
>> define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
>> define('DIR_WS_INCLUDES', 'includes/');
>> define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
>> define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
>> define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
>> define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
>> define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
>>
>> define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
>> define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));
>> define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
>> define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
>>
>>
>> /shop /admin/configure.php
>>
>> define('HTTP_SERVER', 'http://www. domainname.co.uk');
>> define('HTTP_CATALOG_SERVER', 'http://www. domainname.co.uk');
>> define('HTTPS_CATALOG_SERVER', '');
>> define('ENABLE_SSL_CATALOG', 'false');
>> define('DIR_FS_DOCUMENT_ROOT', '/kunden/homepages/00/00000000/htdocs/
>> domainname /shop/');
>> define('DIR_WS_ADMIN', '/shop/admin/');
>> define('DIR_FS_ADMIN', '/kunden/homepages/00/00000000/htdocs/ domainname
>> /shop/admin/');
>> define('DIR_WS_CATALOG', '/ domainname /shop/');
>> define('DIR_FS_CATALOG', '/kunden/homepages/00/00000000/htdocs/
> domainname
>> /shop/');
>> define('DIR_WS_IMAGES', 'images/');
>> define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
>> define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
>> define('DIR_WS_INCLUDES', 'includes/');
>> define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
>> define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
>> define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
>> define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
>> define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
>> define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG .
>> 'includes/languages/');
>> define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG .
>> 'includes/languages/');
>> define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
>> define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
>> define('DIR_FS_BACKUP', DIR_FS_ADMIN . '/backups/');
>>
>> Am I barking up the wrong code or is there anywhere else I should be
>> looking?
>>
>> Thanks in advance.
>>
>>
>> Best regards
>>
>>
>> Nigel Harrison
>> Acumen Design Consultants
>> 078 1139 1174
>> 01763 232 624
>> [EMAIL REMOVED]
>> www.acumendesigns.com
>>
>>
>>
>
|
 |
|