Orders organization
-
Hello) I’ve got a child theme, parent – sydney. Orders learnpress are not correctly reflect at the orders table. For example after #0000000165 it goes #0000000304. I’m trying to run this code before tag table get_items( array( ‘orderby’ => ‘meta_value_num’, ‘meta_key’ => ‘_order_created_time’, ) ); but it does not help. I created directory learnpress at my child theme. copy the entries of file at plagin learnpress order-details.php and put it at my directory learnpress at my child theme with this code
get_items( array( ‘orderby’ => ‘meta_value_num’, ‘meta_key’ => ‘_order_created_time’, ) ); what am I doing wrong? Is there any solution to organize orders correctly.
The topic ‘Orders organization’ is closed to new replies.