Payment Plan for product

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
fcmlmt1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 26
Joined: Tue Jul 21, 2009 11:34 am

Payment Plan for product

Post by fcmlmt1 » Thu Nov 12, 2009 2:09 pm

I have created a payment plan using the subscription options. My problem is the wording on the checkout is confusing. A customer buys a product for 2 payments of $69.95 but what is shown in the shopping cart explanation is:


PI - CD Set (Payment Plan)
This item includes a recurring payment.
Initial Payment: $69.95
Recurring Payment: 1 payments of $69.95, every 30 days.
Item Added on 11/12/2009

I would like it to say: Recurring Payment: 1 payment of $69.95 in 30 days.


Any ideas how to change this?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Payment Plan for product

Post by mazhar » Fri Nov 13, 2009 6:25 am

For this you need to update this information in GetRecurringPaymentMessage method of App_Code/ProductHelper.cs class. Edit this file locate GetRecurringPaymentMessage method and then found/update desired text and finally save changes.

fcmlmt1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 26
Joined: Tue Jul 21, 2009 11:34 am

Re: Payment Plan for product

Post by fcmlmt1 » Fri Nov 13, 2009 12:14 pm

Mazhar,

The file you mention does not include the method "GetRecurringPaymentMessage"

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Payment Plan for product

Post by mazhar » Mon Nov 16, 2009 4:44 am

What is your application version. You can found this information under Help -> About AbleCommerce.

fcmlmt1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 26
Joined: Tue Jul 21, 2009 11:34 am

Re: Payment Plan for product

Post by fcmlmt1 » Thu Nov 19, 2009 1:54 pm

PLATFORM: ASP.NET
VERSION: 7.0.3
BUILD: 12458
MSSQL v2000
AC SCHEMA v2000

Post Reply