Announcement

Collapse
No announcement yet.

Price Text when logged in

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

    #16
    Sounds good...

    Appreciated - as I said if you need a 'beta' tester?!

    Comment


      #17
      Thanks.

      The beta software can be downloaded from

      http://www.actinicdownloads.com/beta/

      Comment


        #18
        Chris,

        Will you make the script patch available on the main Actinic site or will you mail it to us independently?

        Regards

        Jos
        Thanks

        Jos Medinger

        Tel : 01978 843 962
        www.internetology.co.uk
        Actinic / E-Commerce Hosting, Design & SEO
        ______________________________________

        Comment


          #19
          Here is a script patch that works with 6.1.0 of the software. I have worked with the team to try to get it to work with v5 and v6.0.2 but have thus far failed. v6.1.0 is currently on beta test and available from http://www.actinicdownloads.com/beta/.

          Within ActinicPXML.pm, locate the lines:

          else # user's price schedule included
          {
          @Response = ActinicOrder::FormatSchedulePrices($pProduct,
          $nAccountSchedule, \$VariantList,
          $ACTINIC::B2B->GetXML('RETAIL_PRICE_TEXT'));
          $$sInsideText = $Response[2];
          }

          and change them to:

          else # user's price schedule included
          {
          @Response = ActinicOrder::FormatSchedulePrices($pProduct,
          $nAccountSchedule, \$VariantList,
          $ACTINIC::B2B->GetXML('RETAIL_PRICE_TEXT'), $::FALSE, $::TRUE);
          $$sInsideText = $Response[2];
          }

          Note that these lines should appear indented, but this forum does not like tabs.

          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.

          Comment


            #20
            Thanks for this Chris,

            One more technical question.

            I'm running Developer and I have a number of sites on there which I've developed for clients and others which are still in development.

            If I upgrade to V6.1.0 beta, will I need to get them to do the same? (in order to be able to send them a snapshot)

            I'm assuming that I will...

            Jos
            Thanks

            Jos Medinger

            Tel : 01978 843 962
            www.internetology.co.uk
            Actinic / E-Commerce Hosting, Design & SEO
            ______________________________________

            Comment


              #21
              Stop the press - I've just got 6.0.2 working. Full solution attached.

              I'm just going to try and tweak this for v5.
              Attached Files

              Comment


                #22
                I have tried to get this working on v5, but have drawn a blank. Sorry about that.

                Jos, with regards to your question about 6.1.0 and upgrading, the rule of thumb is that the machine you are taking a snapshot to need to be the same version or higher than then one you have built the site on.

                Comment


                  #23
                  Chris,

                  I've just made the changes that you have recommended for V6....

                  .... and whoopee, it works!

                  Thanks very much for you hard work on this one... I appreciate the effort you've gone to (and more to the point, I appreciate not having to wait for an entire maintenance release to be launched for the fix to be made)

                  Once again, many thanks... if you can get the V5 fix sorted then it would solve a lot of problems in the short term for us too as there would then be no immediate rush to upgrade - we could do it at our leisure.

                  Best Regards

                  Jos
                  Thanks

                  Jos Medinger

                  Tel : 01978 843 962
                  www.internetology.co.uk
                  Actinic / E-Commerce Hosting, Design & SEO
                  ______________________________________

                  Comment

                  Working...
                  X