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 4 of 4

Thread: aspdnsf_GetCartSubTotalAndTax removed?

  1. #1
    bpowers is offline Junior Member
    Join Date
    Apr 2010
    Posts
    10

    Default aspdnsf_GetCartSubTotalAndTax removed?

    Hello,

    I am working on the latest version of the ASPDNSF and I am looking for the stored procedure aspdnsf_GetCartSubTotalAndTax. Was this removed?

    Thanks,

    Braden

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    GetCartSubtotalAndTax was removed, yes. Pricing logic is now handled in classes in ASPDNSFCore rather than in stored procedures.

  3. #3
    bpowers is offline Junior Member
    Join Date
    Apr 2010
    Posts
    10

    Default

    GGGREEEEAAATTTTT. LOL. I am trying to do a sales tax enhancement and the blog post that I found said to modify that. Could you point me in the right direction as to wear to look in the classes? I do have the source.

    Thanks!

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That'll be in the Pricing class, in AspDotNetStorefrontCore