Search found 33 matches

by softpac
Tue Apr 14, 2009 4:04 pm
Forum: International Questions and Topics
Topic: How to change date formate dd/mm/yyyy
Replies: 5
Views: 16351

Re: How to change date formate dd/mm/yyyy

Thanks Mazhar for the code snippet. I tried it, but I get the following error: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compile...
by softpac
Mon Apr 13, 2009 5:02 pm
Forum: International Questions and Topics
Topic: How to change date formate dd/mm/yyyy
Replies: 5
Views: 16351

Re: How to change date formate dd/mm/yyyy

Unfortunately, I cannot see how your suggestion works in the following instance: ~/Admin/Orders/Print/Invoices.aspx There is a line for Order Date: <asp:Label ID="OrderDate" runat="server" Text='<%# Eval("OrderDate", "{0:g}") %>'></asp:Label> How do we change the default US date format to Australian...
by softpac
Sat Mar 21, 2009 7:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cannot return from paypal web site
Replies: 9
Views: 9635

Re: Cannot return from paypal web site

I'm having this exact same issue. Did either of you ever resolve this? Check the change log for service release 2 [url = change log]http://help.ablecommerce.com/upgrades/ac7_aspnet/tech_bulletins/security_patch_for_ablecommerce_7.0.htm[/url]. It seems that you are asking about following 7450 PayPal...
by softpac
Fri Mar 20, 2009 8:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cannot return from paypal web site
Replies: 9
Views: 9635

Re: Cannot return from paypal web site

For me, the issue was resolved when we upgraded to the latest build at that time, which was build 10863 (ie v7.0 SR2)

I also ticked "Sale" for Authorisation Mode under the Edit Gateway page. I found the recommended "Authorise" was a nightmare and never worked.
by softpac
Fri Oct 31, 2008 5:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: issues with upgrade to v7 SR1a
Replies: 9
Views: 6998

Re: issues with upgrade to v7 SR1a

I had a full and proper SSL certificate, but recently decided to let it lapse, I plan to renew it later next year. I am not aware of any ConLib customisations, but I certainly do have Scriptlet customisations, and come to think of it, I think the original web developer made a change to one of the ba...
by softpac
Fri Oct 31, 2008 3:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: issues with upgrade to v7 SR1a
Replies: 9
Views: 6998

Re: issues with upgrade to v7 SR1a

I went from RC2 (b8839) to v1 final (b9879), ie missed RC3. But I thought that was ok, as it implied that in the upgrade instructions. I then tested everything, and all was ok. Then I proceeded to SR1a (b10152). Tested everything, and noticed the problems outlined above.
by softpac
Mon Oct 27, 2008 7:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Cannot return from paypal web site
Replies: 9
Views: 9635

Cannot return from paypal web site

When using the PayPal website standard payments method, the user leaves the AC store site, is taken to paypal, pays for the goods, then should be returned to the AC store. However, the following error comes up. What does it mean and how can it be fixed? Running AC7 v1 final SR1a. Ever the since putt...
by softpac
Mon Oct 27, 2008 4:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: issues with upgrade to v7 SR1a
Replies: 9
Views: 6998

Re: issues with upgrade to v7 SR1a

