Search found 37 matches

by Mark Harris
Sun Dec 28, 2008 6:05 pm
Forum: International Questions and Topics
Topic: Product Input & Pricing, HUGE PROBLEM, Affects all retailers
Replies: 1
Views: 9915

Re: Product Input & Pricing, HUGE PROBLEM, Affects all retailers

The international forum doesnt really seem to get read too often by the AC devs unfortunately. As far as paypal goes, you can have multiple currencies in your account without any dramas. You can even have multiple bank accounts added which are in different currencies. You could modify the code that ...
by Mark Harris
Sun Dec 28, 2008 5:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Inventory Management
Replies: 2
Views: 2185

Re: Inventory Management

I'd also like to be able to do this! We want to be able to ship out of Canada and the UK as well as Australia but currently i can't see a way to do this without having duplicates of everything.
by Mark Harris
Sun Dec 28, 2008 5:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Kitting with variants
Replies: 0
Views: 2160

Kitting with variants

I have a number of products which are kits that have a variant for video format. The product itself is empty and made up of other products - one of those products is a camera system which has it's own video format variant. The problem comes about when I have the variant in the kit set to "PAL" for t...
by Mark Harris
Mon Aug 25, 2008 5:30 pm
Forum: International Questions and Topics
Topic: Australia Post Rates - SQL Inserts
Replies: 3
Views: 12952

Australia Post Rates - SQL Inserts

These are accurate at the time of posting, data mined from Australia Post's website. (http://www1.auspost.com.au/pac/) since the delivery rate calculator service was down: https://www.edeliver.com.au/IFS_DRC_Mailer.process For these to work, you MUST have the following setup: When looking at your sh...
by Mark Harris
Thu Aug 21, 2008 2:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Page load times
Replies: 19
Views: 10080

Re: Page load times

If you're running your site on Windows 2008, you can enable compression on ALL files it sends. This will gzip everything to any browser that accepts it, meaning your CSS, html, and even images will get squashed down considerably. Our servers are in the USA, while we are in Australia (most of our cus...
by Mark Harris
Tue Jun 24, 2008 6:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: META tags- be sure to put them in!
Replies: 2
Views: 3480

Re: META tags- be sure to put them in!

Wow, that's quite an impressive difference! So i guess that answers the question of "do search engines use meta tags". I assume this would also increase the relevance of your result in searches too.
by Mark Harris
Tue Jun 24, 2008 6:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Vista install that does not even get to the first page
Replies: 10
Views: 6184

Re: Vista install that does not even get to the first page

I have AC working on two Windows Server 2008 Datacentre edition. Put the IIS virtual host on it's own application pool, and set it to classic mode. We use SQL Enterprise, which was a real pain to get the right init string for because we didnt realise the datacentre had installed enterprise on there....
by Mark Harris
Tue Jun 24, 2008 6:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Opera 9.5 and the admin area dont play nice
Replies: 5
Views: 3460

Re: Opera 9.5 and the admin area dont play nice

It really intrigues me that Opera changed something between releases which appears to have broken the functionality of the menu's. I'll have to see if i can find a change log for it somewhere - work out what they broke haha.
by Mark Harris
Mon Jun 23, 2008 9:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Opera 9.5 and the admin area dont play nice
Replies: 5
Views: 3460

Re: Opera 9.5 and the admin area dont play nice

I've used Opera 9.4x for months with it, just seems to be something has changed in version 9.5 which has stopped it working. Was wanting to see if anyone had any ideas. I'd really hate to have to install another browser :)
by Mark Harris
Mon Jun 23, 2008 10:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Opera 9.5 and the admin area dont play nice
Replies: 5
Views: 3460

Opera 9.5 and the admin area dont play nice

Looks like the shiny new Opera 9.5 doesn't work with the DHTML menu's in the admin area. Anyone got a quick fix? 9.4X used to work just fine. Version: 9.50 Build: 10063 Platform: Win32 System: Windows XP Java: Sun Java Runtime Environment version 1.5 XHTML+Voice: Plug-in not loaded I'm guessing this...
by Mark Harris
Sun Jun 08, 2008 6:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Deleting all products at once
Replies: 1
Views: 1864

Re: Deleting all products at once

Code: Select all

DELETE FROM ac_Products;
Should about do it :)
by Mark Harris
Sat Jun 07, 2008 3:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: What is the status of the "account locked for 10 minutes"?
Replies: 8
Views: 4371

Re: What is the status of the "account locked for 10 minutes"?

