Search:

Type: Posts; User: nightdesigns

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2,176
    Views
    496,786

    Re: Fast and Easy Checkout

    Turns out it's not that file but the /modules/quickcheckout.php which disables the error. You can disable the error and continue on a checkout, but it essentially creates a new account on top of the...
  2. Replies
    2,176
    Views
    496,786

    Re: Fast and Easy Checkout

    Having an issue where when a customer returns and attempts to use the guest checkout, but they already have an account with us from a previous traditional checkout, it throws and error and tells the...
  3. v155 Re: Chrome Browser 54.0.2840.59 64 bit windows cannot log into admin

    Fixed for me as well. Was having the issue on Windows and Android versions of Chrome. Working for both now.
  4. Replies
    3
    Views
    644

    v155 PayPal Alternatives?

    I've had it with PayPal. Tired of them being completely unresponsive to support requests, and rarely acknowledging when they have a problem. They were having issues earlier this month that...
  5. Replies
    6
    Views
    1,437

    v154 Re: Paypal issues, no error code

    Tried both for http and https with same result


    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )

    Data validation
  6. Replies
    6
    Views
    1,437

    v154 Re: Paypal issues, no error code

    Paypal is returning a 403 Forbidden error...
  7. Replies
    6
    Views
    1,437

    v154 Re: Paypal issues, no error code

    I've been doing more testing and I can't even open a curl connection (via command line or php) to https://api-3t.paypal.com/nvp from my server. I can access via the sandbox, and I can access via a...
  8. Replies
    6
    Views
    1,437

    v154 Paypal issues, no error code

    For about the past 48 hours I've been getting a lot of random Paypal issues that don't return an error code. Seems to be mostly happening with express checkout, but website payments pro as well. If...
  9. Replies
    4
    Views
    739

    v154 Re: Preferred Authorize.net Resellers?

    Just points to the main Authorize.net page. I was looking for info on suggested resellers
  10. Replies
    1
    Views
    598

    Re: PayMeSecure / Pay Me Secure

    You ever find some info on them? I'm trying to do the same.
  11. Replies
    4
    Views
    739

    v154 Preferred Authorize.net Resellers?

    Looking to jump over to an authorize.net payment gateway, but the numbers of "resellers" are staggering. Any recommendations? Are there any variations in rates from one to another? Currently using...
  12. Replies
    8
    Views
    861

    Re: Sending Newsletters Abruptly Stops

    SendGrid is a way around this. It uses their SMTP server instead of the local hosting provider server.
  13. Replies
    8
    Views
    861

    Re: Sending Newsletters Abruptly Stops

    The slower sending is due to the fact that it is reaching out to an external SMTP server, authorizing, and then sends the message, for each message. Not the fastest process. Checked with SendGrid,...
  14. Replies
    8
    Views
    861

    Re: Sending Newsletters Abruptly Stops

    It uses the SMTPauth. Basically is a 3rd party SMTP server and it is just entered at part of the configuration options in ZenCart. I've had good luck with them and a good delivery success rate.
  15. Replies
    8
    Views
    861

    Re: Sending Newsletters Abruptly Stops

    I have logs there, but don't see anything related to email....
  16. Replies
    8
    Views
    861

    Sending Newsletters Abruptly Stops

    New Issue, suddenly when sending out my newsletters, it will stop/time out/quit after about 1500. The sending page just stops doing anything (no final text in red about checking for bounces). I've...
  17. Re: PayPal Express Checkout Error (35) error:1408F10B

    I know it was an urgent fix, but some announcement would have been nice. They're usually pretty good about letting us know about other changes.
  18. Re: PayPal Express Checkout Error (35) error:1408F10B

    I found the string to change, fortunately its easy:

    /web/content/includes/modules/payment/paypal/paypal_curl.php
    Line #58 : CURLOPT_SSLVERSION => 3,

    Change to CURLOPT_SSLVERSION => 4,

    It...
  19. Re: PayPal Express Checkout Error (35) error:1408F10B

    Add me to the list as well. Both pro and express checkouts affected. Orders bouncing all morning.
  20. Replies
    2
    Views
    3,142

    v151 Show PayPal Long Error Message

    Currently if the user runs into a problem checking out with paypal, the zencart system shows the Paypal Error code and the Short Message, but not the long message. Is it possible to show the long...
  21. Replies
    1,684
    Views
    262,070

    v150 Re: Image Handler 4 (for v1.5.x) Support Thread

    Anyone know what the file name translation formula is from uploaded file to cache file?

    Filename Orig
    Image 1: beads/56493.jpg
    Image 2: beads/56493_01.jpg
    ...
  22. v151 Re: Pulling Paypal Payment Fee Information

    my mc_field contains data IF they paid via paypal. If they paid using a credit card via paypal website payments pro, that data is "NULL"
  23. v151 Re: Pulling Paypal Payment Fee Information

    My "Payment_Fee" field is "NULL" throughout the entire table. The "MC_Fee" field is the only place that I've found something related to the payment fee.
  24. v151 Pulling Paypal Payment Fee Information

    I'm exporting some info from the database and one piece of information I cannot find is the Paypal "Payment Fee" field. If a user pays by paypal, it does show up in the "paypal" table under the...
  25. Replies
    4
    Views
    1,525

    v150 Re: Testing on PHP 5.2

    Sorry, I misspoke. I'm running 5.2.13, but 5.2.14 is required. My host is upgrading to 5.3 in the near future.
  26. Replies
    4
    Views
    1,525

    v150 Testing on PHP 5.2

    Zen 1.5 Requires PHP version 5.3 to run. My hosting provider is in the process of upgrading from 5.2 to 5.3, but is still 30-60 days out. In the mean time I'd like to begin transferring my site...
  27. Replies
    2
    Views
    615

    Re: Save a guest cart

    Excellent, Thanks.
  28. Replies
    2
    Views
    615

    Save a guest cart

    Is there a way that a guests cart can be remembered so that if they leave my store and come back at a later date, the cart contents remain? Currently if someone adds an item to their cart and then...
  29. Replies
    56
    Views
    20,385

    Re: newsletter - email limit?

    I realized that I had made a mistake in the original code I posted here. After LIMIT, batch 2 should be 400, 399 (starting record, number of record to process). And yes it's OK to install all of...
  30. Replies
    2
    Views
    768

    Re: What Prompted Your Order Today?

    Something like that, but on a per-order basis. I already use that mod which is great for new customers, but not existing.
  31. Replies
    2
    Views
    768

    What Prompted Your Order Today?

    Is there a contribution or a way to add a "What prompted your order today" to the checkout page?

    I'm hoping to get a better idea of why people ordered such as Newsletter, Magazine Advertisement,...
  32. Replies
    13
    Views
    1,172

    Re: Working on a website off line?

    Set up a test site such as test.mystore.com. Copy all of the files from you working store to your test store. You will need to make a few adjustments in the configuration files. Nothing...
  33. Replies
    0
    Views
    788

    Send Newsletter to Single Customer

    In Short I want to send a form letter (set up as a newsletter) to a single customer.

    In the newsletter audience drop-down box I can choose groups, but not single customers like you can do in the...
  34. Replies
    56
    Views
    20,385

    Re: newsletter - email limit?

    Not an built in function, but if you refer to my code a few replies back, it'll split your mailing list into "batches" that you can manually send at the interval you want.
  35. Replies
    0
    Views
    685

    Live Chat Support service options?

    I'd like to offer live chat support, and I know there are many options out there, but do any exist that I can respond on a mobile/smart phone running android, blackberry, or the such?

    Thanks.
  36. Replies
    2
    Views
    691

    Re: data base question

    The entire back end of Zen cart is database-driven (mysql).

    See if you server has phpmyadmin installed. If so, you'll get an easy graphical way to see your data.

    I'm guessing that you might...
  37. Replies
    56
    Views
    20,385

    Re: newsletter - email limit?

    I have figured out a work around. Basically, you split your newsletter list into smaller batches that are under your hosts limit. It takes a little bit of manual work, but does the job.

    My host...
  38. Replies
    1
    Views
    1,907

    Paypal Processed order, but not zen

    Have a strange one today. A customer attempted to place an order (Several times) and something didn't go right.

    The system shows an account created, then then payment through the WPP gateway. ...
  39. Instant Payment and Automatic Account Creation

    Using Paypal Payments pro for the embedded credit card processing. To use that, paypal also requires Instant payments to be activated ... okay...

    When the user checks out via the instant, an...
  40. Re: How to make Flat Rate Shipping have a max amount of items?

    Use zone shipping instead and create a zone that encompasses your entire shipping area for the "flat rate." With the zone rates you can specify maximum products quantities for each shipping rate.
  41. Is it time to add authorize.net as an option?

    Last year I launched a small zen store and it has done decently bringing in a few hundred dollars per month. Currently I use paypal for all of my payment processing.

    I've noticed a trend that...
  42. Removing add to cart on category listing page

    Currently, when you select a category, you'll get a listing of all items within that category. You have the ability to add to the cart directly from that page. How can I remove that feature and...
  43. Category New Products showing Inactive Products

    I have a category and it is set to show the "New Products for Current Month" underneath the products for sale. It currently shows 6 results. Unfortunately, it is showing items that are inactive...
Results 1 to 43 of 55
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR