Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #617054

    our site has been working perfectly until a customer called and said he’s getting a message while trying to select a style “Please choose product options…”
    Nothing has been changed yet this message will come up each time they try to order. They can’t go to shopping cart. Please help

    #617058

    Hey goldcube!

    Everything worked fine on my end when I select different product options and check out. Please elaborate the issue.

    Best regards,
    Vinay

    #617059

    Thanks Vinnie I am still getting that message, “Please choose product options…” did you log in?

    #617061

    I just tried it in Google Chrome and it works fine! I was using Firefox any suggestions?

    #617135

    Hey!

    Yes, please go ahead and clear your cache. I did tried on FF and it is working like a charm, so it is most probably something with your cache.
    Please do let us know if we can do anything else for you

    Cheers!
    Basilis

    #617709

    Hello
    I have exactly the same problem but with Replete.
    Opened a new thread but nobody replied.
    This is the original post:

    Hi
    My website crashed and everything stopped working after updating to the latest wordpress. I made sure all the plugins were up to date and cleared the cache and the website went back to normal, at least on my end. Since then I have received two emails from customers stating that they can’t see the prices for variable items, it’s also usually quiet and I have hardly sold anything since updating the website.
    I have checked my website on different devices and both Win and Mac but can’t find anything wrong with it.
    Below is a screenshot that a customer emailed me this morning:
    http://canvasprintart.co.uk/modernart/image001

    Thank you for your help

    #617735

    That’s the same message I was getting. For our company it was simple enough to fix. I went to the website and cleared the cache from the control panel, then went into my browser and cleared the cache there too! Now it works so I’m putting a message in our shop advising customers to clear their cache if they’re having problems. Hope this works for you.

    #619417

    Same problem here

    Error: Syntax error, unrecognized expression: .main_menu .menu li > a[href*=#]

    #620380

    Hi,

    Could you try adding the following to the bottom of your functions.php file to see if that helps please?

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.