I was able to fix issue 1 (well technically it's not a fix, but it will do for the moment), by copying the v7 b9879 /ConLib/Utility/BasketItemDetail.ascx and BasketItemDetail.ascx.cs files. The v7 SR1a version of these files do not seem to work for my web site.
by softpac
Sun Oct 26, 2008 9:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: issues with upgrade to v7 SR1a
Replies: 9
Views: 6998

issues with upgrade to v7 SR1a

I just upgraded from v7 RC2 (b8839) to v7 SR1a (b9879) for AbleCommerce ASP.NET v2.0. Followed the upgrade instructions and post-upgrade instructions. This is not the fist time I have done install/upgrade for AC. The original version I installed was AC7 beta 1. I then upgraded it as the versions cam...
by softpac
Wed May 07, 2008 4:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Different content page per sub-category
Replies: 14
Views: 6677

Re: Different content page per sub-category

I'm only a beginner myself too. But it sounds like you were editing the CategoryGridPage.ascx file directly. What I did was add the HTML code "<p>$Category.Summary</p><p>$Category.Description</p>" via the Admin Console. My understanding is not to edit scriptlets directly with a text editor, but rath...
by softpac
Wed Mar 26, 2008 3:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Different content page per sub-category
Replies: 14
Views: 6677

I am on a roll tonight! Just worked out how to display the Category Summary and Description fields. Edit the scriptlet "Category List Page", and add "<p>$Category.Summary</p><p>$Category.Description</p>" Naturally, you'll need to set the Display Page for all categories to "Category List" and Content...
by softpac
Wed Mar 26, 2008 3:11 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Different content page per sub-category
Replies: 14
Views: 6677

Maybe the way I am trying to solve this is wrong. I just come across the edit category icon. When clicked it displays some fields. It looks like the Summary and Description fields is what I need to use. However, I have entered some text in there, but they are not being displayed when a user navigate...
by softpac
Wed Mar 26, 2008 2:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Different content page per sub-category
Replies: 14
Views: 6677

That's a shame. This may end up being a show stopper for me. In my store, I have around 6 categories. I would like it when the user clicks on a category, for AC7 to display some information about the category plus the subcategories in the left side bar. Then the user would click on a subcategory, an...
by softpac
Tue Mar 25, 2008 10:52 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Different content page per sub-category
Replies: 14
Views: 6677

Different content page per sub-category

How do I get AC7 to display a different content page per category? At the moment, if I assign a custom scriptlet content page for a category, all other category content pages change as well! Which means all categories now display the same content page! For the drop down field Display Page, I have tr...
by softpac
Fri Feb 08, 2008 10:17 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Categories and/or products seen by certain groups
Replies: 3
Views: 3298

silence

The silence is deafening :wink: So I assume in answer to my question: Products and categories cannot be restricted to a certain group of users. The reason why I was asking is because in my online store, I sell to the end consumer, and I sell to retail shops. However, the products I sell to consumers...
by softpac
Fri Feb 08, 2008 10:04 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit card surcharge
Replies: 9
Views: 6690

other kinds of surcharges

There are other kinds of surcharges besides credit cards. For example, in Australia, it's common practice for restaurants to charge an extra 10% on public holidays. A printing business may charge an extra $15% if the job is urgent. For whatever reason a surcharge is needed, basically it looks like A...
by softpac
Fri Feb 08, 2008 9:53 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit card surcharge
Replies: 9
Views: 6690

must be an australian thing

It must be an australian thing then! Live over here and it is very very common practice. In fact, all but 1 of my suppliers charge a surcharge (business to business transactions, I am not referring to business to consumer). If paying by mastercard or visa, then its typically 1.5%, but if paying by a...
by softpac
Fri Feb 08, 2008 1:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Credit card surcharge
Replies: 9
Views: 6690

Credit card surcharge

Hi

Has anyone worked out how to add a credit card surcharge to the order when the user checks out and uses a credit card for payment? Typically a surcharge may be 1.5% and it's purpose is to cover the merchant fee charged by the bank for processing.

Thanks - Brent
by softpac
Fri Feb 08, 2008 1:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Categories and/or products seen by certain groups
Replies: 3
Views: 3298

Categories and/or products seen by certain groups

Hi

Has anyone worked out how to make some categories and/or products to be seen by a particular group? At the moment, every product and category is seen by all users.

Thanks - Brent
by softpac
Wed Jan 02, 2008 4:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Monthly Sales Report - needs to be based on Date Paid
Replies: 5
Views: 4015

accural vs vash

That's a very good point. We are operating on a cash basis at the moment. However, when the business turns over $1m, for Australia businesses they then have to report on an accural basis. So in the future, I may need the sales report to be based on order date. (it doesn't hurt to dream big!) Your po...
by softpac
Wed Jan 02, 2008 3:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Monthly Sales Report - needs to be based on Date Paid
Replies: 5
Views: 4015

2 reports

Another alternative, is to have 2 reports. One called Monthly Sales Report, which uses the date paid field. And another new report called Monthly Orders Report (?) which uses the order date field.
by softpac
Wed Jan 02, 2008 3:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Monthly Sales Report - needs to be based on Date Paid
Replies: 5
Views: 4015

Monthly Sales Report - needs to be based on Date Paid

We have entered our first financial reporting period. Using AC7 RC1, I've printed the Monthly Sales Report for the last 3 months. Reconciling that with my bank statement and there is a discrepency. After some investigations, it looks like the sales report is based on order date rather than date paid...
by softpac
Tue Jan 01, 2008 10:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Quickbooks itegration / import export?
Replies: 5
Views: 4566

Me too

Hi Mike We are running AC7 RC1 in a production environment (I am either brave or silly!). We are very keen for the QuickBooks export feature as well, to save us re-typing in the daily summary of transactions from AC into QB. We are using QB Pro Business 2007/2008 (Australian edition). Regards - Brent
by softpac
Wed Dec 19, 2007 2:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ANZ eGate payment gateway
Replies: 8
Views: 10798

Thanks for that. Once it has been developed and tested, we'll make it freely available. It will be good to see more Australians using AC.
by softpac
Mon Dec 17, 2007 7:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ANZ eGate payment gateway
Replies: 8
Views: 10798

ANZ eGate payment gateway

We're about to start writing the payment gateway in AC7 for ANZ eGate (a large Australian bank). I am garnishing support among anyone who is interested, to share the development costs. Anyone interested?

Regards - Brent