Search:

Type: Posts; User: ChuckPhillips

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Re: thinking of moving away from Zen cart

    Changing platforms will tank your rankings if you don't have proper redirects in place. It can take a very long time to get them back! So make sure from day 1 you have a 301 redirect from the old...
  2. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    Thanks, please comment that out or I can send an update.
  3. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    I have submitted an updated plugin to address the above issues. Also added to the readme.txt for more clarity and details, particularly for using Composer.
  4. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    Update, looks like Taxjar has changed this a bit, you do need to contact them to remove a transaction if the transaction was produced by the API. API transactions can only be removed by the API.
    ...
  5. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    The orders are submitted to TaxJar at completion of checkout. They take a while to appear in the Taxjar interface. Its independent of order status.

    You can remove a transaction from the TaxJar...
  6. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    That's good. If you're seeing values back from taxjar, your composer issue is solved. I wouldn't worry about that.

    It takes a good while to see the transactions in taxjar.

    Sounds like...
  7. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    Is the error appearing when you visit Checkout Payment?

    Are you using standard checkout or OPC?
  8. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    We just need to determine why MODULE_ORDER_TOTAL_TAXJAR_SORT_ORDER is not getting set. It could just need to be configured:

    Log in to your store's Admin. Go to Modules/Order Total/TaxJar Sales...
  9. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    No code change should be necessary at this point. I think you should roll that back.

    The constant MODULE_ORDER_TOTAL_TAXJAR_SORT_ORDER is undefined for some reason. That is set in the Order Total...
  10. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    The vendor folder should be inside the taxjar folder. Try moving it and its contents there.

    Or run composer from the public_html/taxjar folder.
  11. Replies
    30
    Views
    10,873

    Re: TaxJar Issue - Composer Related?

    Yes, its a composer issue. Sorry Ill update the docs to cover that.

    Basically, you run composer and it installs the latest Taxjar client api into your store. From a command line, navigate to...
  12. Replies
    335
    Views
    46,293

    v156 Re: Ceon URI Mapping V5.0

    When working properly, CEON will automatically 301 redirect old URIs to the new URIs.
  13. v157 Re: Braintree now wants SecurityMetrics tests

    Checkout Security Metrics on Trustpilot or the BBB. Pretty horrifying.
  14. Replies
    378
    Views
    37,794

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    We limit USPS shipping to orders less than $300, like this:

    /includes/modules/shipping/usps.php - about line 368




    global $template, $current_page_base;
    //...
  15. Replies
    5
    Views
    586

    v157 Re: Searching on an android phone

    In your Admin/Tools/Layout Boxes Controller, make sure you have the Search Header set to ON under the Single Column Status. I'm using Bootstrap and can search on mobile devices.
  16. Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Yes, you can create an order on behalf of a customer. It includes the Purchase Order payment module. That allows you to bill them after checkout, then collect and apply payment later.
  17. v157 Re: Paypal Website Payments Pro Upgrade - 3D SECURE 2022

    Another reason I'm glad we dropped PP in favor of Square. If you have decent sales, Square will offer you a better rate. Contact them before you sign up. And, they refund fees when you refund...
  18. Replies
    335
    Views
    46,293

    v156 Re: Ceon URI Mapping V5.0

    We use CEON as well. When we upgrade, we develop the new site in a test domain, for example 157.mydomain.com. CEON stores relative URIs, so the different domain name doesn't cause a problem.
  19. Replies
    2
    Views
    1,617

    v157 Re: Amazon SES for sending email?

    I have used SES with ZC. We integrated SES through Exim though, not in ZC. SES has an easy tutorial if you want to go that route. It improved our deliverability, but we later switched to Postmark.
  20. Replies
    630
    Views
    53,967

    v157 Re: Square WebPay support thread.

    ZC 1.56c, PHP 7.4,

    If the customer has an apostrophe in their name (like Andre') or address (like River Fall's Place), the CC form will not load. Does not appear that was an issue with the old...
  21. Replies
    4
    Views
    1,210

    v156 Re: Is there a $10,000 transaction limit?

    My understanding is yes, there is a 10k limit for PayPal. This happened to us from time to time before we switched to Square.
  22. Replies
    158
    Views
    74,121

    Re: TaxCloud Addon

    A TaxJar plugin has been submitted for moderator approval.
  23. Replies
    1,246
    Views
    272,680

    v155 Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search

    Our form looked like todoonada's also. We adjusted the CSS, per the Square installation instructions:

    5. "The styling of the Square input fields is different from the rest of my payment input...
  24. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    100% agree, we have DKIM, SPF, rDNS, DMARC all configured and verified by MX Toolbox.
  25. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    Ours is a simpler setup. I have 11 cPanels on the server, each with some flavor of open source software. Things like support tickets, webmail, dev sites, etc...so integrating SES via Exim makes...
  26. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    @fpbear, what about emails not sent from ZC?
  27. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    I'm very pleased with the performance of LightSail. The site is fast and consistently so. We are using the 16GB package.

    Amazon SES, maybe not so much. Today a range of SES IP's got blacklisted...
  28. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    SES is integrated with your mail server, not Zen Cart. You configure Exim to send through SES:

    http://https://support.cpanel.net/hc/en-us/articles/360056322734-How-to-use-Amazon-SES-as-a-Smarthost
  29. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    My understanding was yes, both are blocked.

    The setup for Amazon SES was easy, but they take about a day to verify you. You need their DKIM records in your DNS and a manual review.
  30. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    I got this done. I'm running ZC 1.56c / php 7.4 in a Lightsail instance with WHM/cPanel. So far, I'm pleased with the result. I have my server (LS), backup (S3) and email proxy (SES) all in one...
  31. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    Here is the cPanel pricing. This is in addition to the cost of your hosting:

    https://www.cpanel.net/pricing/
  32. Replies
    19
    Views
    2,790

    v157 Re: AWS hosting?

    We just started migrating to AWS. I purchased a Lightsail instance with WHM/cPanel installed. It functions just like my old dedicated server. So far, in limited testing, it's just as fast and...
  33. Replies
    6
    Views
    898

    v157 Re: Free Restaurant Themes/Templates ?

    I would recommend Bootstrap. Its free, its well documented, 100% mobile friendly and fast. Those complicated templates with a particular "look" are usually not worth the complexity and can be...
  34. v139h Re: SSL renewal broke my site. Can't add to cart, can't login to ZC admin

    Try clearing your browser cache.

    Also consider using the cPanel free AutoSSL feature if you have it. No cost and renews automatically.
  35. Replies
    1,786
    Views
    247,236

    v150 Re: Edit Orders v4.0 Support Thread

    Sorry! Its the latest version, 4.6.0
  36. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    There's no problem on the site with names, dates etc.
    The square transactions complete without issue. Nothing in the error logs.
    We don't use OPC.
    Were using the latest Square API.

    Everything...
  37. Replies
    1,786
    Views
    247,236

    v150 Re: Edit Orders v4.0 Support Thread

    zc 1.56,1.57 php 7.4, edit orders 1.5

    When editing Text Attributes, it appears that the length of the text allowed is being limited by the Size parameter of the option name. The Size parameter is...
  38. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    zc1.56c, php 7.4, Bootstrap, Square Plugin 1.5

    We have started using Square for payment processing. Our customer directory (in Square Admin) does not populate correctly. Instead, we see "Unknown...
  39. v155 Re: How do I get Shipstation to send a shipped email through my site?

    You'll want to check that an email actually got sent. :-)
  40. v155 Re: How do I get Shipstation to send a shipped email through my site?

    The zc code has nothing to do with the emails. They are sent directly from Shipstation to the customer. If its not working, contact Shipstation support.

    Just Googling 'shipstation not sending...
  41. v155 Re: How do I get Shipstation to send a shipped email through my site?

    The emails are sent from Shipstation directly. I don't think any mods to zc code are necessary. Likely something just isn't configured correctly.

    Here are the instructions for setup:
    ...
  42. v155 Re: How do I get Shipstation to send a shipped email through my site?

    The customer.
  43. v155 Re: How do I get Shipstation to send a shipped email through my site?

    You should probably contact Shipstation support. We have used Shipstation for years and it emails both the tracking number and a delivery confirmation email.

    Shipstation is a wonderful time...
  44. Replies
    17
    Views
    2,853

    v157 Re: Taxjar for ZC 1.57c - works

    Yes. That is configured in Taxjar for that state.
  45. Replies
    17
    Views
    2,853

    v157 Re: Taxjar for ZC 1.57c - works

    Right. Taxable orders are automatically recorded in Taxjar during checkout. If you edit an order and make a change that might impact the sales tax, then you would need to do that. Changes that...
  46. Replies
    17
    Views
    2,853

    v157 Re: Taxjar for ZC 1.57c - works

    Sorry I don't have a demo. But here are a couple of screen shots:

    Taxjar Module Configuration:
    19736

    Admin - Orders:
    19737

    To update an order, Delete from Taxjar, use Edit Orders, then...
  47. Replies
    17
    Views
    2,853

    v157 Re: Taxjar for ZC 1.57c - works

    It's a standard Order Total module. The OT module uses the Taxjar API to calculate the tax. Tax is added to the order if the shipping address is in a state that we collect, and the customer is not...
  48. Replies
    17
    Views
    2,853

    v157 Re: Taxjar for ZC 1.57c - works

    I have the above code running on 1.56c, Bootstrap, Edit orders 4.51 and PHP 7.3. My site does re-calculate the sales tax when orders are edited. Works correctly as far as I can tell.
  49. Replies
    6
    Views
    1,766

    v156 Re: Resend customer's order confirmation

    I just reply to my admin copy of the order confirmation. It goes right back to them.
  50. v155 Re: Anyone using the eMagicOne Store Manager for Zen Cart?

    We have used it for years. Our products have a lot of custom fields and ZC Manager allows easy access to those. Plus, when we duplicate a product, the custom field data is duplicated too.
Results 1 to 50 of 96
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR