Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Auspost Module adding line of annoying text


Modariffic

Recommended Posts

Hi there folks, slowly but surely i am setting up my own online store, I've bought dedicated hosting, even an SSL that will be setup soon as well but postage is the killer part.

 

I had a bit of trouble installing the module due to the DB and all, but i've fixed all of that (Restoring DB and trying different things until i got it right the first time)

 

Now The module when you click on checkout displays this:

 

"Shipping Method

 

This is currently the only shipping method available to use on this order.

 

AusPOST Parcel Post

Delivery to 6056 - 1 days Delivery Time

1 MODULE_SHIPPING_AUSPOST_TEXT_BOXES 0kg(s) $6.00"

 

I dont really understand how or why this has happened but can anyone recommend a fix on this? Im sure that 1 MODULE_SHIPPING_AUSPOST_TEXT_BOXES 0kg(s) $6.00 can be turned into something a little more appealing than what it is :P

Link to comment
Share on other sites

Try here:

 

catalog/includes/languages/english/modules/shipping/auspost.php

 

<?php
/*
 $Id: auspost.php,v 2.0.2 2003/10/15

 osCommerce, Open Source E-Commerce Solutions
 [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url]

 Copyright © 2003 osCommerce

 Released under the GNU General Public License
*/

define('MODULE_SHIPPING_AUSPOST_TEXT_TITLE', 'AusPOST Parcel Post');
define('MODULE_SHIPPING_AUSPOST_TEXT_DESCRIPTION', 'AusPOST Parcel Post');
define('MODULE_SHIPPING_AUSPOST_TEXT_UNITS', 'kg(s)');
[b]define('MODULE_SHIPPING_AUSPOST_TEXT_BOXES', 'boxes');
[/b]define('MODULE_SHIPPING_AUSPOST_TEXT_INCLUDE', 'incl');
define('MODULE_SHIPPING_AUSPOST_TEXT_HANDLING', 'handling');
define('MODULE_SHIPPING_AUSPOST_TEXT_INSURANCE', 'insurance');
define('MODULE_SHIPPING_AUSPOST_TEXT_SHIPPINGDAYS', 'days Estimated Delivery Time*');
define('MODULE_SHIPPING_AUSPOST_TEXT_WAY', 'Delivery to');
define('MODULE_SHIPPING_AUSPOST_TEXT_ERROR', '<font color="#FF0000">ERROR:</font></b> The delivery rate for this option cannot be determined at this time<br>If you prefer to use this option as your shipping method, please contact the store owner.');
?>

It's all just ones and zeros....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...