Search by sku - by c4dude - on WordPress WooCommerce support

This topic has 16 replies, 4 voices, and was last updated 7 years, 8 months ago ago by Robert Hall

  • Avatar: c4dude
    c4dude
    Participant
    February 19, 2016 at 17:04

    Hello
    Can you help typing sku number on search box to find items?
    Thanks

    15 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 19, 2016 at 19:01

    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.

    Avatar: c4dude
    c4dude
    Participant
    February 21, 2016 at 02:45

    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?

    Avatar: c4dude
    c4dude
    Participant
    February 21, 2016 at 08:28

    And after log in, it will go to my account page, I want it stay as the page I was, how to set that?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    February 22, 2016 at 14:36

    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.

    Avatar: c4dude
    c4dude
    Participant
    February 23, 2016 at 15:54

    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

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    February 23, 2016 at 19:27

    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.

    Avatar: c4dude
    c4dude
    Participant
    February 24, 2016 at 15:59

    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.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 24, 2016 at 16:29

    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.

    Avatar: c4dude
    c4dude
    Participant
    March 9, 2016 at 04:19

    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.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 9, 2016 at 09:13

    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.

    Avatar: c4dude
    c4dude
    Participant
    July 25, 2016 at 17:29

    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?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 25, 2016 at 17:50

    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.

    Avatar: c4dude
    c4dude
    Participant
    August 25, 2016 at 05:19

    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

    Please, contact administrator
    for this information.
    Avatar: c4dude
    c4dude
    Participant
    August 25, 2016 at 05:25

    sorry to bother, i changed php to 5.5 now it works

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 25, 2016 at 07:30

    Hello,

    We’re glad to hear that issue was solved.
    If you have any questions feel free to contact us.

    Regards,
    Robert Hall

  • Viewing 16 results - 1 through 16 (of 16 total)

The issue related to '‘search by sku’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.