Add export to xlsx
-
How can i add export to xlsx action in woocommerce booking detail page like order page
-
Already Review and added code in code snippets but where to show export option..as i see no option in all booking for export.
Please refer to this line https://ibb.co/6YTvnbg
I’m sorry, but our plugin exports orders.
You should code bookings export yourself.
Ok..
I’m using the “official” paid plugin “Tickera”.
I want Checkin date and Total checkin data so how can i get this.Please, review code at same page
I checked that but in which it gives only ticket owner detail or type..we want ticket checkin date and total checkins
Please, submit Bridge for WooCommerce(.zip file) as new ticket to https://algolplus.freshdesk.com/
and other Tickera modules if it’s required.
fields “Сheckin Dates” and “Total Сheckins” were added to code in section
https://algolplus.com/plugins/snippets-plugins/#tickeraThank You So much…
Is your plugin compatible with wcfm marketplace multivendor plugin.?I don’t know .
You can try to export information about product vendors using standard way.>Setup Fields>Products>Add Field
thanks, Alex
No.. we want it on vendor login..?
so vendor will export only own sales (sold products) ?
I got the idea, but we don’t code it.I hope this topic can help
https://ww.wp.xz.cn/support/topic/copy-export-button-to-frontend/#post-11695090from given topic url(“https://ww.wp.xz.cn/support/topic/copy-export-button-to-frontend/#post-11695090”) I am getting all order list including other vendor orders..we want only their order list. like vendor A can export their order or vendor B can export their order only.
-
This reply was modified 5 years, 8 months ago by
testpaid2322.
please, modify PHP code and add this line to set extra filter
$settings['product_vendors'] = array( get_current_user_id() ); -
This reply was modified 5 years, 8 months ago by
The topic ‘Add export to xlsx’ is closed to new replies.