Nimsrules
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy categories missing in post type Json rest APIGot it! I think I’ll end up using Gatsby’s custom normalizer. Thank you for the quick revert, Michael.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy categories missing in post type Json rest API@tw2113 Do you mind extending a helping hand here? This is the format what I get as my data and the below is the Graphql query I’m using to fetch the data, if it helps.
{ allWordpressWpJobs{ edges{ node { id title job_category } } } }
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy categories missing in post type Json rest API@jerome281 how did you manage to resolve this? I’m facing the exact problem while trying to query my CPT with its own tax using Graphql in Gatsby.
Hello, I got what I wanted after giving a fleeting look in aftership.php
For anyone else who wants the above information in isolation, you can achieve so like below:1. Tracking Number: get_post_meta($order_id, '_aftership_tracking_number', true); 2. Tracking Service Name: get_post_meta($order_id, '_aftership_tracking_provider_name', true); 3. Tracking Service Slug: get_post_meta($order_id, '_aftership_tracking_provider', true);
Just echo all the three and voilla!
P.S. – One can also follow https://support.aftership.com/article/52-how-to-use-aftership-tracking-link to generate a tracking link and easily style it using CSS
Forum: Plugins
In reply to: [Appointments] User group for service providersThank you for the response. Would you kindly suggest me a workaround for the ability to schedule an appointment with a group of users which doesn’t involve MarketPress? I don’t want to make the system too complex.
Can someone kindly help me on this? I need an urgent solution.