imwebvizion
Forum Replies Created
-
I see, thank you!
Thank you Jose!
However, I don’t want to use a child theme, I tried adding a code snippet like the one below but doesn’t work. I think the filter hook is incorrect.
function add_tracking_number_to_pdf_template($template_output, $po) {
$tracking_number = $po->tracking_order_number;$ tracking_number _html = ‘<div class=”row”>’;
$ tracking_number _html .= ‘<span class=”label”>’ . esc_html__(‘Tracking Number:’, ‘atum-plugin’) . ‘ </span>’;
$ tracking_number _html .= ‘<span class=”field”>’ . esc_html($ tracking _number) . ‘</span>’;
$ tracking_number _html .= ‘</div>’;$template_output .= $ tracking_number _html;
return $template_output;
}add_filter(‘atum_purchase_order_pdf_template_output’, ‘ add_tracking_number_to_pdf_template ‘, 10, 2);
Forum: Plugins
In reply to: [ATUM WooCommerce Inventory Management and Stock Tracking] Supplier MetaGot this, Jose. We’ll try.
Thank you again for the assistance!
Thank you Jose for your help. I’ll try to figure this out. Appreciate your tip and support. ??
I am referring here to the Sales Widget. Currently, it only shows the sales which has processing and completed status. I also have a custom order status called picked up by courier which means the order is already paid and should be included in the computation.
Is there a code snippet i can add to make this work?
Thank you very much!
Yes, this ticket should be fine now. Thank you very much!
Hi Jose,
Yes, the vertical scroll is perfectly working. The problem is the horizontal scroll. It is triggered when I scroll down using mouse wheel.
So when I scroll down using the mouse wheel and reached the stock central table itself then stop while my cursor is over the table, instead of continuously going down it just scrolls to the right.
But this is not a big issue because when I move my cursor over the side of the table, I’m able to continue scrolling down using the mouse wheel. It’s just the user experience that I’m concerned here that’s why I wanted to report it if this can be resolved. ?? But maybe on bigger screens it won’t matter.
Thank you, confirming now that the issue has been resolved after the update. ??
Oh sorry, I get it now. And all good now. I thought it was the same.
Guess, I need to review your knowledge base. Thank you very much, Jose! ??
By the way, this appears here:
/wp-admin/post.php?page=Lalamove&sub-page=place-order&id=23677
But when the link is here the error is not showing:
/wp-admin/edit.php?page=Lalamove&sub-page=place-order&id=23677
It’s a different link, one is post.php and the other one is edit.php. However, they both open the same contents of the page. But the post.php shows the error while edit.php does not.
The plugin I’m using is the Lalamove plugin by?[email protected]
Not sure, but I just used another PDF Invoice plugin. Thanks anyway for the quick response. Have a great day!
Forum: Plugins
In reply to: [WP Activity Log] Warning: Undefined array key “alert_id”Okay, thank you very much!
Forum: Plugins
In reply to: [WP Activity Log] Warning: Undefined array key “alert_id”I tried editing line?3637 with this code and now the error is gone:
if ( ! empty( $last_occurrence[0][‘alert_id’] ) && $last_occurrence[0][‘alert_id’] === $alert_id ) {
But still, I need you to check because I might have messed the plugin by doing this. Thank you!
Okay, thank you, Pablo! Looking forward to the update today.
Hi after update, I get this error on the site
/wp-content/plugins/yith-woocommerce-order-tracking/includes/class.yith-woocommerce-order-tracking.php?on line?260
/wp-content/plugins/yith-woocommerce-order-tracking/includes/class.yith-woocommerce-order-tracking.php?on line?282
Can anybody help?