aryanmx
Forum Replies Created
-
At least, can you consider to add a class or a distinctive css element to each “blank” please in order to do it by css customization?
Thanks and happy new year
Hello,
I also need the same. Do you have a trick with a piece of code to add in function.php we could use to set the tabs for all products by default?
Thank you very much
Hi,
If the user is already registered but has no vendor account. How can the user submit a request to become a vendor with the same login/email.
The vendor registration page redirect to myaccount directly if the user is registered even if the profile is not a vendor…
Please assist.
Thanks.
Hosseinok found it
in subscription/subscription.php line 482
/* // Add exceptions for “profile” key.
// Is there a custom url?
if (!empty($this->options[$key . ‘_url’])) {
header(‘Location: ‘ . self::add_qs($this->options[$key . ‘_url’], ‘nk=’ . $user->id . ‘-‘ . $user->token, false) . $params);
die();
}// Is there a dedicated page?
if (!empty($this->options[‘url’])) {
header(‘Location: ‘ . self::add_qs($this->options[‘url’], ‘nm=’ . $key . ‘&nk=’ . $user->id . ‘-‘ . $user->token, false) . $params);
die();
}*/// Use the standard page.
//header(‘Location: ‘ . plugins_url(‘newsletter’) . ‘/subscription/page.php?nm=’ . $key . ‘&nk=’ . $user->id . ‘-‘ . $user->token . $params);
header(‘Location: ‘ . $MY_BLOG_URL.’?nm=’ . $key); /*. ‘&nk=’ . $user->id . ‘-‘ . $user->token . $params);*/
die();
}