WP User Fronted Pro Email Error

This topic contains 8 reply and 3 voices, and was last updated by Kenneth 9 years, 8 months ago
Viewing 8 Posts - 1 through 8 (of 8 total)
Author Posts
July 21, 2014 at 1:44 pm 23857
Kenneth Hey I need help! I put in WP Front End Pro - Form into Seller Dashboard, it works perfectly but when I submit, I received mail but it shows no content of the form at all instead it shows URL links that never works. What post type should I choose? Why am I not receiving those details that I have already filled into the form?
July 21, 2014 at 3:32 pm 23867
Sk Sk

Hello Kenneth,

Use ‘Product’ as post type and ‘_price’ as product price field meta

Thank you.

July 21, 2014 at 9:51 pm 23891
Kenneth Kenneth

I use the form to collect seller information. When I receive the email, no content at all and the link doesn’t work. What should I do now?

July 22, 2014 at 12:41 pm 23933
Sekander Badsha Sekander Badsha

Your problem is not clear to us. Can you please explain a bit more ?
WP User Frontend is not made for taking inputs. It just creates pages and posts. And If you’re trying to get mail when a seller registers, that function is available in Dokan.

July 22, 2014 at 2:43 pm 23949
Kenneth Kenneth

In the form, we can insert first name, last name, email and etc., it is for sellers to fill in. What I want is simple, when seller register, in the seller dashboard, they can choose a page called ‘company verification form’, from there they will fill in the requirements and details of what I want then when they submit, I will receive the message and approve them selling.

The problem is that I am the admin and I receive those submission but I don’t receive the form details of what they filled in, instead, I received no contents and some useless url links that never works.

Here is my website: http://www.ladymansion.com
Try it! I really need help.

July 22, 2014 at 5:57 pm 23962
Sekander Badsha Sekander Badsha

I need to be clear about one thing, Did you customized the dashboard template on your own ? or a developer customized the template for you ? or you’re instructed to edit the template by our support stuff ?

July 23, 2014 at 9:28 am 24002
Kenneth Kenneth This reply has been marked as private.
July 23, 2014 at 12:11 pm 24008
Kenneth Kenneth

I customized it by myself,

add_filter( ‘dokan_get_dashboard_nav’, ‘dokan_e_add_seller_nav’ );
function dokan_e_add_seller_nav( $urls ) {
$urls[‘store’] = array(
‘title’ => __( ‘Verify My Account’, ‘dokan’),
‘icon’ => ‘‘,
‘url’ => ‘http://ladymansion.com/?p=191′
);
return $urls;
}

July 24, 2014 at 1:43 pm 24058
Kenneth Kenneth

Can anyone help me?

Viewing 8 Posts - 1 through 8 (of 8 total)