daviddol
Forum Replies Created
-
Any suggestions?
Also: Can the title ‘packing slip’ be hidden (not removed) on the packing slip itself?Hi,
First of thank you for all your help so far.We’re about happy with the placement and looks.
Though one slight issue we would like to resolve:
When a customer is from Belgium, it adds one extra line of text ‘Belgium’.Because of this text it does not fit inside the adhesive a4 paper we’re printing it on. Can you tell me how we can shift the whole field just a slight bit up?
Hi!
Thank you. It did hide the logo but it still takes up space on the packing slip. It shouldn’t be loaded at all, just like when not selecting an image at all within the backend of your plugin.
Because the word ‘packing slip’ now has the same position as before, just the logo is not displayed.
Is there a way to just disable it? not just hide it
Hi there,
unfortunately the logo remains visible.
Any other suggestions?
Hi!
Both codes unfortunately do not work.
Can you check how I can disable the logo on the packing slip? But keep it on the invoice.
Hi Yordan,
Great! Thank you. It’s positioned nicely now. Some tweaking needs to be done though: Whenever I increase it’s font size the address’ number after street name shift down one line. How can I stop this from happening?
Another question: Is it possible to display our logo on the PDF invoice only, and not on the packing slip? We have disabled the logo upload on both because else the text ‘packing slip’ + our site’s logo takes up too much space for the address to fit properly.
Hi Yordan,
Thank you for the code. Though this changes the wrong PDF. We would like to change the Packing slip. The code above changed the invoice PDF but did nothing to the Packing slip.
Could you help me out?Hi Darren!
Thank you for your reply. ??
Here is the screenshot. https://ibb.co/zmtDxwg
As you can see we will be printing the packing slips on paper with adhesive labels. We want to move the customers details so that it fits nicely in the sticker. Hope this clears some things up.
As you can see the code above has worked but also shifted ‘order number, order date and shipping method with it. + it’s font is too large for it to fit.
I just deleted the plugin and downloaded and installed the one you linked above. The issue still exists..
This site is literally 5 days old with a fresh wordpress + wc instal on it. What’s the next step? I really want to use your plugin. Probably upgrade to the pro version too but like this I think I won’t. ??
Hi
I’ve disabled everything and just running Twenty Twenty-Two theme, WC and your plugin.
As you can see at the bottom of the page a lot is out of alignment. But the button for the stars (though bugged when clicked) work.
What’s the next step? As it’s also buggy when using the standard wp theme..
please check: https://silq.store/?product=silq-iphone2.) We literally only have cusrev running and elementor pro + woocommerce.
Is there any other way to see what causes the stars not showing/working/clicking?
Ive tried disabling the other two (variation swatches plugin & additional variation images) and the problem still exists..
Hi There,
Thanks. Is there a way to review the product? Or isn’t that an option within cusrev..?Forum: Plugins
In reply to: [WooCommerce] remove body from 'new order' email.Hi there Caleb!
Thank you so much for taking time to help me out!
though its been ages since I’ve done some editing, and to be honest I’ve never done any coding really.
– Where can i see which ‘HOOK’ my pdf using?
– I’ve added the childtheme/woocommerce/emails/admin-new-order.php directoryDelete out the content hooks, but make sure you keep the hook that is adding in your pdf file. <- Please some help here, which hooks should i delete?
This is the code that my woocommerce admin page is using:
<?php
/**
* Admin new order email
*
* @author WooThemes
* @package WooCommerce/Templates/Emails/HTML
* @version 2.0.0
*/if ( ! defined( ‘ABSPATH’ ) ) {
exit; // Exit if accessed directly
}?>
<?php do_action( ‘woocommerce_email_header’, $email_heading ); ?>
<p><?php printf( __( ‘You have received an order from %s. The order is as follows:’, ‘woocommerce’ ), $order->billing_first_name . ‘ ‘ . $order->billing_last_name ); ?></p>
<?php do_action( ‘woocommerce_email_before_order_table’, $order, true, false ); ?>
<h2>id . ‘&action=edit’ ); ?>”><?php printf( __( ‘Order #%s’, ‘woocommerce’), $order->get_order_number() ); ?> (<?php printf( ‘<time datetime=”%s”>%s</time>’, date_i18n( ‘c’, strtotime( $order->order_date ) ), date_i18n( wc_date_format(), strtotime( $order->order_date ) ) ); ?>)</h2>
<table cellspacing=”0″ cellpadding=”6″ style=”width: 100%; border: 1px solid #eee;” border=”1″ bordercolor=”#eee”>
<thead>
<tr>
<th scope=”col” style=”text-align:left; border: 1px solid #eee;”><?php _e( ‘Product’, ‘woocommerce’ ); ?></th>
<th scope=”col” style=”text-align:left; border: 1px solid #eee;”><?php _e( ‘Quantity’, ‘woocommerce’ ); ?></th>
<th scope=”col” style=”text-align:left; border: 1px solid #eee;”><?php _e( ‘Price’, ‘woocommerce’ ); ?></th>
</tr>
</thead>
<tbody>
<?php echo $order->email_order_items_table( false, true ); ?>
</tbody>
<tfoot>
<?php
if ( $totals = $order->get_order_item_totals() ) {
$i = 0;
foreach ( $totals as $total ) {
$i++;
?><tr>
<th scope=”row” colspan=”2″ style=”text-align:left; border: 1px solid #eee; <?php if ( $i == 1 ) echo ‘border-top-width: 4px;’; ?>”><?php echo $total[‘label’]; ?></th>
<td style=”text-align:left; border: 1px solid #eee; <?php if ( $i == 1 ) echo ‘border-top-width: 4px;’; ?>”><?php echo $total[‘value’]; ?></td>
</tr><?php
}
}
?>
</tfoot>
</table><?php do_action( ‘woocommerce_email_after_order_table’, $order, true, false ); ?>
<?php do_action( ‘woocommerce_email_order_meta’, $order, true, false ); ?>
<?php do_action( ‘woocommerce_email_customer_details’, $order, $sent_to_admin, $plain_text ); ?>
<?php do_action( ‘woocommerce_email_footer’ ); ?>
Forum: Plugins
In reply to: [[DEPRECATED] Pronamic Cookies] 'sluit' redirects to undefined page.Thanks Reüel,
I just got it working!