Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • PLEASE TRANSLATE: SPANISH

    Editar:
    wp-content/plugins/oneclick-whatsapp-order/includes/buttons/wa-order-thank-you.php

    Entre la linea 265 a 280 debajo de // Check if customer purchase note exits

    Espesificamente $message.= urlencode("".$payment."\r\n*".$customer_details."*\r\n");
    Debes agregar estos campos

    $message.= urlencode(“- Cliente: “.$first_name.”\r\n”);
    $message.= urlencode(“- Dirección: “.$adress_1.”\r\n”);
    $message.= urlencode(“- Referencia: “.$adress_2x.”\r\n”);
    $message.= urlencode(“- Telefono “.$customer_phone.”\r\n”);
    Sustituirlo por el campo que desea mostrar

    A mi me quedo asi

     $message.= urlencode("".$payment."\r\n*".$customer_details."*\r\n");
            $message.= urlencode("- Cliente: ".$first_name."\r\n");
            $message.= urlencode("- Dirección: ".$adress_1."\r\n");
            $message.= urlencode("- Referencia: ".$adress_2x."\r\n");
      $message.= urlencode("- Telefono ".$customer_phone."\r\n");

    hello i am using this.
    https://codecanyon.net/item/woocommerce-lottery-wordpress-prizes-and-lotteries/15075983

    What we need as such is to create subpages to the board in which 1) Simple Product, 2) Lottery, 3) Variable
    This in such a way that it allows adding codes or personalized information to each one according to the type of product and effectively adding it to the dashboard menu manually.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)