Announcement

Collapse
No announcement yet.

Shippingcaption

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Shippingcaption

    Hi all

    Me again... lol!

    We want to get rid of the (First Class Postage) on the shopping basket display and on checkout screens... but I can't find where that is in the Text options...

    Anyone have any ideas?

    Cheers!

    Sam

    #2
    The text for the shipping charge is included via the 'Shipping and Handling' tab in 'Business Settings'. This is where all the shipping charges are configured.

    You can edit the zones and classes here or, indeed, delete them. If you want to disable shipping charges altogether then simply untick 'Shipping Charges Made' at the top of the window.

    Comment


      #3
      That's what the guide says as well and maybe I'm just being blind, but I can't find the text that does this:

      Comment


        #4
        Right -

        The 'Shipping' part comes from prompt ID 102 in 'Design | Text' (click 'Go to' to go to this)

        The rest of it is in the Perl.

        Open up ActinicOrder.pm in Notepad and look for the line that says

        $sCaption .= " ($sShipDescription)"; # add the description to the total line

        $sShipDescription will become the name of the shipping method. You can edit the other characters in the quotes as necessary.

        Comment


          #5
          ID 102 doesn't exist according to my copy of Actinic! lol

          Comment

          Working...
          X