Search:

Type: Posts; User: the_ancient

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Since it is returning HTML, it is outputting an error of some kind, you will have to look at the logs to find out more
  2. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    a> The 503 Error is not caused by running it in a browser, you should see a blank page.

    Are you sure it is a 503? not a 500? 503 should have nothing to do with php at all that is a server...
  3. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    I was not aware QB Pro did not have Sales Orders, We only use Premier and infact we may be switching to Enterprise...

    So invoices would be the only logical option, However the way our accounting...
  4. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    The only thing I ask is that I get credit for the code I wrote,

    Having someone build on our Code is the main purpose IMO of OpenSource development, I want to add all of the items you plan to, ...
  5. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Having apostrophe's in the XML String causes Quickbooks to Error out.

    You can remove just the "'" part of that and see if it works, but I doubt it will.

    The OwnerID and FileID has nothing to...
  6. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    The Why the errors work is when QWC calls "getLastError" the Mod returns the last log entry for that session.

    if you got the "user session started" i would assume that meant nothing was qued for...
  7. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    create a file with


    <?php
    phpinfo();
    ?>
    Upload this to your webserver and run it from the browser

    then look at the "Configure Command" section for "--enable-soap"
  8. Replies
    8
    Views
    3,990

    Re: Qucikbooks Intergration

    I did release an initial module
    http://www.zen-cart.com/forum/showthread.php?t=110998

    It does not have all of the features I would like, and I do want to make some improvements, but right now I...
  9. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    From the QB Developers


    Several Other People have reported problems using either QBMS or QBWC services with GoDaddy Certs.

    Sorry I cant be of more help
    ...
  10. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Are you connecting via a SSL Conntect, meaning your URL has https in it, AND is your certficate signed by a Inuit recognized signing authority. SELF SIGNED CERT. will not work. Quickbooks will...
  11. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    The Flag is added to the main Zen products Table
  12. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Everyone, Sorry I have been Absent.... My Full time job is really killing me.

    Why, the qbServer makes use of PHP5 internal SOAP Functions
    http://www.php.net/manual/en/soap.installation.php
    ...
  13. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    One thing I noticed after the first of the year, some of our people reported the sync stopped working, but QB defualts to only showing sales "This year" so sales on 12/31 would not show up on 1/1...
  14. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    hmm, I will have to look in to that further
  15. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    The simple answer NO...

    I do have a update that has not be release yet that will create a sales order for Check Payments.



    You would have a instantaneously create

    Sales order ->...
  16. Replies
    14
    Views
    5,750

    Re: Beta Testers for FedEx XML

    I will look in to the issue this weekend and let you know something by sunday
  17. Replies
    14
    Views
    5,750

    Re: Beta Testers for FedEx XML

    One of the Biggest problems with Freight modules are calculating the number of pallets, and the Freight Classes...


    On the 150# setting is a FEDEX requirement, not a user definable one

    Under...
  18. Replies
    14
    Views
    5,750

    Re: Beta Testers for FedEx XML

    are you still having problem? I went to your site and fedex is showing up but you may have went back to the other mod.

    If you still having problems:

    What Version of Zen Cart are you using
    ...
  19. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Unfortunately QBPOS and QB use different SDK as such my contribution will only work on normal Quickbooks not QBPOS

    QBI is a differant quickbooks contribution that has been around longer than mine....
  20. Replies
    54
    Views
    24,523

    Re: DHL shipping mod?

    Everyone needs to keep in mind that DHL is ending it US Operations, they are in the process of closing every non-international hub in the US, and laying off upwards of 90% of their US work force. ...
  21. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    hmmm

    Try the Attached Files

    CHANGES:

    Bug Fixes to qbServer.php and qbClass.php

    added new column to order.php (if you have modded this file for another contribution do no upload my file)
  22. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    This is not for QBI, see the Sticky Thread in this forum for QBI support.
  23. Replies
    14
    Views
    5,750

    Re: Beta Testers for FedEx XML

    That is hold over text from the orginal mod, the "proper appoval" is required for the use of the Fedex Icons, which this module does not use.

    Fedex has some over Zealous Lawyers the love to...
  24. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Looks like is a Item in your Cart with no "model" the model is the field I used as the "name" in quickbooks.


    Check and see if you can if you do have a product with no model
  25. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    I have Discovered a Bug in the qbClass.

    Quickbooks Requires the Name to be added manually to the Address Section for Shipping and Bill to, I had assumed it used the already exsisting Name Fields...
  26. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    I honestly have never used, seen or downloaded the QBI, I saw it used IFF files and instantly new it was not for me.

    So I wrote this one.

    The ONLY thing my "sync" does with products is...
  27. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    manually verify that the quickbooks_que, quickbooks_log and quickbooks_sessions tables were created
  28. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    did you run the SQL file against your database?

    it does not appear the quickbooks tables were added to your database
  29. Replies
    8
    Views
    2,279

    Re: fedex rates aren't correct

    Fedex Does not scare me.



    link:
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1154
  30. Replies
    8
    Views
    2,279

    Re: fedex rates aren't correct

    Which Module are you guys referring to? There are 2 now....

    One uses the XML service, the other uses the Ship Manger Transactional Service.
  31. Replies
    14
    Views
    5,750

    Re: Beta Testers for FedEx XML

    Added to the Contributions Database
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1154
  32. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Added to the Contributions Database

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=1153
  33. Replies
    13
    Views
    4,000

    Re: FedEx Not Showing Up

    have you tried the XML version?
    http://www.zen-cart.com/forum/showthread.php?t=110583
  34. Replies
    13
    Views
    4,000

    Re: Fedex won't show up

    You might try
    http://www.zen-cart.com/forum/showthread.php?t=110583
  35. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    That is true depending on how your Quickbooks is Set up,

    As far as Zen Cart goes there is not much to the install.


    I am open to suggestions on how to ease the Configuration of the top of...
  36. Replies
    282
    Views
    82,653

    Re: Quickbook Sync

    Couple of things I Forgot




    No Changes at all to any Zen Core Files, these
    Short of a Massive Database Restructuring it should be upgrade proof.
    adds 3 New Tables to the Database, and...
  37. Replies
    282
    Views
    82,653

    Quickbook Sync

    I have finally Finished my Quickbooks Sync Project enough to release the 1st version.:clap:

    This will use the Quickbooks Web Connector to Sync


    Customers
    Orders
    Products

    It will NOT...
  38. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    Is the Language File in your Lang Dir?
  39. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    What version of Zen Cart?
  40. Replies
    14
    Views
    5,750

    Re: Beta Testers for FedEx XML

    they must have changed their terminology then because "list" rates are the RETAIL rates

    there are 2 Rate Categories Discounted and List


    List is the "Published Retail Shipping Rates"...
  41. Replies
    14
    Views
    5,750

    Re: BETA TESTERS for FEDEX XML

    Here is a Screen shot from Both the Transactional and the XML, With the exception of the First Overnight rate the XML Module Returns Higher Rates when List Price is set to True.

    Further It does...
  42. Replies
    14
    Views
    5,750

    Re: BETA TESTERS for FEDEX XML

    From my experience the Orginal one was returning the discounted rates, We wanted to charge list prices but could not get the Module to out put them, ended up adding Surcharges to get the rate up
  43. Replies
    14
    Views
    5,750

    Beta Testers for FedEx XML

    I have Finally got around to completing the XML Version of the FEDEX Module, it is based loosly on the Fedex Module already out there.

    Key Changes
    Requires PHP5
    I am making use of the...
  44. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    never said you did, your not the only person with access to the email form....
    my post was not directed at you, personally, sorry if you took it that way...

    I am happy to help, but the problem...
  45. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    Hello, Sorry for my absence I am working on a very big project that is taking all of my time..

    Let gets some things out however

    This is not a commerical Module, it comes with ZERO support, ...
  46. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    If you do anything in Inuit you will learn everything they do is confusing and ###### backwards...

    Personally I hate QBMS, and my client is wanting to Redo their site soon, and I am tring very...
  47. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    It is not a error in the Module,

    As I stated before this error means

    1> Curl was unable to connect to the QBMS Server
    2> QMBS Refused to authenticate you,
    a> you entered the wrong Ticket...
  48. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    Did you copy the files to the same dir's as they are in the zip?
  49. Replies
    418
    Views
    134,066

    Re: [BETA] QuickBooks Merchant Service

    that is telling you

    1> Curl was unable to connect to the QBMS Server
    2> QMBS Refused to authenticate you,
    a> you entered the wrong Ticket Number or the Wrong App Id, or the wrong app...
  50. Replies
    8
    Views
    3,990

    Re: Qucikbooks Intergration

    All Sales Reciepts no matter the payment module will show up as "undeposited funds"

    QBMS's api is only for the transactions, it has nothing to do with quickbooks, the quickbooks XML is what...
Results 1 to 50 of 120
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR