Search:

Type: Posts; User: duwane

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,535

    Re: Invoice / Shipment Address

    Looks like you have found the same thing I was experiencing. Take a look at this thread
  2. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    WooHoo! :clap:
    Thanks for all your help DrByte.

    I will do a bit more testing to make sure all totals, etc are correct and feed back here if I find any problems.
  3. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    So if I understand you correctly, in this scenario we are talking about here, there is no real reason for me to worry about the address details not being entered into the PayPal table (seeing as it...
  4. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    I think it is the PayPal DB table I am looking for as the address details don't show up in the left hand column of the PayPal grey table on the Admin order edit screen (Under the code comment that...
  5. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    Thanks DrByte. I thought of that while writing this code and was under the impression that the code I wrote would not fire if the customer did not have an account (no $_SESSION['customer_id']) in...
  6. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    I think I finally may have found a viable solution but I need some help getting the data into the PayPal tables properly. This solution is independent of the one I posted earlier and seems much...
  7. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    I have made some progress and thought I would share it so you can add your opinions or advice.

    If I change the code at round line 1917 of my includes/modules/payment/paypalwpp.php file from:

    ...
  8. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    There is a bit more to it though as the shipping calculation is also incorrect and is very noticeable when the customer is in another country :blink: The taxes are also calculated incorrectly (when...
  9. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    Thanks for replying DrByte. I agree with you that you can't ignore the address if the user does not have a ZenCart account.

    However the problem I am seeing is when the user does have a ZenCart...
  10. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    OK. I have done loads more testing in live mode (my poor credit card :blink:) as Sandbox environment kept coming up with errors and timing out. This is what I have found:

    If I check out with a...
  11. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    I also forgot to add in support of what we are saying, that most shop owners would not notice this problem unless a customer complained that their goods were shipped to the wrong address. The only...
  12. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    Thanks carlvt88.

    It seems that this may be a bug somewhere. A customer won't put their address in twice. Some will but they shouldn't be expected to (IMHO). PayPal says (according to their...
  13. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    Could someone with a fresh install of ZenCart 1.3.7.1 (with the latest PayPal patches from DrByte installed) please test and confirm if the address over-ride is working with PayPal Express checkout?...
  14. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    Thanks for getting back to me tinypack.

    Yes I agree it is very annoying to expect a customer to enter their shipping address twice and most won't do it (which creates more work for us - if we can...
  15. Replies
    30
    Views
    9,514

    Re: PP Express shipping question

    Hi tinypack.

    Did you ever find an answer to this as I think the same thing has happend to me. How did you find out the shipping address?

    My store is located in New Zealand. A customer from the...
  16. Replies
    392
    Views
    84,736

    Re: Gift Wrapping Contribution

    I thought as much but I am not afraid of a few core changes :smile: Could you point me in the right direction as I would really like this to work.

    Thanks.

    Regards.
    Duwane
  17. Replies
    392
    Views
    84,736

    Re: Gift Wrapping Contribution

    Hi Scott.

    Any luck yet? I have been trying to find a solution but to no avail... :frusty:
  18. Replies
    392
    Views
    84,736

    Re: Gift Wrapping Contribution

    I did some more testing.

    If you have the The Zen Cart FREE CHARGE CARD payment method enabled it is the only method that shows in this scenario. I will take a look at its code later today and see...
  19. Replies
    392
    Views
    84,736

    Re: Gift Wrapping Contribution

    Hi Scott. I tried all the things you asked me to and still get the same result (i.e. no payment modules) unless I assign a value of at least 1 cent (0.01) to the attribute.

    The settings of my gift...
  20. Replies
    392
    Views
    84,736

    Re: Gift Wrapping Contribution

    Hi Scott.

    Thanks for the great contribution. I have been testing it out and it works like a charm for normal products.

    I am however finding that if the product is free (i.e. no charge) but I...
  21. Replies
    32
    Views
    11,535

    Re: EU Standard Bank Transfer

    Confirmed as a typo:

    http://www.zen-cart.com/forum/showthread.php?p=349493#post349493
  22. Re: [Done v1.3.8] Email footer of payment modules not working in HTML email

    Thanks DrByte. Sorry for posting it again but that thread didn't come up in my search results before I posted.
  23. [Done v1.3.8] Email footer of payment modules not working in HTML email

    The data put into the $email_footer variable by payment modules never gets into the final HTML email that is sent to the customer if they have their email pref set to HTML. If they use the Plain text...
  24. Replies
    32
    Views
    11,535

    Re: EU Standard Bank Transfer

    Okay. I have changed the line as follows:


    $html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']]) && $GLOBALS[$payment_class]->email_footer != '' ?...
  25. Replies
    32
    Views
    11,535

    Re: EU Standard Bank Transfer

    It seems that the problem is occurring in includes/classes/order.php line 956 as below (ZC 1.3.7):


    $html_msg['PAYMENT_METHOD_FOOTER'] = (is_object($GLOBALS[$_SESSION['payment']] &&...
  26. Replies
    32
    Views
    11,535

    Re: EU Standard Bank Transfer

    Hi maca2406.

    Did you ever fix this problem? I have the same thing happening to me. Zen 1.3.7.

    When the customer is configured to receive text only emails the bank details are there and...
  27. Re: Missing image file (1.3.5) in template_default

    Thanks Pixxi.

    My mistake as I just checked and I was overriding the button_names.php file so I guess this will only affect upgrades then.
  28. Missing image file (1.3.5) in template_default

    The following image file is missing from default template (/includes/templates/template_default/buttons/english/small_view.gif)

    This is not serious but does cause a missing image place holder on...
  29. Replies
    21
    Views
    4,506

    Re: Spyders get stuck at cookie_usage??

    I had a thread running in the old forums and can't seem to find it now as the search function here does not seem to search the archives.

    From memory it had something to do with the <noscript> tags...
  30. Replies
    335
    Views
    44,934

    OK. I added this code to...

    OK. I added this code to includes&#092;module&#092;pages&#092;pricelist&#092;header_php.php

    if ((&#036;_GET[&#39;currency&#39;])&#33;=NULL) {
    &#036;current_currency = &#036;_GET[&#39;currency&#39;];
    }
    else {
    &#036;current_currency =...
  31. Replies
    335
    Views
    44,934

    Before you package it up let me do some testing,...

    Before you package it up let me do some testing, as I have already found another minor problem. The currency symbol is now not displaying for items not on special. I am sure it is something small and...
  32. Replies
    335
    Views
    44,934

    Looks like you have hit the nail on the head this...

    Looks like you have hit the nail on the head this time&#33; All seems to be working now. I have applied both of your code changes. It requires both changes to work properly otherwose the problem still...
  33. Replies
    335
    Views
    44,934

    I am not displaying the languages sidebox....

    I am not displaying the languages sidebox. perhaps that has something to do with it. I will test. I am setting globals off in php.ini and not in htaccess file.

    Answers to your questions:
    1) (As...
  34. Replies
    335
    Views
    44,934

    Thanks Paul. I have tried the code changes you...

    Thanks Paul. I have tried the code changes you suggested but it still does not work with globals off.

    If it was working on your installation maybe you changed something else during your testing...
  35. Replies
    335
    Views
    44,934

    Awesome contribution. ::tup Thanks. I have got...

    Awesome contribution. ::tup Thanks. I have got the pricelist working with attributes, but it will probably need some more modification to be used with attributes in the standard way. I use...
Results 1 to 35 of 120
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR