logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
judy at Web2Market  
#1 Posted : Tuesday, March 15, 2022 7:36:20 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
Is there a location where I can access an order right after it is placed, before the receipt page, other than in each payment form?
I have tried doing it with a custom event handler in
public override void OrderPlaced(object o, OrderPlacedEventArgs e)
{
base.OrderPlaced(o, e);

var order = e.Order;

The site needs to communicate with another web service to send the order at checkout and I am trying to troubleshoot issues that didn't exist with the same customization in AC Gold. One issue we are seeing is multiple orders placed several minutes a part. For one example, 4 orders in a row for the same customer at 3:01,3:21,3:34,3:36. Customer's page views show only the first and fourth one showing a page view entry for the receipt with the order number in the query string. I don't know that my entry in the OrderPlaced is causing this because it seems so far-fetched and no changes are made to the order with my entry.
Thanks

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.