Jump to content


Corporate Sponsors


Latest News: (loading..)

pete2007

Member Since 15 Sep 2007
Offline Last Active May 11 2012, 10:47
-----

Posts I've Made

In Topic: PayPal Express Address Issue?

18 April 2012, 13:52

View PostDunWeb, on 18 April 2012, 13:38, said:

@pete2007

That is the disadvantage of allowing PayPal express checkout. It overrides the osCommerce settings.


Chris

Thank you for your reply.

Do you know if there is any way to solve this problem?

In Topic: Paypal Express Missing Address Line

17 February 2012, 18:20

View Poststurbek, on 24 January 2010, 04:13, said:

OK, after some digging, here is a solution that I tested

in /catalog/ext/modules/payment/paypal/express.php

around line 116
replace 'suburb' => '',
with 'suburb' => $response_array['SHIPTOSTREET2'],

Hi,

I have a major problem, on some PayPal orders the delivery address is incomplete, with first line of the address missing, by updating the above code, would this solve this problem?

Thank you in advance..

In Topic: Batch Update Status Support

14 November 2011, 18:12

I have a slight problem with the batch order update, it doesn't send out emails to the customer, does anyone know a cure for this?

In Topic: editing invoice.php

04 November 2011, 22:13

That's great, don't suppose you know what code I have to edit to remove the "Model" and "Tax"

Thanks again for the helpful advice

In Topic: editing invoice.php

04 November 2011, 10:42

Thanks again for the reply.

Using the code below, can I change font size etc.. will it accept it?


define('YOUR_TEXT', 'Put your text in this area');