Search:

Type: Posts; User: alicia1234

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,862

    Re: Can you change the PayPal icon?

    I think they have much bigger fish to fry. :laugh:
    Besides, I still have the PayPal icon and the option for Express Checkout, just like I'm supposed to.
  2. Replies
    4
    Views
    1,862

    Re: Can you change the PayPal icon?

    PayPal buttons are here:
    paypal.com/cgi-bin/webscr?cmd=xpt/Marketing/general/PayPalNewLogoAnnouncement-outside&

    Here's what I did to change the button in the shopping cart. I did not find the...
  3. Re: How to automatically apply shipping and not have customer select it?

    I realized after I posted this that if there is only one shipping option, the customer doesn't actually have to click on it. The radio button is already selected. I'm using Checkout Without Account...
  4. Re: Need help understanding how to test PayPal Webite Payments Pro

    I took Dr. Byte's advise and gave up on the sandbox. Configured both Express Checkout and Website Payments Pro with Payflow-US in live mode. Was then able to use both PayPal and Credit Cards...
  5. Replies
    10
    Views
    6,193

    Re: Payflow Pro Refunds

    I want to report that I just experienced the same problem. Using Website Payments Pro with PayPal mode = Payflow-US and Payment Action = Auth Only, Live mode.

    Did an order. In PayPal Manager,...
  6. Re: "(7) 7 - Field format error: 10731-The field Shipping Address Country is required

    I want to report that I experienced the same error today and I'm in the US, not the UK.

    Dr. Byte's solution in post #48 on this thread fixed it.
    THANK YOU!

    Details of "same error":
    Zen 1.3.8...
  7. Replies
    4
    Views
    1,862

    Can you change the icon?

    Are there options for which PayPal icon you display? I'd really like to have an icon that specifically says "PayPal Express Checkout" instead of just "Checkout with PayPal"
  8. Re: Order does not seem to be recognized as COWOA when using PayPal Express Checkout

    OK. I figured this out. Here's my solution:

    The problem was that the session variable $_SESSION['COWOA'] was not getting set to 'true'. This is usually done in...
  9. Re: Order does not seem to be recognized as COWOA when using PayPal Express Checkout

    I identified that I can comment out this line
    <a href="$INTRO_URL_VALUE">$INTRO_URL_TEXT</a>
    in email/email_template_checkout.html, but I think that will only take care of html emails, right? Not...
  10. Order does not seem to be recognized as COWOA when using PayPal Express Checkout

    I'm using COWOA exclusively. No accounts at all. My payment modules are PayPal Webite Payments Pro and PayPal Express Checkout. When an order is placed using a credit card, the order confirmation...
  11. Replies
    2
    Views
    2,596

    Re: What to set for PayPal Mode?

    I do have PayFlow Pro. When installing the PayPal Express Checkout module, the "PayPal Mode" section says that if you pick "PayPal" you "need to supply API Settings above", and if you chose...
  12. Re: Where is the log file when you set Debug Mode to "Log File"?

    Thanks. In all my searching, I never found this. :(
  13. Re: Where is the log file when you set Debug Mode to "Log File"?

    THANK YOU! Is that documented anywhere?
  14. Replies
    2
    Views
    2,596

    What to set for PayPal Mode?

    I set up PayPal Express Checkout (because the instructions said you have to have it to use Website Payments Pro) and set the PayPal Mode to PayPal and filled in all the API stuff.

    In Website...
  15. Re: Need help understanding how to test PayPal Webite Payments Pro

    FYI: "PayPal Mode" for PayPal Express Checkout is set to "PayFlow Pro - US".

    I tried changing it to "PayPal", but then my Website Payments Pro looks like it's going to use PayPal instead of...
  16. Re: Need help understanding how to test PayPal Webite Payments Pro

    I was able to successfully test a credit card payment, FYI, by going through the whole checkout process. The transaction showed up in my test area of my PayPal Manager account.

    So - credit card...
  17. Need help understanding how to test PayPal Webite Payments Pro

    I followed all the instructions (I think - see details at end of this post). In my shopping cart, there is a "Check out with PayPal" button in addition to the usual "go to checkout" button. I click...
  18. Where is the log file when you set Debug Mode to "Log File"?

    For PayPal Express Checkout, I set Debug Mode = Log File.
    Where is the log file?
  19. Re: Is PayFlow Pro the same as PayPal Website Payments Pro?

    Thanks. I did verify that I do, indeed, have "Website Payments Pro". I've had it for several years and I started out inquiring about "PayFlow Pro", so I think that's where my confusion came in. Going...
  20. Is PayFlow Pro the same as PayPal Website Payments Pro?

    I have PayFlow Pro - meaning PayPal provided both my merchant account and my gateway. Can I use Zen-Cart's "PayPal Website Payments Pro" module for this? (Is it the same thing?)
    Thanks.
  21. How to automatically apply shipping and not have customer select it?

    My shipping rules are simple: one item, shipping is $8.95.
    Two or more items, it's free.
    My product info tells the customer this.

    I set up Table Rate based on items:
    1:8.95,2:0.00

    When the...
  22. Re: Is it possible to disable the EXTRA CC ORDER email?

    Thanks. Actually I just figured that out. For testing, I'm using Zen Cart's "Credit Card - Offline Processing" payment module, which, I now realize, is why I'm getting the emails.
  23. Is it possible to disable the EXTRA CC ORDER email?

    I will be processing payments through a gateway. I don't want the extra cc digits sent to me. Is there a way to disable that email? Couldn't find it in email options.
  24. Re: Where would I put a custom defintions file?

    Yup! That's the same conclusion I came to. Modify a core file. :(
    But thanks for the reinforcement!
  25. Re: Where would I put a custom defintions file?

    I've concluded that there must be a lot more going on to produce this email than I care to investigate at this time.

    I am going to go with editing the core file. Can't waste anymore time on this.
  26. Replies
    1,221
    Views
    301,224

    Re: My Checkout Without Account Mod

    Sounds to me like you didn't remove all of the COWOA. The quickest way out of this might be to just re-apply the original SQL patch.
  27. Re: Where would I put a custom defintions file?

    "email_template_order_status.html" is an HTML page ... can't put php code into it. Besides, everything else in it is defined the same way as I've done it.

    On a hunch, I decided to just go ahead...
  28. Re: Where would I put a custom defintions file?

    Thanks. Ok, I put it in admin/includes/extra_datafiles ...
    same problem.
  29. Replies
    1,221
    Views
    301,224

    Re: My Checkout Without Account Mod

    Sorry - no experience with that one. I've only used COWOA.
  30. Where would I put a custom defintions file?

    I guess I am looking for the equivalent of includes/extra_datafiles where I can put some constant definitions and be assured that they would automatically load for every page.

    Here's what I tried...
  31. Replies
    1,221
    Views
    301,224

    Re: My Checkout Without Account Mod

    Yes, that will work. I actually don't use the Admin to do SQL changes, but now I understand that it automatically tacks on the prefix for you. SO ... yes, use my code without any prefixes.

    I...
  32. Replies
    1,221
    Views
    301,224

    Re: My Checkout Without Account Mod

    When you set up Zen Cart, it asks you to specify a "database prefix". It is optional. If the commands that you executed before worked successfully just as you have noted them in your last post, then...
  33. Replies
    1,221
    Views
    301,224

    Re: My Checkout Without Account Mod

    You would need to enter these SQL commands the same as you did for the original installation. That is, open the admin panel, open Tools -> Install SQL Patches. Copy the three lines below into the...
  34. Replies
    1,221
    Views
    301,224

    Re: My Checkout Without Account Mod

    The SQL patch adds the field COWOA_account to the customers table, and COWOA_order to the orders table. It also inserts one record into the query_builder table.

    It certainly would not hurt to just...
  35. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    I've been on Live Chat with my host - and comparing phpinfo across my site that runs Zen Cart fine and the one that doesn't. I discovered that the "include_path" was not set correctly! My host fixed...
  36. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    I'm not editing in WordPad - just viewing. I do all my editing in Dreamweaver. ;-)
    I have already reloaded with FileZilla with no errors.
  37. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    Line 41 in the application_top.php file is:


    include('includes/installer_params.php');

    That file does exist and I can open it using my default editor (WordPad) in FileZilla.

    That include...
  38. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    I turned on error reporting on my host, and now I have more information:

    When I try to run the installer (www.mysite.com/store/zc_install), php error reporting is telling me this:


    Warning:...
  39. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    Could the .htaccess files have anything to do with this? I have not touched them. What got loaded up to the server is the original distribution files.
  40. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    The file is actually "installer_params.php" not "install_params.php" ...
    I set STRICT_ERROR_REPORTING to true.
    Same problem - blank page.
  41. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    My /store/cache folder only has one file in it: index.php
  42. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    OK ... I installed FileZilla.
    Re-uploaded all of the files using it.
    SAME PROBLEM - when I try to run the installer, I just get a blank page.
  43. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    FTP has worked fine for me in the past, and also on the site that IS successfully running Zen Cart. Note that I have also uploaded the files through Dreamweaver's "Remote Files" panel and that...
  44. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    Well ... I finally started from scratch with a fresh install of Zen Cart directly to my remote host.

    Following the installation instructions, I downloaded the Zen zip file, extracted the files,...
  45. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    I decided to try to upload my files again. I went to delete my "store" folder and it said I didn't have permissions! Support at my hosting company, however, was able to delete it by logging into ftp...
  46. Replies
    22
    Views
    3,254

    Re: Move to production is not working

    Oh yes definitely. That's the first thing I checked. I have another site with Zen-Cart running on the same host, and I even looked at the settings for that to be sure I had slashes where I was...
  47. Replies
    22
    Views
    3,254

    Move to production is not working

    Had Zen-Cart running fine on my local pc. I moved it up to my host and now two things happen:
    1) Accessing admin: it immediately comes up with the "Hello. Thank you for loading Zen Cart ... "...
  48. Replies
    9
    Views
    2,695

    Re: Allow only customers for US

    asimms1: it has to do with how you set up zen cart. I chose to have the names of all my table start with "zen_". That's the difference. Thanks for pointing that out.
  49. Replies
    79
    Views
    27,883

    Re: How do I change link to home?

    Can you post the contents of your customized tpl_header.php and tpl_footer.php files?
  50. Replies
    1,221
    Views
    301,224

    Re: My Checkout Without Account Mod

    I did not use FEC but I did use COWA and the "ordersteps" addon. When checking out without an account, I noticed that the step numbers were wrong. I fixed them by editing these files:...
Results 1 to 50 of 164
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR