|
|
 |
RE: FN-FORUM: O S Commerce help please
date posted 3rd May 2008 09:58
You're welcome Nigel - there are probably hundreds of similar apps out
there, which will do the same job. I found that one, because some kind soul
on Freelancer's.net happened to mention they were using it - I had exactly
the same reaction as you did!
Alex.
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Acumen
Designs
Sent: 02 May 2008 23:54
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: O S Commerce help please
Hi Alex
Blimey, why didn't I find that program ages ago?
I take it, it's the one by Scooter Software http://www.scootersoftware.com/
$30 is a small price to pay for keeping your sanity and hair. Ok, I concede
on the last point, lol!
I must be mad but now I have to do the HTTPS version before bed or I don't
get to play out tomorrow!
I very much appreciate the help.
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 Alex Libby
Sent: 02 May 2008 23:43
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: O S Commerce help please
Hi Nigel,
He he - no worries. I thought it might have been a long shot, but it was
worth asking.
Methinks you need something along the lines of BeyondCompare - this is a
gret app for checking the differences between files, and will allow you to
have the source open, and literally highlight a section, and click once to
copy it over to your own files. I have had to use this several times on a
site I have done in osCommerce - it is worth it!
See what you think - if I can be of any more help, please let me know.
Alex.
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Acumen
Designs
Sent: 02 May 2008 23:26
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: O S Commerce help please
Hi Alex
Yes I am hand coding. I am doing this because the template has been modified
from the original and so I cannot just slot the standard PayPal Pro files
in. A bit of a bugger really but I have now finished and it appears to work,
thankfully.
I have bookmarked your page suggestions as they will come in handy for other
projects.
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 Alex Libby
Sent: 02 May 2008 22:51
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: O S Commerce help please
Hi Nigel,
Can I please ask a question - are you hand coding the links from your site
to PayPal, for the purposes of accepting payment, and getting them
authorised?
If so, you might want a look at http://addons.oscommerce.com/, which has
thousands of addon modules; http://addons.oscommerce.com/info/3647 is an
addon for osCommerce and Paypal Pro which may do what you need. I have not
tried it, but it might be worth a look to see if this will help you save a
little time....
Apologies if I have jumped the gun on this
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Acumen
Designs
Sent: 02 May 2008 20:02
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: O S Commerce help please
Thanks Andrew
Thats what I'm working on now.
Painstakingly hand coding the PayPal Pro code again.
Hey ho!
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 Punters
Power
Sent: 02 May 2008 18:21
To: FN-FORUM / [EMAIL REMOVED]
Subject: Re: FN-FORUM: O S Commerce help please
http://www.4wire.co.uk/shop/checkout_shipping.php 404
andrew
----- Original Message -----
From: "Acumen Designs" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, May 02, 2008 3:13 PM
Subject: RE: FN-FORUM: O S Commerce help please
>
> Hoorah!
>
> I bloody love you (Done in me friends best Welsh accent)!
>
> That was a b***ch to find. The COOKIE_DOMAIN variable had to be
> changed to ''4wire.co.uk', no http or www. I would never have found that.
>
> Now onto the next headache where it falls over on the
> checkout_shipping.php page, but this is due to a PayPal Pro setting.
>
> I may be back begging more favours later on, lol!
>
> Thanks a million guys!
>
>
> 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 Alex
> Townsend
> Sent: 02 May 2008 14:57
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: Re: FN-FORUM: O S Commerce help please
>
>
> Quoting Lee Rickler [EMAIL REMOVED]
>
>>
>> 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.
>>
>>
>
> If it's a cookie issue as Lee says, it may be (bearing in mind I don't
> know OS Commerce) that you've got the cookie domain wrong in
> configure.php . I've fallen foul of this a couple of times, but
> normally the cookie domain should be just ".site.com" (i.e. no
> http://www in front of the domain name )
>
> The . at the start means it's available to all subdomains of site.com
> , which is useful - but to my knowledge having the http://www on the
> front may be what's causing some of these issues.
>
> [quote]
>>>> /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', '');
> [/quote]
>
> You may also want to take out the /shop/ in the cookie path, I'm not
> so certain on that one.
>
> Alex
> http://www.ozbon.com
>
>>>> /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', '');
>
>
>
> --
> Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414
> or visit www.prosperity4.com and benefit from Inland Revenue approved
> expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
> --
> Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414
> or visit www.prosperity4.com and benefit from Inland Revenue approved
> expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
>
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 or
visit www.prosperity4.com and benefit from Inland Revenue approved expenses
today.
To advertise here: http://www.freelancers.net/advertising.html
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 or
visit www.prosperity4.com and benefit from Inland Revenue approved expenses
today.
To advertise here: http://www.freelancers.net/advertising.html
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 or
visit www.prosperity4.com and benefit from Inland Revenue approved expenses
today.
To advertise here: http://www.freelancers.net/advertising.html
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 or
visit www.prosperity4.com and benefit from Inland Revenue approved expenses
today.
To advertise here: http://www.freelancers.net/advertising.html
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 or
visit www.prosperity4.com and benefit from Inland Revenue approved expenses
today.
To advertise here: http://www.freelancers.net/advertising.html
--
Freelancers, contractors earn more with Prosperity4 Call 0870 870 4414 or
visit www.prosperity4.com and benefit from Inland Revenue approved expenses
today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|