Search found 20 matches

by gunter
Tue Jul 01, 2014 10:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: v7.0.3 In Port Mapped Environment Produces HTTP 301
Replies: 5
Views: 6964

Re: v7.0.3 In Port Mapped Environment Produces HTTP 301

Thanks for your help, but I have found a work-around. I created an inbound URL rewrite rule to replace SERVER_PORT 444 with 443 and the site now works! Anybody else out there with this issue: Create a blank inbound rule with the following (replace 444 with the port you're using, this works with non-...
by gunter
Tue Jul 01, 2014 10:14 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: v7.0.3 In Port Mapped Environment Produces HTTP 301
Replies: 5
Views: 6964

Re: v7.0.3 In Port Mapped Environment Produces HTTP 301

Thanks again for your response, I really appreciate it. Unfortunately it must be coming from inside AbleCommerce. The hosting in this case is a VPS and I have access to IIS and can confirm that other ASP.NET sites in the same setup do not redirect to the internal port. This isn't uncommon practice, ...
by gunter
Mon Jun 30, 2014 9:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: v7.0.3 In Port Mapped Environment Produces HTTP 301
Replies: 5
Views: 6964

Re: v7.0.3 In Port Mapped Environment Produces HTTP 301

Hi Katie, thanks for the response!

No, the license doesn't include the port number, as it is being accessed without one (I presume this is correct).
by gunter
Sun Jun 29, 2014 9:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: v7.0.3 In Port Mapped Environment Produces HTTP 301
Replies: 5
Views: 6964

v7.0.3 In Port Mapped Environment Produces HTTP 301

Hi, Scenario: We have a site with an external port of 443 and internal of 444. This is because our hosting provider only allows a single IP for each server instance. The site is bound to port 444 and the external port for that IP is destination NAT'd to 443. Problem: When we access the site with htt...
by gunter
Sun Apr 14, 2013 9:17 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error when copying product
Replies: 1
Views: 2389

Error when copying product

Hi, When I try to copy a product on the admin pages I am receiving this error Exception of type 'System.Web.HttpUnhandledException' was thrown.; Unable to cast object of type 'CommerceBuilder.Products.ProductCustomField' to type 'CommerceBuilder.Stores.CustomField'. Can anyone point me in the right ...
by gunter
Thu Nov 11, 2010 8:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Errors
Replies: 8
Views: 6970

Re: Checkout Errors

Hi All,

simpler approach - set the variable to 'false' just before the check routine.
like so:

Code: Select all

if (this.DisableBots)
        {
....
becomes

Code: Select all

DisableBots = false;
if (this.DisableBots)
        {
....
that way it is also easy to reinstate if you need to

Cheers
by gunter
Thu Aug 27, 2009 6:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tokens and Threads
Replies: 3
Views: 2333

Re: Tokens and Threads

Thanks guys,

I managed to find that code in another of our sites' modules (which I had written and forgotten about).

Very useful peice of information, should be in the Wiki.
by gunter
Thu Aug 20, 2009 11:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Triggers Not working in 7.0.3
Replies: 4
Views: 3019

Re: Email Triggers Not working in 7.0.3

Hi All, I think I have found the problem. It is a bug with AbleCommerce 7.0.3. - well, in part at least In the Configure > Email > Settings There is the "Update Existing Templates" checkbox which supposedly updates all the existing templates to a new email address from (if you check it and hit save)...
by gunter
Mon Aug 17, 2009 10:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Tokens and Threads
Replies: 3
Views: 2333

Tokens and Threads

G'day guys, I have a couple of worker functions that need to run in the background, so that the page isn't being held up (and I'm using a polled AJAX update panel). I have considered using the BackgroundWorker class, but would like this to works as I have alot of code that is threaded in a classic m...
by gunter
Sat Aug 15, 2009 4:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Triggers Not working in 7.0.3
Replies: 4
Views: 3019

Re: Email Triggers Not working in 7.0.3

Hi Barry, I have just had a compliant from a customer of one of our stores complaining that they couldn't work out how to use the password retreival link also. I tested the functionality just to make sure and we have the same bug (v7.0.3) annoyingly it does not error - seems to work fine - response ...
by gunter
Sun Aug 09, 2009 10:56 pm
Forum: International Questions and Topics
Topic: Australian Payment Gateway
Replies: 2
Views: 11684

Re: Australian Payment Gateway

Hi All, We have created an Australian payment gateway and posted a Beta version here We are using it successfully but we are still awaiting feedback from other users before we post a proper release http://forums.ablecommerce.com/viewtopic.php?f=60&t=11428 It is for eWAY - you can find out more about...
by gunter
Tue Jun 23, 2009 3:20 am
Forum: Feature Requests
Topic: Please Post New Payment Processors Requests Here
Replies: 28
Views: 62825

Re: Please Post New Payment Processors Requests Here

Hi All,
we have uploaded a Beta version of a gateway for teh Australian third party gateway eWAY here:

viewtopic.php?f=60&t=11428

we would love your feedback

All the best
the Team at Curious IT
by gunter
Sun Jun 21, 2009 11:21 pm
Forum: Feature Requests
Topic: Automation/Scheduler for tasks needed
Replies: 10
Views: 12123

Re: Automation/Scheduler for tasks needed

Event Engine Access and Scheduling Hi Able Dev Team, Need Able Event Engine Access We would very much like to get access to the Event engine in Able. We are trying to build a Scheduling system and this is key to properly integrating it and making it truly useful. At present we are just using it by ...
by gunter
Wed Jun 17, 2009 8:34 pm
Forum: International Questions and Topics
Topic: Tax and Recurring Billing for eWAY Payment gateway
Replies: 3
Views: 13845

Re: Tax and Recurring Billing for eWAY Payment gateway

Hi Mazhar, Thanks for the code - it may well come in handy, but I think I may have phrased that part of the post badly and not quite got my point across - let me clarify. I believe this is a Bug with Able I am trying to determine if the current Able (7.0.3) functionality is a bug or not - in regards...
by gunter
Tue Jun 02, 2009 3:51 am
Forum: International Questions and Topics
Topic: Tax and Recurring Billing for eWAY Payment gateway
Replies: 3
Views: 13845

Tax and Recurring Billing for eWAY Payment gateway

Hi All, We are working on an eWAY payment gateway for Australia (based on your supplied Authorize.Net code) and we are almost done but have hit a small snag and could use some help. How do we get the recurring amount returned including Tax (if applicable) for subscription products? The authorizeRequ...
by gunter
Mon May 11, 2009 2:27 am
Forum: Good Reference Posts
Topic: Customizing security in AbleCommerce 7
Replies: 11
Views: 50391

Re: Customizing security in AbleCommerce 7

Great post - really helpful - a small addition for people wanting to use Roles with Subscriptions We have added another Members section to a project and we initially had some problems - this may help others if you encounter the same thing. We wanted users to be managed by their subscriptions status ...
by gunter
Mon Apr 13, 2009 11:05 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Subscription Pricing and Taxes
Replies: 4
Views: 3628

Subscription Pricing and Taxes

We are trying to get the system to display subscriptions info including Taxes. We are in Australia and therefore need a 10% Tax on everything. Currently it shows this: subscription.jpg As you can see the Product Price is correctly calculated showing tax but the subscription details are not - they sh...
by gunter
Tue Mar 10, 2009 9:58 pm
Forum: Feature Requests
Topic: Review Reminder Emails on Recent Purchased Products
Replies: 8
Views: 11057

Re: Review Reminder Emails on Recent Purchased Products

Hi All, I would like to suggest that it be taken a step further. If we could send any email template at a set period from the sale it could be an enourmously important sales tool eg: Suggest an upsell product Send a coupon code for a special offer Accessories reminder Newsletter opt in email etc. In...
by gunter
Fri Feb 20, 2009 2:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC7 Job Scheduler screenshot
Replies: 56
Views: 51795

Re: AC7 Job Scheduler screenshot

Looks like this could be very impressive - well done! We have a specific requirement that this might suit nicely if extended a bit. We want to send out digital products to subscribers on a regular weekly basis (in fact a collection of digital products). They would need to be sent on an individuals t...
by gunter
Sun Dec 14, 2008 2:42 am
Forum: Feature Requests
Topic: Automation/Scheduler for tasks needed
Replies: 10
Views: 12123

Re: Automation/Scheduler for tasks needed

sounds like a great idea