We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 44536
    • 7 Posts
    Hi,

    Does anyone know what the default Delivery and Payment handler class settings should be set to in Minishop2? I currently have a cash and paypal option but neither of them display properly in the cart. I am guessing this is down to the lack of me specifying a handler class for each?

    Any help would be appreciated.
      • 42046
      • 436 Posts
      You shouldn't need to specify a class handler unless you want custom validation/calculations. Have you got each payment method selected in each delivery method dialog?

        • 44536
        • 7 Posts
        Have double checked all boxes are ticked that are required these are my settings and how it appears in the cart missing all text and images under the payment options:

          • 42046
          • 436 Posts
          I've never managed to get the PayPal logo to appear under the payments option, it just outputs code of something like <img src>, it have a feeling it's got something to do with not having MiniShop installed in the root directory but haven't looked into it yet. Also 'cash' shouldn't need a handler class specified unless you've created one and placed it in the custom folder.
            • 44536
            • 7 Posts
            Thanks for all your help managed to get the words to display now. Trying to add an image/logo for each payment option was causing a huge problem so have removed them totally. Will post it as a bug which hopefully they can rectify in future releases as to get the PayPal logo showing would be great.
              • 42046
              • 436 Posts
              Found the problem.

              In the chunk tpl.msOrder.payment change the line:

              <!--minishop2_logo <img src="[[+value]]" />-->


              to:

              <!--minishop2_logo <img src="[[+logo]]" />-->


              Might need to do the same to the similar line in tpl.msOrder.delivery to get delivery logos to show up, haven't tried logos there myself.
                • 44536
                • 7 Posts
                Thanks I also changed this line to get the description working:

                <!--minishop2_description <p><small>[[+description]]</small></p>-->


                I took your advice and changed the same lines in tpl.msOrder.delivery as well smiley

                Thanks for all your help.