Jump to content



Latest News: (loading..)

- - - - -

A really daft question about the flat rate shipping module!


This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#-19   PupStar

PupStar
  • Members
  • 557 posts

Posted 31 January 2012 - 07:15 PM

The flat rate shipping module displays this:

Quote

Flat Rate (Best Way)

Where the heck are those curly brackets located as I want to remove them.

I checked the language file - nada!

I have gone through the flat rate shipping module with a fine tooth comb but for the life of me can not seem to see where they are urgh

Any one know where to find them?

Its like playing wheres wally (w00t)

Thanks

Mark

#-18   germ

germ
  • Members
  • 13,921 posts

Posted 31 January 2012 - 10:07 PM

Try /catalog/checkout_shipping.php this code:

'title' => (($free_shipping == true) ?  $quote[0]['methods'][0]['title'] : $quote[0]['module'] . ' (' . $quote[0]['methods'][0]['title'] . ')'),
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#-17   PupStar

PupStar
  • Members
  • 557 posts

Posted 01 February 2012 - 09:38 AM

cheers Jim :thumbsup:

#-16   nobodyfamous

nobodyfamous
  • Members
  • 81 posts

Posted 01 February 2012 - 02:18 PM

you may want to take a look at this add-on http://addons.oscommerce.com/info/8313
or this post, it's the same thing: http://forums.oscommerce.com/topic/366562-no-shippingmethod-description-on-the-invoice/page__view__findpost__p__1618679

Edited by nobodyfamous, 01 February 2012 - 02:21 PM.


#-15   PupStar

PupStar
  • Members
  • 557 posts

Posted 01 February 2012 - 07:27 PM

Cheers Chad.

I use One Page Checkout and it was a little trickier to find than what Jim posted but it steered me in the right direction.

Mark