Skip to content

update: Added new action hooks on order details sidebar - Shipping Status#1116

Merged
nurul-umbhiya merged 9 commits intogetdokan:developfrom
alamgircsebd:update/added-new-action-hooks-on-order-details-sidebar
May 7, 2021
Merged

update: Added new action hooks on order details sidebar - Shipping Status#1116
nurul-umbhiya merged 9 commits intogetdokan:developfrom
alamgircsebd:update/added-new-action-hooks-on-order-details-sidebar

Conversation

@alamgircsebd
Copy link
Copy Markdown
Contributor

This two hooks will help add more section on order details page in sidebar area

@alamgircsebd alamgircsebd added the Needs: Dev Review It requires a developer review and approval label Mar 3, 2021
Comment thread includes/Install/Installer.php Outdated
dbDelta( $sql );
}

/**
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to create db tables from pro version, coz shipping tracking will be a pro feature.

Comment thread templates/orders/listing.php Outdated
$paged = isset( $_GET['pagenum'] ) ? absint( $_GET['pagenum'] ) : 1;
$order_date = isset( $_GET['order_date'] ) ? sanitize_key( $_GET['order_date'] ) : null;
$order_statuses = apply_filters( 'dokan_bulk_order_statuses', [
$order_statuses = apply_filters( 'dokan_bulk_order_statuses22', [
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you added 22?

@nurul-umbhiya nurul-umbhiya added the In Progress The issues is being worked on label Mar 29, 2021
@nurul-umbhiya
Copy link
Copy Markdown
Contributor

Has dependency with https://github.com/weDevsOfficial/dokan-pro/pull/1132

@alamgircsebd
Copy link
Copy Markdown
Contributor Author

Yes, this PR have related PR on dokan pro, so do not merge this one for now.

@alamgircsebd alamgircsebd added Needs: Testing This requires further testing and removed In Progress The issues is being worked on labels Apr 19, 2021
@alamgircsebd
Copy link
Copy Markdown
Contributor Author

This PR related with shipping tracking status

@nurul-umbhiya nurul-umbhiya added Dev Review Done and removed Needs: Dev Review It requires a developer review and approval labels Apr 26, 2021
@nurul-umbhiya nurul-umbhiya changed the title update: Added new action hooks on order details sidebar update: Added new action hooks on order details sidebar - Shipping Status Apr 29, 2021
@alamgircsebd
Copy link
Copy Markdown
Contributor Author

Warning type field added on dokan admin setting

Screenshot (30)

@shanjidah shanjidah added 🎉 QA Approved This PR is approved by the QA team and removed Needs: Testing This requires further testing labels May 7, 2021
@nurul-umbhiya nurul-umbhiya merged commit fbfe3ef into getdokan:develop May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dev Review Done 🎉 QA Approved This PR is approved by the QA team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants