Change order of custom prices

  • Solved
  • Posted 9 months ago

Hi. Could you please help with the following:
1. To place the “date range” at the top of options of add custom prices, do i need to change the order and default on line 73 ‘type’ => Schema::enum( [ ‘day_of_week’, ‘date’, ‘date_range’ ] )->default(‘day_of_week’), in product-types/product-fields/custom-prices-field.php in child theme? Because i think date range is the most needed here and it will be easier for the user since this is what they want.
2. I added some listings from backend. Then i created the users and changed each listings author to the new user. The author appears fine on the listing’s page but the listing does not show on the author’s profile (template card) using tag: @author(post_types.place.published). This count works for one listing that was originally added from the author in the first place. I did Index all posts and Recreate table and index for the two CPTs.
3. How to change this text : –> for the logged out user in the reviews on the listing please?
Thank you!!!

  • Images