Announcement

Collapse
No announcement yet.

showing free delivery

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

    #16
    Hi,

    Try the following:

    - browse to your site folder and locate 'ActinicOrder.pm' (take a backup)
    - edit the file in a text editor such as notepad
    - search for:

    Code:
    if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'} && $nShipping != 0)
    - change it to:

    Code:
    if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'})
    - close and save the file
    - update your site.


    Actinic is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
    ********************
    Tracey
    SellerDeck

    Comment


      #17
      Tracey,

      Thanks for jumping on this so quickly.

      Made the change as suggested. It produces;
      Internal Server Error

      The server encountered an internal error or misconfiguration and was unable to complete your request.

      ...for both the shopping cart and checkout areas.

      Hmm.

      EDIT - I didn't revert the changes you suggested earlier in this thread. Should I do that as well?

      EDIT 2 - Reverted back to the original, made the change above, WORKED A TREAT. Tracey you're a star! Thank you very much!!!!

      Comment


        #18
        Originally posted by TraceyG View Post
        Hi,

        Try the following:

        - browse to your site folder and locate 'ActinicOrder.pm' (take a backup)
        - edit the file in a text editor such as notepad
        - search for:

        Code:
        if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'} && $nShipping != 0)
        - change it to:

        Code:
        if ($$::g_pSetupBlob{'MAKE_SHIPPING_CHARGE'})
        - close and save the file
        - update your site.


        Actinic is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
        Can tell you I tried this in V7 and worked a treat

        Comment

        Working...
        X