Alex Posted November 4, 2013 Report Posted November 4, 2013 I went through my settings on the coupon with Paul and he agrees it's properly configured to apply on renewal, but it does not.
Michael Posted November 4, 2013 Report Posted November 4, 2013 I went through my settings on the coupon with Paul and he agrees it's properly configured to apply on renewal, but it does not. Do you mean the coupon isn't added to the new invoices generated? I get that to, wasn't sure if it was just me setting it up incorrectly, but since i just edit them when they contact us via ticket.
Alex Posted November 5, 2013 Author Report Posted November 5, 2013 Do you mean the coupon isn't added to the new invoices generated? I get that to, wasn't sure if it was just me setting it up incorrectly, but since i just edit them when they contact us via ticket. I think that's confirmation that this is a bug. Michael 1
Michael Posted November 5, 2013 Report Posted November 5, 2013 I think that's confirmation that this is a bug. Yeah had that since B7, but wasn't sure if it was just me mucking up the invoices.
Tyson Posted November 5, 2013 Report Posted November 5, 2013 Added as CORE-858 so we can take a look into this issue. Michael and Alex 2
Alex Posted November 6, 2013 Author Report Posted November 6, 2013 Added as CORE-858 so we can take a look into this issue. This issue is actively affecting our clients, so if a fix could be released at some point in November before the next billing cycle it would make our lives easier.
Michael Posted November 6, 2013 Report Posted November 6, 2013 This issue is actively affecting our clients, so if a fix could be released at some point in November before the next billing cycle it would make our lives easier. Haha, I had a mistake today, I tried to make a recurring invoice to fix the issue on client's who contacted me, but now they've had two invoices. One for the normal price and one with the discount. Last month they paid in full, so had to refund half of it back.
Tyson Posted November 6, 2013 Report Posted November 6, 2013 Fixed in CORE-858 for v3.0.6, which will be released soon. This issue can cause the cron to fail to finish creating invoices, so you may want to pre-patch yourself. Update /app/models/services.php and change: $service->package_pricing = $this->getPackagePricing(); to: $service->package_pricing = $this->getPackagePricing($service->pricing_id); Alex and Michael 2
Recommended Posts