Copy of COD Gateway

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27249
    erythyl
    Participant

      Hi all

      I’m trying to copy COD and rename it to SOME_NAME

      coped wppizza-gateway-cod.php with name wppizza-gateway-some_name.php

      added to:

      function wppizza_add_default_gateways() {
      require_once(WPPIZZA_PATH .’classes/wppizza-gateway-cod.php’);
      require_once(WPPIZZA_PATH .’classes/wppizza-gateway-some_name.php’);
      }

      Payment Gateway appeared in backend and frontend but
      after submit checkout form its redirect on itself

      How can i resolve it?

      #27261
      Olly
      Admin & Mod

        you should be using

        ….\wp-content\plugins\wppizza\add-ons\wppizza-gateway-no-creditcard-template.zip

        unzip and read the docs inside

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Copy of COD Gateway’ is closed to new replies.