It appears the shortcode uses the key order_count and not per_page. You can modify this on the View Order page, where the shortcode exists.
[woocommerce_view_order order_count="20"]
If you would want some kind of AJAX order loader you may have to make some significant changes.
A note order_count also accepts the parameter all which will get all orders. Perhaps that is a solution?
EDIT:
The shortcode uses the template file myaccount/my-orders.php. You could modify this to look through a certain amount of orders, seperate them into seperate divs and have it show the additional divs with each button press.
It is also in this template file where they actually get all the orders, so you could add a paged parameter to this and quite easily do the AJAX content load.
Related Posts:
- How can I stop WordPress from prompting me to enter FTP information when doing updates?
- Get the category from an ID of a product?
- insert data in database table from plugin with WP3.1
- Using nextGen Gallery.. how can I call a list of all Gallery Names?
- Ship plugin with a custom theme
- Add code into on a per page/post basis
- Is there a way to display Woocommerce nav filter widget filters for shop page in all headers?
- WordPress widget / plugin….fields not appearing in my widget
- What is $tab in `install_plugins_{$tab}` hook?
- Use plugin function outside WordPress file
- Plugin form unable to process
- Meteor Slides as header only for homepage and Use featured image of each page as header for respective pages
- How do I use WordPress PHP functions in my Javascript code?
- Plugin is available to update when its not
- I need some direction on how to have a sidebar based on meta rather than page
- Using plugin functionality in external php script not working
- How can i add all videos from youtube playlist as post?
- Add Image to the RSS plugin reader from another RSS [closed]
- Is there a plugin to insert pre-defined link into editor?
- Override plugin with functions.php
- audio streaming plugin but with no save option?
- Missing argument 3 for wp_register_sidebar_widget()
- Pass variable to nested shortcode
- Simple plugin for showing RSS subscription links?
- How to make my plugin able to be updated from admin panel?
- WordPress Plugin Page is Loading in Admin Content Container Instead of Separate Page
- Is there a way I can find wordpress posts that don’t contain a word?
- Is Wrapping intval() Around esc_attr() Redundant for Escaping Input?
- Generate XML Sitemap for Blog on Magento Platform
- Display data on Word Press site posts and pages from mysql table
- How to save additional user data as part of the registration process?
- Why is output buffering used here?
- What’s the best way to implement AJAX in WordPress?
- Cannot find a list of data selectors for Gutenberg editor
- Trying to create a plugin to change wordpress site icons per page
- What is the correct way to show $href = vc_build_link( $href ); [closed]
- PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback Error without any function name
- Adapt PHP form action for WordPress?
- trying to get product category image in woo-coomerce
- How to delete all trashed item in one-go
- How to update mu-plugin
- Edit Permalink Structure For Custom Post Type or Modify .htaccess?
- Hide a Menu Item on Login
- What are the performance hiccups when building plugins?
- Don’t publish/update a post when a plugin finds errors in custom fields
- disabling ftp on wordpress
- Where is my google maps on my page? [closed]
- coding a WordPress AJAX Form using PHP to check if User is Logged Out and Show error
- plugin wraps the entire content
- how to add custom info on author page? plugin, child theme?
- How Do I Uninstall a Current WordPress Theme and Install a Fresh Theme
- How to add HTML5 required on wp_editor
- Individual Comment Notification Setting For Post Author
- Nonce failing with second argument
- Mass Mail Plugin to Email Specified User Roles [closed]
- Favorite recent post widget
- Woo-commerce Update price as a Bulk from My offline software export
- co-authors plugin – inline listing
- require_once not working in plugin wordpress
- Quiz with complex output/result
- Using Class loader in WordPress boilerplate
- Identify User Language, Redirect to the corresponding page and Save the chosen language as Cookie
- Warning: call_user_func_array() problem can anyone help with it?
- Display value of the GET parameter in a new URL page
- How do I use a plugin’s shortcode attribute value in another function?
- Change the address of the music player if not available
- Hello everyone! Is there a function to call the wordpress loader?
- $wpdb->insert not working inside save_post tag
- How to check for already existing plugin versions on activation? and prevent errors
- update_post_meta is not working for me when I use e.preventDefault for update button
- Securing langugae folder
- Use modulo condition in ACF repeater Field
- How to get data from a private API and add it to wordpress pages
- Why is my Footnotes plugin is not working?
- Debug in WP backend
- Geotargeting plugins never work
- How to get custom or filtered endpoints in WordPress API?
- add_external_rule – rules deleted when visiting permalinks page
- Change pages based on city
- WordPress 4.1 plugin only save 1 field to database
- How to run my plugin only when the whole page is sent?
- WordPress custom posttype meta values doesnot save
- Why tinyMCE.editors doesnt work on tinyMCE
- get_var result empty for query of custom table in plugin admin
- get_option include in my adsense
- woocommerce product categories in menu [closed]
- Book plugin to record books read and write my own reviews [closed]
- I am using multi image metabox plugin but I did get how to display the images in templete?
- WooCommerce Email Customization
- SSL not working for checkout
- How to open author url linked to a new tab in settings page in the WordPress plugin list
- Change page content based on dropdown selection
- How can I properly sanitize the update_option in WordPress?
- My Blog page ( posts page ) theme isn’t changing with the new theme [closed]
- Why is my menu page not being displayed?
- WordPress 6.3 with datatables – cannot seem to pass json from php to javascript
- stop resize button for wordpress media
- WPGraphql get category posts count based on custom taxonomy
- How to remove default blog page?
- HTML output from WordPress shortcode is wrapped in unexpected tags