This topic has 16 replies, 4 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hello
Can you help typing sku number on search box to find items?
Thanks
Hello,
Sorry, but there is no such feature in the theme, you may try to use some plugin to get “search by sku” option.
Regards,
Eva Kemp.
Ok. Is there way to make product page color and size variation shown in box? And also can customer choose multi variation for one item before adding to cart?
And after log in, it will go to my account page, I want it stay as the page I was, how to set that?
Hello,
after log in, it will go to my account page, I want it stay as the page I was, how to set that?
As this is Woocommerce configuration you need refer to their articles:
https://support.woothemes.com/hc/en-us/articles/202562649-Redirect-to-a-custom-page-after-logging-in-based-on-the-user-role
https://support.woothemes.com/hc/en-us/articles/202828575-Redirect-to-a-custom-page-after-logging-in
Is there way to make product page color and size variation shown in box? And also can customer choose multi variation for one item before adding to cart?
Your question is unclear. Please show screenshots for better understanding. Thank you.
Best regards,
Jack Richardson.
after log in, it will go to my account page, I want it stay as the page I was, how to set that?
I still dont know how to do that, I want customer to stay at the same page as before log in.
Can you set for me pls?
My detailed information is below
Hello,
You were provided articles where that query is discussed:
As this is Woocommerce configuration you need refer to their articles:
https://support.woothemes.com/hc/en-us/articles/202562649-Redirect-to-a-custom-page-after-logging-in-based-on-the-user-role
https://support.woothemes.com/hc/en-us/articles/202828575-Redirect-to-a-custom-page-after-logging-in
Please refer to them.
If you have difficulties please specify what page a customer should stay on after logging in.
Regards,
Eva Kemp.
please specify what page a customer should stay on
the page wherever customer was visiting.
For example, if i was visiting one product page, after log in, i should be still on the product page rather than my account page.
Hello,
Please try to use this code in wp-content/themes/idstore/functions.php file:
// Custom redirect for users after logging in
add_filter('woocommerce_login_redirect', 'wcs_login_redirect');
function wcs_login_redirect( $redirect ) {
$redirect = wp_get_referer() ? wp_get_referer() : home_url();
return $redirect;
}
Regards,
Eva Kemp.
HELLO
I did what you suggested, but when i log in after doing this code edit, it will go to home page rather than previous page.
Hello,
Sorry but this feature isn’t related to our theme as “My Account” page is configured by Woocommerce. You need contact their support team regarding your query.
Best regards,
Jack Richardson.
Hello Dear Support
I found out today the slider revolution, all photos put on the slider are gone, can you help me getting them back?
Hello,
In this case we recommend you to contact your hosting provider support and ask them to restore your site files and database from a back up.
Regards,
Eva Kemp.
Urgent. when i visit my site just now, it shows:
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
What can I do now, pls advise, thanks very much
sorry to bother, i changed php to 5.5 now it works
Hello,
We’re glad to hear that issue was solved.
If you have any questions feel free to contact us.
Regards,
Robert Hall
The issue related to '‘search by sku’' has been successfully resolved, and the topic is now closed for further responses