cat199567
Forum Replies Created
-
Hi There,
I have got it working using the following code:
File Location: Dokan-Lite / Templates / Orders / details.php
I created another “div” and added in the following code:
<div class="" style="dokan-left dokan-order-shipping-address"> <div class="dokan-panel dokan-panel-default"> <div class="dokan-panel-heading"><strong><?php esc_html_e( 'Section Name', 'dokan-lite' ); ?></strong></div> <div class="dokan-panel-body"> <li><span><?php esc_html_e( 'Custom Field Name 1:', 'dokan-lite' ); ?> </span> <?php echo $order->get_meta( 'custom_field_meta_key_1' ); ?></li> <li><span><?php esc_html_e( 'Custom Field Name 2:', 'dokan-lite' ); ?> </span> <?php echo $order->get_meta( 'custom_field_meta_key_2' ); ?> </li> </div> </div> </div>
Hope that helps!
Hi There,
Thank you the piece of code!
Just wanted to enquire – what is this code used for and where would I place it. Just wanted to say that the code you provided me with further above has worked perfectly!
Thank you! It worked perfectly!
Hi Roshni, hope you are well!
I have the following code which works outside of Dokan but will not work on the Dokan order page.
I have tried adding it to the file you have mentioned but get a critical error.
Could you assist me with where I am going wrong please.
<td class="event-type"><?php echo esc_html($booking->get_order()->get_meta( 'type_of_event' ));?></td>
Thank you for the comprehensive reply, really appreciate your support!
– I have managed to get it up and running with 2 registration forms, each provides a different user role.
– I make use of WooCommerce Product Vendors and the issue I’m having when using the custom registration form that I created is that although it registers the correct user role (Vendor Manager), the link that is on the “My Account” page which directs the user to their “Dashboard” is not present when using the custom registration form. Any idea why this link may not be present, my understanding is that if a user has that specific user role (Vendor Manager), there will be a link to their dashboard on the “My Account” page by default.
Regards
RobThank you for the response.
Thank you!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Restore FailedPlease can I ask that this post be removed as the issue has been resolved and I do not want the website name etc to be public.
Many thanks!
Any update on this?
Forum: Themes and Templates
In reply to: [Storefront] Product Archive Page LayoutThank you so much Jarret, You are a life saver! That works perfectly!
Apologies for coming to the incorrect forum, thats completely my mistake.
Hope you have a great day!
Forum: Themes and Templates
In reply to: [Storefront] Product Archive Page LayoutYeah sure, I have had the site in maintenance mode the entire time so will take it off for a while so you can see it.
Really appreciate your assistance.
Location of page: Home Page > Portfolio > Cricket
- This reply was modified 4 years, 9 months ago by cat199567.
Forum: Plugins
In reply to: [Calculate Contact Form 7] Hidden fields?Also battling to hide the field. I only want the calculation to show in the email that is sent not on the front end.
Forum: Plugins
In reply to: [Contact Form 7] Send Email to Specific RecipientI do not want a drop down but rather the email is sent to a recipient based on the one field
Example: I want to book “Math Tutor A” – I have one booking form (CF7) and that form is used across all my booking pages.
Based on the booking page (i.e. Tutor A), the form is sent to “tutor A” if the booking form was on “tutor B”, then the form would send to tutor B rather than tutor A.
This needs to occur automatically based on the “Tutor / Product”