Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

surilox

Pioneers
  • Posts

    6
  • Joined

  • Last visited

Profile Information

surilox's Achievements

  1. How do I install the Auspost shipping module 3.0.1? I have followed the instructions and copi4ed the files over to the installation folders (even changing the sql to include the table prefix). None of the modules show up in the Admin shipping list, so cannot install into the database. I have noticed that the OSC 3x uses xml in the \languages\en_US\modules\shipping\ folder while OSC 2.x uses php. Does this matter?
  2. or else... LOVL The shipping rates are correct from the DRC!!! The high amount is due to the 3kg "allowance" on top of the product weight. eg SEA mail to europe for package of 500g plus 3kg packaging is $42.15. Less gst is $38.32 plus $5 P&H plus $7.50 INS is $50.82 voila! Now the questions - Where is the 3kg in the code? Is the postage GST-free if paid from outside AU? or just the product? Is Insurance GST-free if paid from outside AU? Auspost offer varying insurance limits (now called Extra Cover [by an ex-Healthfund employee? :rolleyes: ] ) depending on destination - how does the DRC cope or show this? Registered post International is no longer available for parcels. [i.e. also no automatic insurance] Do we need a package module eg size of cartons, and number of product per carton?
  3. Thanks. I have reinstalled twice now, and got most of working, I found another typo - missing return - in catalog\includes\modules\auspostair.php line 81: // End calculating Insurance $url ="http://drc.edeliver.com.au/ratecalc.asp?Pickup_Postcode=$frompcode&Destination_Postcode=$topcode&Country=$dest_country&Weight=$sweight&Service_Type=AIR&Height=$sheight&Width=$swidth&Length=$slength&Quantity=$shipping_num_boxes"; should be: // End calculating Insurance $url ="http://drc.edeliver.com.au/ratecalc.asp?Pickup_Postcode=$frompcode&Destination_Postcode=$topcode&Country=$dest_country&Weight=$sweight&Service_Type=AIR&Height=$sheight&Width=$swidth&Length=$slength&Quantity=$shipping_num_boxes"; Now just for the overseas rates (sea & air) which are a little high.
  4. Thanks for the reply. I tried your changes - no effect! Actually it would be more consistent with the other modules & the DB to change AUSPOSTAIR to AUSPOST_AIR in includes\modules\shipping\auspostair.php. However I still get the field name instead of the values for ALL the modules, not just Auspost. I cannot find where it is failing to pick it up. [ doesn't help any to be testing on a remote server does it? <_< ] I s'pose I could always start from scratch again, since our own product data has not been loaded :'(
  5. In admin Where the list of shipping modules is:- Modules Sort Order Action MODULE_SHIPPING_AUSPOST_TEXT_TITLE 0 MODULE_SHIPPING_AUSPOSTAIR_TEXT_TITLE Info AusPost Economy 1 Info MODULE_SHIPPING_AUSPOST_EXPRESS_TEXT_TITLE 2 Info This is part of the detail:- MODULE_SHIPPING_AUSPOSTAIR_TEXT_TITLE [buttons]Remove Module Edit[/buttons] MODULE_SHIPPING_AUSPOSTAIR_TEXT_DESCRIPTION Enable auspostair True ..... I have hardcoded the title for Economy in ausposteconomy.php, which is why it is different in the list above. $this->code = 'ausposteconomy'; $this->title = MODULE_SHIPPING_AUSPOST_ECONOMY_TEXT_TITLE; // $this->title = 'Australia Post Regular'; // $this->description = MODULE_SHIPPING_AUSPOST_ECONOMY_TEXT_DESCRIPTION; $this->description = 'Australia Post Regular';
  6. I have just installed the auspost module. Can you supply details of the changes you made to get rid of the title names? I tried to change some of the code relating to the title and descriptions, [read "hard-code" ] as I could not find these fields in the database 'configuration' table, but this is not the best way to do things. We will also be selling outside Australia, so are interested in correcting the airmail charges. Coopco, note that Auspost are changing their charges as of 5 March 2007
×
×
  • Create New...