fakasmile
Forum Replies Created
-
the problem continues in the installations, is there any solution?
funciona , solo toma alredeor de 40 minutos la verificacion.
hay qeu subir los crt. y key .
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Order Tabletnhks
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Solo funciona Sandboxhay que utilizar la opcion
Mercado Pago – Checkout personalizado – Paga con tarjetas de débito y crédito
Equipo de soporte de MP , LTA.
Saludos Kingas
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Solo funciona SandboxA cookie associated with a cross-site resource at http://mercadopago.com/ was set without the
SameSiteattribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=NoneandSecure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.Forum: Plugins
In reply to: [Invoices for WooCommerce] permission if user has not ordered orderits solveed
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add product short descriptionim only see name , vendor and meta description , but i dont see a large desctiption, why?
thnkyou
Forum: Plugins
In reply to: [Invoices for WooCommerce] PDF download link on Thank you for order page?ok works
echo do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="' . $order->id . '"]' );. $order->id .not
. $order->get_id .Forum: Plugins
In reply to: [Invoices for WooCommerce] PDF download link on Thank you for order page?hi @baaaaas , the code dont work for me
i tried
<?phpecho do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="' . $order->get_id . '"]' );?>and
<?php $order_id = method_exists( 'WC_Order', 'get_id' ) ? $this->order->get_id() : $this->order->id; echo do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="' . $order_id . '"]' ); ?>but anything work
this is my complete code
<p class="woocommerce-notice woocommerce-notice--success woocommerce-thankyou-order-received"><?php echo apply_filters( 'woocommerce_thankyou_order_received_text', __( 'Thank you. Your order has been received.', 'woocommerce' ), $order ); ?></p> <?php echo do_shortcode( '[bewpi-download-invoice title="Download (PDF) Invoice {formatted_invoice_number}" order_id="' . $order->get_id . '"]' );?>thnkyou
Forum: Plugins
In reply to: [Invoices for WooCommerce] pending order mesasage – complete order messagei found this code, but dont work , i putted in function.php.
add_filter('wf_alter_shipmentlabel_from_address', 'wf_include_order_status', 10, 3); function wf_include_order_status($from_address, $order, $address) { $order = ( WC()->version < '2.7.0' ) ? new WC_Order($order_id) : new wf_order($order); $from_address .= '<br>'.'Order Status: '.$order->get_status(); return $from_address; }Forum: Plugins
In reply to: [WooCommerce] Product Import – ERR_TOO_MANY_REDIRECTSthe plugin to import demo data it was my problem