Judy, yes just safe the hash for your user when you know what the password is. the Password column in ac_UsersPasswords. This still gives you a password you can restore without using the ResetAdmin.aspx tool (In the Install folder) and is secure. I'd prefer not to have my admin account with a plain ...
by Mark Harris
Sat Jun 07, 2008 1:03 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Get unencrypted user password
Replies: 5
Views: 4914

Re: Get unencrypted user password

There was some code posted for the password generation, and if i remember it correctly - it's single direction, not something you can decrypt.
by Mark Harris
Sat Jun 07, 2008 10:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: What is the status of the "account locked for 10 minutes"?
Replies: 8
Views: 4371

Re: What is the status of the "account locked for 10 minutes"?

As an admin, you can also keep a known password hash of something simple in a safe location. If you forget your new password the day after you change it (been there, done that) you can go and dump that known password hash into the database then login with the password. Just as a matter of interest, ...
by Mark Harris
Sat May 10, 2008 11:14 pm
Forum: International Questions and Topics
Topic: Shipping Estimator is useless outside of USA
Replies: 1
Views: 10181

Shipping Estimator is useless outside of USA

Estimate
To estimate shipping charges for this order, enter your ZIP or postal code below.
You must enter a US ZIP (#####) or CA Postal Code (A#A #A#) only.



This isnt terribly helpful...
by Mark Harris
Sat May 10, 2008 7:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: admin session timing out after less than 10 minutes
Replies: 2
Views: 2451

Re: admin session timing out after less than 10 minutes

Which browser are you using? Your browser might be removing the cooking which has your session information in it.
by Mark Harris
Sat May 10, 2008 6:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Dev license after ip address change
Replies: 8
Views: 4527

Re: Dev license after ip address change

I too get this problem when trying to update the license. My demo license expired, trying to upgrade it to a real license. I'm using an IP based url.

My solution is to remove the webstore folder, and reinstall then restore the database backup.
by Mark Harris
Sat Apr 12, 2008 9:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: This account has been locked for 10 minutes
Replies: 1
Views: 1999

This account has been locked for 10 minutes

Well, i locked my admin account out yesterday, it's still locked.

Anyone have any ideas on how i can get in?
by Mark Harris
Wed Apr 09, 2008 11:35 am
Forum: International Questions and Topics
Topic: Fedex Integrated Carrier
Replies: 3
Views: 13559

Re: Fedex Integrated Carrier

I'm not in USA or Ca as previously mentioned, putting a . in address 2 now gives me: 2106 : org.xml.sax.SAXParseException: Datatype error: In element 'StateOrProvinceCode' : Value '' does not match regular expression facet '[A-Z]{2}'.. without filling in the state or province. My state's code is WA....
by Mark Harris
Wed Apr 09, 2008 11:25 am
Forum: International Questions and Topics
Topic: DHL Shipping Methods
Replies: 4
Views: 13572

Re: DHL Shipping Methods

So i havent heard anything at all back about this from DHL or AC. We *must* have DHL on our site before we go live.

If we cannot go live in 4 days we're not going to be able to use AC due to other deadlines.
by Mark Harris
Wed Apr 09, 2008 11:23 am
Forum: International Questions and Topics
Topic: Custom Payment Methods
Replies: 4
Views: 14149

Re: Custom Payment Methods

Hi Logan, Not really what we're after. With an IBT (International Bank Transfer) a user from say, Germany, will choose to pay via IBT. They need to be shown the details for payments, no payment is collected by the store. A user then goes to their bank, or bank's website (if they support online banki...
by Mark Harris
Wed Apr 02, 2008 1:25 am
Forum: International Questions and Topics
Topic: DHL Shipping Methods
Replies: 4
Views: 13572

Re: DHL Shipping Methods

I spoke to the DHL helpdesk, they are going to get one of their people to call me hopefully tomorrow who may be able to help me with DHL integration into ecommerce systems. Hopefully its something as simple as changing the URL for the API service!
by Mark Harris
Wed Apr 02, 2008 1:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: change your own password?
Replies: 4
Views: 3248

Re: change your own password?

Click Store -> Account -> Update Email Address or Password.
by Mark Harris
Wed Apr 02, 2008 1:18 am
Forum: International Questions and Topics
Topic: Fedex Integrated Carrier
Replies: 3
Views: 13559

Fedex Integrated Carrier

On the suggestion of another user i'm attempting to add FedEx as a carrier to compliment DHL - since we cant seem to get DHL Express International as a service option. Unfortunatly we now weed Street Address 2, which we dont have. We cant put in a state, or a post code because we're in Australia. Ho...