Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted
I have just install this module and changed some settings in admin (like postcode). And when I am trying to connect to

https://catalog.lmy-store.com/checkout_shipping.php, I get this message:

'Fatal error: Call to undefined function curl_init() in Z:\home\my-store.com\catalog\includes\modules\shipping\auspostair.php on line 87'

 

Does anyone know why it could happen? :huh:

Try the other one in the download.

Posted

I do not know why this error occur only for AUSPost Post and Air both insured and not. And After I have installed this modules ,when I go to check out, I do not see them in the list of shipping methods...Any idea why?...Hmmm, Or shall I just install earlier version of this module?

Posted
I do not know why this error occur only for AUSPost Post and Air both insured and not. And After I have installed this modules ,when I go to check out, I do not see them in the list of shipping methods...Any idea why?...Hmmm, Or shall I just install earlier version of this module?

I assumed from the original post that curl was not working on your server. The latest version uses curl to get the information from the drc, the earlier version uses fopen (which a lot of hosts are no longer permitting).

 

Apart from the above, both versions are identical.

 

In another thread, you mention at home I am on a windows. Can you explain what you mean?

Posted

Thanks for your quick response:-)

 

I have searched for similar topics on this site and found some but it did not help me to solve the problem...I use OS Windows Vista at home, my shop is now oly on my local machine, not in Internet yet...

Posted
Thanks for your quick response:-)

 

I have searched for similar topics on this site and found some but it did not help me to solve the problem...I use OS Windows Vista at home, my shop is now oly on my local machine, not in Internet yet...

Ah, ok, don't know how to install on a windows machine to run under windows. I use wamp on my windows 2000 machine to create an apache environment.

Posted

I have also Apache nad php with my sql installed on mine. Using php admin I run this sql file...A bit off topic, do u know how to make AUD as a default currency, do I need to change code anywhere?

Posted
I have also Apache nad php with my sql installed on mine. Using php admin I run this sql file...A bit off topic, do u know how to make AUD as a default currency, do I need to change code anywhere?

Does the apache server have curl?

 

You need to make the AUD your default currency in Admin with a value of 1.00000

You also need to do this:

 

look in catalog\includes\languages\english.php and make

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'USD');

 

this

 

// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)

define('LANGUAGE_CURRENCY', 'AUD');

 

You may also have to set Admin ---> My Store --- > Default Language Currency to true.

Posted
Thank you very much, currency seems to work now:-)

 

Sorry for my question but what is curl, is it a method?How can I learn if I have it or not?

If you go to admin server info, it should say in there from memory.

Posted
The earlier version 3.1 seems to be working now:-)Is there anything different from 3.11?

Australia Post 3.01 uses fopen to get the info from the drc

Australia Post 3.011 uses curl to get the information from the drc

Posted

Thank u very much, Leslie:-)

 

just wanted to ask one more thing about these shipping modules. There are such features like insurance cost, box sizes...All this should be like it is now or it is ok to change it?

 

 

Regards,

Alison

Posted
Thank u very much, Leslie:-)

 

just wanted to ask one more thing about these shipping modules. There are such features like insurance cost, box sizes...All this should be like it is now or it is ok to change it?

 

 

Regards,

Alison

They should reflect the sept 2008 charges, and the box sizes should be your standard box size that you use (I just use an AusPost box or bag).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...