Translate Order form

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16891
    tzcqdg1
    Participant

      Hi

      Firstly thanks for a great peice of work very impressive.

      Maybe I am missing something obvious but can I transalte the order page or for that matter any of the Localization texts.

      I have WPML but none of the strings are listed? Is that the problem in which case sorry for bothering you!

      Thanks

      #16893
      Olly
      Admin & Mod

        the plugin is fully WPML’ed.
        that said, I also had this happen to me a couple of times that WPML just refused to register the strings for reasons unknown (to this moment anyway)

        the way i found around this was as follows – (tested this a few times and seems to work just fine)

        a) backup your site (always a good idea in case it goes wrong somehow)
        b) in wppizza/classes/wppizza.actions.inc.php on approx line 754 you find a line that reads

        
        //$forceUpdate=1;
        

        .
        change this to

        
        $forceUpdate=1;
        

        then reload some WP admin page.
        now change it back to what it was. i.e

        
        //$forceUpdate=1;
        

        check your string translations. they should all be there now (again, at least that worked here the couple of times i had that issue).
        furthermore, future updates to the plugin should automatically register any possible new strings provided WPML is already installed, so the above workaround should only have to be done this once only

        let me know

        #16894
        Olly
        Admin & Mod

          something just occurred to me:
          did you by any chance install WPML *after* you installed wppizza (this *could* explain the behaviour actually)

          #16926
          tzcqdg1
          Participant

            Thanks for the info, I will give it a try

            Yes!! I installed wppizza first then WPML?? Think this fix is still the solution

            Thanks a million

            #16927
            tzcqdg1
            Participant

              Boom! A true legend

              Worked a treat can now see all the strings in WPML

              Thanks

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Translate Order form’ is closed to new replies.