Search found 6 matches

by hilohattie
Tue Dec 18, 2012 2:15 pm
Forum: Feature Requests
Topic: Activate GIft Certificate when payment is Authorized
Replies: 2
Views: 9429

Re: Activate GIft Certificate when payment is Authorized

I have added this code in the checkout page //Activate GiftCertificate Order order = OrderDataSource.Load(e.OrderId, false); if (order != null) { if (order.OrderStatus.Name == "Payment Pending") { foreach (OrderItem orderItem in order.Items) { if (orderItem.OrderItemType == OrderItemType.Product) { ...
by hilohattie
Mon Dec 17, 2012 6:58 pm
Forum: Feature Requests
Topic: Gift Certificate re-activate when paid
Replies: 0
Views: 7412

Gift Certificate re-activate when paid

I have a problem with Gift Certificate when I create a product as gift certificate and activate it manually it will give the serial number. But when the order is paid it will re-activate the gift certificate and the serial number will changed is there a way to check if it is activated and do not rea...
by hilohattie
Fri Dec 14, 2012 5:40 pm
Forum: Feature Requests
Topic: Activate GIft Certificate when payment is Authorized
Replies: 2
Views: 9429

Activate GIft Certificate when payment is Authorized

Can anyone help me I have setup a product as gift certificate so customer can buy it online. And is there a way to auto activate certificates when the payment is authorized? I only want to do this on gift certificates not on all products. Please I need help. Thank you.
by hilohattie
Fri Dec 14, 2012 5:35 pm
Forum: Feature Requests
Topic: Group coupon in the print invoice
Replies: 3
Views: 10925

Re: Group coupon in the print invoice

Thank you crazyjoe but I was able to group all coupon in the invoice and not removing it in the order items. private OrderItemType[] displayItemTypes = { OrderItemType.Product, OrderItemType.Discount, OrderItemType.Coupon, OrderItemType.Shipping, OrderItemType.Handling, OrderItemType.GiftWrap, Order...
by hilohattie
Tue Jun 05, 2012 8:54 pm
Forum: Feature Requests
Topic: Group coupon in the print invoice
Replies: 3
Views: 10925

Re: Group coupon in the print invoice

Any one please help
by hilohattie
Tue Jun 05, 2012 7:03 pm
Forum: Feature Requests
Topic: Group coupon in the print invoice
Replies: 3
Views: 10925

Group coupon in the print invoice

Is there a way to group coupon instead have the coupon per item? I found one patch for the checkout page where group coupon viewtopic.php?f=42&t=15239 is there a path for print invoice?