Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Live TAX on items

  1. #1
    smoreo is offline Member
    Join Date
    Nov 2009
    Location
    Brooklyn, NY
    Posts
    36

    Default Live TAX on items

    I have the ML 8 vb source code and am trying to locate where the pipeline inserts the tax data on the cart line items. I am looking to use the Cybersource API with XML and i have the class and request/reply system done, but i need to find where to hook in. I did a quick look at the checkoutreview.aspx page, but i dont see any tax data. Thanks in advance.

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    You'll also need to look at the Stored procedure: aspdnsf_GetCartSubTotalAndTax...

  3. #3
    smoreo is offline Member
    Join Date
    Nov 2009
    Location
    Brooklyn, NY
    Posts
    36

    Talking

    Yeah I found that but how do I access them programmatically? It seems like I am locked out. Can I modify or derive new SPs from them?

    Thx

  4. #4
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Well, yes, simply copy the stored procedure creation script of the aspdnsf_GetCartSubTotalAndTax on the db/Create AspDotNetStorefront Database.sql and comment out the WITH ENCRYPTION and execute the script and that's it...

    These steps will remove your current stored procedure and will replace it with the original yet unlocked version. Ensure a full backup of your database for safety.

  5. #5
    smoreo is offline Member
    Join Date
    Nov 2009
    Location
    Brooklyn, NY
    Posts
    36

    Default

    I totally forgot about that! thx