innozona
Forum Replies Created
-
Forum: Plugins
In reply to: [OneClick Chat to Order] Customer detail show blankPLEASE TRANSLATE: SPANISH
Editar:
wp-content/plugins/oneclick-whatsapp-order/includes/buttons/wa-order-thank-you.phpEntre 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 mostrarA 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/15075983What 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