Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Uriahs Victor

    (@uriahs-victor)

    Hi there, can you try turning off the “Display Store Selector on Checkout Page” option in the “Store Locations” tab of Kikote’s settings?: https://prnt.sc/bOsDAfycHPfd

    That option is responsible for showing the drop down on the checkout page, but kikote’s “cost by store location” feature also has that ability, I can see that you’re using the free plugin so I’m not sure why it might be happening right now, but please try turning off that option to see what happens.

    If the option completely disappears, then it would mean a bug in that feature, but if its still there and only one “please select an option” shows, then it would mean that theres some kind of conflict taking place

    Plugin Author Uriahs Victor

    (@uriahs-victor)

    Hi there, I havent heard from you in a while so i’ll close this thread. Feel free to respond or start a new thread if you’re still having issues.

    Thread Starter ptstockley

    (@ptstockley)

    Hi @uriahs-victor ,

    Thanks for your reply! I didn’t receive a notification on your previous reply (I’ll check my WP settings).

    I’ll test your suggestion tomorrow morning and let you know the results.

    Thread Starter ptstockley

    (@ptstockley)

    hi @uriahs-victor ,

    I turned off the Location Picker at Checkout > Store Locations > Display Store Selector on Checkout Page -option.

    As you had predicted, the store selector option completely dissappeared.
    https://prnt.sc/oXBwUMgrk_jV

    I have re-enabled it for the time being, so customers can still have the options to select a location.

    We are using:
    – Kikote free version
    – Delivery and Pickup Scheduling pro version

    Plugin Author Uriahs Victor

    (@uriahs-victor)

    Can you send me screenshots of your Kikote settings so I can try to replicate the issue?

    Thread Starter ptstockley

    (@ptstockley)

    Good morning @uriahs-victor ,
    Thanks! Here they are: Kikote support 31-05-2023

    Plugin Author Uriahs Victor

    (@uriahs-victor)

    I tried reproducing on fresh install but couldn’t get the issue to reoccur. You can however use the following CSS to remove/hide the option:

    select option:nth-child(2)?{display: none !important;}

    Thread Starter ptstockley

    (@ptstockley)

    Thanks @uriahs-victor . I’ll give that a go on Monday and reply with how it turns out.

    Thread Starter ptstockley

    (@ptstockley)

    Hi @uriahs-victor ,

    A small tweak to the css below and now there is only a single “please choose an option” displaying. Thanks!

    #lpac_order__origin_store option:nth-child(2) {display: none !important;}
    Plugin Author Uriahs Victor

    (@uriahs-victor)

    Great, sorry i forgot to include the #lpac_order__origin_store part, glad you were able to figure it out

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘“please choose an option” shows twice’ is closed to new replies.