hightechbranding
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t set password for new usersSame issue here, this just started happening for me. It is on a wide variety of wordpress sites in different host as well.
I am curious if..
function example_custom_order_fields( $fields, $order ) { $new_fields = array(); if( get_post_meta( $order->id, 'your_meta_field_name', true ) ) { $new_fields['beach_location'] = array( 'label' => 'Beach_Location', 'value' => get_post_meta( $order->id, 'beach_location', true ) ); } if( get_post_meta( $order->id, 'your_meta_field_name', true ) ) { $new_fields['beach_location'] = array( 'label' => 'Beach Location', 'value' => get_post_meta( $order->id, 'beach_location', true ) ); } return array_merge( $fields, $new_fields ); } add_filter( 'wcdn_order_info_fields', 'example_custom_order_fields', 10, 2 );
Would add the new field i have to the Invoice?
I submitted a message to you guys and we are facing the same issue. we are using
https://www.ads-software.com/plugins/woocommerce-delivery-notes/
We have created a field with an option to select one of two options. We can get it to show everywhere except on the Print Invoice, our client uses the invoices for delivery.
Will purchasing the pro version allow me to do this, or will it require custom coding?Thanks Johny
Yes I am getting the exact same error here as well
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Gift Card Purchased- but no Gift Card createdIt says
IPN payment completed
But on the order it says processing..Ahh yeah I was able to select the order and change the status to complete and it worked.
Thanks so much for your time!
You rock and i will recommend this product!
John
I am curious if it still possible to display the data in the wp backend. I haven’t yet been able to display it. I can connect it, but it broken for me. I have tried this on a dozen different sites as well.
I always get
The API returned a 403 response with this message: Your MonsterInsights authentication has expired. Please re-authenticate on the MonsterInsights settings panel.By the way.. In the google analytics it says
————
You’re currently using a Universal Analytics property.
————————–It will not connect to the property and display on any sites.
- This reply was modified 3 years, 11 months ago by hightechbranding.
Forum: Plugins
In reply to: [Coupon Creator] Can not assign Default StylesYeah I can style the coupon from options and create a new one and it retains those styles. But once it is created, the options have no effect for that coupon.
Forum: Plugins
In reply to: [Coupon Creator] Can not assign Default StylesSo I have spent a good bit of time on trying to get these coupons setup correctly.
It appears you can not globaly style the coupons once created.
You can style them and create them but you have to style each one independently, if you need to change something, which is a complete bummer, unless I am missing something?Can you style all of them from Options at one time, instead of having to go to each one to change something?
Forum: Plugins
In reply to: [Coupon Creator] Can not assign Default StylesThis is the pro version as well.
We could not get it to connect properly with the new or old version. It would connect, but when we would view the source and check if it was installed, google could not find it or i could not find it. So we are finding it useless as of right now. I am about to try and connect it another site and I will see the results of it.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Plugin is not workingYeah it is still broken, and I just tried to install the last 3 versions and they were all broken and get to the 4th and it worked. They really need to roll back the plugin until they get it fixed correctly.
Forum: Plugins
In reply to: [Salon Booking System] Booking Times will not saveOk I found Booking notes.. now just the button, how can I change the text on it?
Forum: Plugins
In reply to: [Salon Booking System] Booking Times will not saveOne more thing which the client has brought to attention
“loose” should be lose (order confirmation
“Finalise” should be Finalize (in the button)- This reply was modified 4 years, 7 months ago by hightechbranding.
Forum: Plugins
In reply to: [Salon Booking System] Booking Times will not saveOh yeah I had thought i had selected that before, but maybe I did not save the page. It seems like it is working now and I will test. Thanks so much for your timely response!
Forum: Plugins
In reply to: [Salon Booking System] Booking Times will not saveYes when you edit a service, the duration will not save. I have sent you guys a video showing this as well.
If you select any time duration and click update it just reverts back to 00:00 and if you go test the booking for that product and book. Then go to calendar it only show a 30 minute booked slot. So it is essentially not working and saving the time duration of each service. thanks