mlittle408
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Logo center of menuThis has been planned in the near term for over a year. When do you expect this is going to be completed?
Forum: Plugins
In reply to: [WooCommerce] Rest API: Order TaxI just solved this. I wasn’t sending the country code. It’s working great now. Apparently, after looking at the tax rates, I realized that woocommerce needs both the state AND country.
Forum: Plugins
In reply to: [WooCommerce] meta_data on order creation (Rest API)I solved this by testing it with Insomnia. Awesome tool. Here’s the way it should have been written:
meta_data: [
{“key”:”vets_name”,”value”:this.newOrder.meta_data.vets_name},
{“key”:”vets_city”,”value”:this.newOrder.meta_data.vets_city},
{“key”:”vets_state”,”value”:this.newOrder.meta_data.vets_state},
{“key”:”vets_phone”,”value”:this.newOrder.meta_data.vets_phone}
]Forum: Developing with WordPress
In reply to: meta_data on order creation (Rest API)ah geez, I did post in in the wrong forum. Sorry. Thanks for the answer. BTW, the meta data is registered to use rest
@emiltheman I appreciate you taking the time to post a response. Thanks!
You have a nice day as well!
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] ScrollAwesome answer! Thank’s so much for responding. I love the plugin btw!