cris123pp
Forum Replies Created
-
is it possible to hide the filter button and leave the automatic filter according to which it drags the similar distance bar as it works on the seller list page?
Flatsome theme. Yes, use Ajax. When the filter is made on another page that directs to the main one that would be the product list, then do not disappear, as the page loads without ajax. So it can be related to that. Thanks.
Obrigado.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Automatic printingObrigado.
In order status, the name of the status url appears, how can I change it to appear the name?
Thank you very much.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Order NotesHow can I add the invoice to the order status?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add Phonenumber to packing slipsCreate a custom model, and insert it in the body.php file or wherever you prefer the code below:
<?php printf( __(‘Telefone: %s’, ‘woocommerce-pdf-invoices’), $order->get_billing_phone() ); ?>Forum: Plugins
In reply to: [Invoices for WooCommerce] Order NotesI managed to add the phone. Just about opening the automatic printing screen and whether it would be possible to change the status of the automatic order.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Order NotesAnother thing, is it possible in the act of debugging the invoice or clicking on view, already opening a screen as it already opens, but in addition, automatically opening a print screen? and furthermore, automatically change the order status?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Order NotesGood Morning. I created my custom template, and everything worked out, but when adding the field to display the phone as indicated <? Php echo BEWPI () -> templater () -> get_meta (‘{bling_phone}’); ?>
Generate error when generating the invoice. Can you help me?Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice for thermal printingResolvido,
Forum: Plugins
In reply to: [Invoices for WooCommerce] Order NotesOn the notes, to get a way to make it appear, using the debugging function, I need only now that the phone number appears. Thank you.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Order NotesHi, is there any way I can include the customers phone number of the customers pdf invoice?
Hope you can helpWith other tests done, the problem did not occur, but anyway I added the cart and checkout urls in the cache exclusion, the problem was more when it was occurring in the mini cart that the flatsome theme has, but it also stopped occurring. Thank you.