Git Product home page Git Product logo

Comments (1)

theodorspringwallee avatar theodorspringwallee commented on August 17, 2024

Dear clukas1

By default, our product doesn't support this.

But it's possible to do this:

  1. Ensure you have created a charge flow in your portal space:
    grafik
    https://app-wallee.com/space/select?target=/payment/flow/list (click on "Configure charge flow")
  2. In our plugin you can add a new line after: includes/service/class-wc-wallee-service-transaction.php line 878 as well after 852, respectively after the transaction create method ($this->get_transaction_service()->create())
  3. In this new lines apply the created charge flow on the transaction: WC_Wallee_Helper::instance()->get_api_client()->getChargeFlowService()->applyFlow($space_id, $transaction->getId());
  4. After this, save it and clear shop cache if available.
  5. Check in your portal space that the mail sending is activated (email jobs are created): https://app-wallee.com/space/select?target=/email/job/list
  6. Check also that this specific mail template is activated: https://app-wallee.com/space/select?target=/email/template/list
    grafik
  7. Now you can test it, by doing an order with your own mail address, and by leaving the payment process after the payment method selection. => you should receive then a mail within the next minutes.

Best regards

from woocommerce.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.