Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ianhoughton 281 posts 605 karma points c-trib
    Apr 24, 2023 @ 13:07
    ianhoughton
    0

    Virtual or hidden basket

    We have a number of products that we want to sell, but not add or show in the basket with the other standard products they sell. The idea is, the user clicks a button, which adds to a virtual basket, they complete a form, and following a successful form submission, the basket is completed into a hidden order and finalised all behind the scenes.

    What would be the best way forward?

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Apr 25, 2023 @ 07:06
    Matt Brailsford
    100

    Hey Ian,

    You can create an order at any time manually with the Order.Create method and do what you want with that order. The only thing that makes a "current order" a current order is that it is loaded into the users session. If you don't load it into the session, there is no real way for a customer to see it so you can create it and work with it however you need.

Please Sign in or register to post replies

Write your reply to:

Draft