Hi Keylor! Thank you very much for this plugin.
I’m wondering to know if there is a way that we can keep the customer name at the top of the Shipping Address when ‘pickup store’ is chosen, as it would be with other shipping methods.
For example:
There are no customer’s name here.
We print shipping labels for every order, even those that are marked to be picked up at a store. That’s why we need the name of the customer show up in the Shipping Address.
It would be great if you give as a hint on how we can achieve this (if it is even possible).
Thank you very much!
Alejandro
]]>At checkout, all stores appear in all languages ??repeated.
Version 1.8.8 – error
Version 1.8.5 – works
Hi,
Is there a way to display a list of stores outside the cart page? With a shortcode or something?
Thanks for your answer.
Regards,
hello to my eshop, delivery cost is free over 35 € but i don’t know how to include this into your module. As i see i only have the option for flat rate / none or percentage. My stores for pick up are almost 50 so i need if users cart is over 35 € then pick up from store is free. Please let me know
]]>Hi! Thank you for this plugin. We’ve been using it for a couple of years now with almost no issues.
Now we are using a plugin to print shipping labels and it seems to have some issues with WC Pickup Stores and I really don’t know how this should be managed.
Whenever I try to print a label, I get this error from WC Pickup Sotre plugin:
Se ha producido un error del tipo E_ERROR en la línea 287 del archivo /home/customer/www/mywebsite.com/public_html/wp-content/plugins/wc-pickup-store/includes/class-wps-init.php. Mensaje de error: Uncaught Error: Class “WC_PICKUP_STORE” not found in /home/customer/www/smywebsite.com/public_html/wp-content/plugins/wc-pickup-store/includes/class-wps-init.php:287
Stack trace:
#0 /home/customer/www/mywebsite.com/public_html/wp-content/plugins/wc-pickup-store/includes/admin/wps-admin.php(47): wps()
#1 /home/customer/www/mywebsite.com/public_html/wp-content/plugins/wc-pickup-store/includes/wps-functions.php(357): wps_store_get_store_admin(true)
#2 /home/customer/www/mywebsite.com/public_html/wp-content/plugins/wc-pickup-store/includes/wps-functions.php(539): wps_stores_fields(0)
#3 /home/customer/www/mywebsite.com/public_html/wp-includes/class-wp-hook.php(324): wps_wc_order_get_formatted_shipping_address(‘John Doe…’, Array, Object(wf_order))
Do you think I can change something somewhere that may resolve this issue? Any guidance on this would be really appreciated.
Thank you!
]]>There are multiple threads around this issue, but none have a reply or solution.
In a nutshell, when WP Pickup Store is Active, and WooCommerce is running on the legacy (not HPOS) system, the metaboxes on Order Edit pages that hold extra order data, fail to show the saved data. Emails that are supposed to fetch and display this data also fail, returning empty strings when the order actually does have values saved towards it.
When you log the $post object passed over, for example, to add_meta_box, instead of the WC_Order you get a WP_Post object of type store that is coming from WP Pickup Store.
Deactivating the plugin, resolves these issues.
Is there any solution in the pipeline for this breaking bug?
Happy to answer any questions you might have to help you troubleshoot, please feel free to ask.
Once I install the WC Pickup Store plugin, my website design layout gets broken on all pages and headers, Why would this be.
]]>In our store, there are two shipping options (Standard & Pickup store).
We are using the WC Pickup Store (https://www.ads-software.com/plugins/wc-pickup-store/) plug-in to configure different stores and the user can select the stores from the checkout page.
We have configured the field “Google map location” as mandatory with the help of the Checkout Field Editor plug-in (https://www.ads-software.com/plugins/woo-checkout-field-editor-pro/).
We want to hide this field (Google map location), if the user selects the shipping option as “Pickup Store”.
If it optional field, we can hide it with the below jQuery.function toggleGoogleMapField() { if ($('#shipping_method_0_wc_pickup_store').is(':checked')) { $('#billing_googlemap_location_field, #shipping_googlemap_location_field').hide(); } else { $('#billing_googlemap_location_field, #shipping_googlemap_location_field').show(); } } // Initial check on page load toggleGoogleMapField(); // Check when shipping method changes $('form.woocommerce-checkout').on('change', 'input[name="shipping_method[0]"]', function() { toggleGoogleMapField(); });
But if it is a mandatory field, it won’t work. Can you please help with this?
]]>Hi.
No appear notes in order admin details with the version 1.8.5 and 1.8.6
With the version 1.8.4 work correctly.
]]>Hello,
i want to print the store-address as shipping address on a delivery note. Is there a meta key or shortcode i can use?
On Order Admin Edit Page the store is shown as shipping address. When printing a delivery note the customer address (billing address?) is shown as shipping address.
Kind regards
Bernd
After I choose store, and make a login the store dont get saved, and i need to choose again
]]>Hi Guys,
Sorry but the 6 STORE dropdown selection Menu is not showing up on Checkout cart. Not sure why it’s not showing up I setup 6 store locations
Any assistance is appreciated
Thank you
JP
]]>How can I make “Store Pickup” always show at checkout, even if “Free Shipping” is available?
I have free shipping configured for purchases greater than “X” value, and when a customer exceeds that value, the system hides the “Pickup Store”, but I need to give the user the possibility for both options to appear, “Free Shipping” and “Pickup Store”.
I appreciate you can tell me how you can achieve it.
I must clarify that I do not have any “Fuction” that automatically hides the other methods when “Free Shipping” is available.
Hello,
At the moment, by default, it is only possible de pick the store on the CHECKOUT page.
Is it possible to change this, so that user could choose the store ALSO on CART page (and this choice will remain selected on CHECKOUT) ?
Thanks !
hello,
I was having problems with some sites and I found that the plugin is generating a critical error. It is generated on Thursdays at the same time. It was generated this week and the week before.
The error log is as follows,
2024-01-25T19:10:20+00:00 CRITICAL Uncaught Error: Class ‘WC_PICKUP_STORE’ not found in /home/user_5885/app_5885/wp-content/plugins/wc-pickup-store/includes/class-wps-init.php:287 Stack trace: #0 /home/user_5885/app_5885/wp-content/plugins/wc-pickup-store/includes/wps-functions.php(208): wps() #1 /home/user_5885/app_5885/wp-includes/class-wp-hook.php(324): wps_store_enqueue_styles() #2 /home/user_5885/app_5885/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #3 /home/user_5885/app_5885/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /home/user_5885/app_5885/wp-includes/script-loader.php(2262): do_action() #5 /home/user_5885/app_5885/wp-includes/class-wp-customize-manager.php(457): wp_enqueue_scripts() #6 /home/user_5885/app_5885/wp-includes/class-wp-customize-manager.php(556): WP_Customize_Manager->wp_die() #7 /home/user_5885/app_5885/wp-includes/class-wp-hook.php(324): WP_Customize_Manager->setup_theme() #8 /home/user_5885/app_5885/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #9 /home/user_5885/app_5885/wp-inc en /home/user_5885/app_5885/wp-content/plugins/wc-pickup-store/includes/class-wps-init.php en la línea 287
any idea what could be generating it?
Best regards,
]]>Hi,
A customer of ours is using your plugin and a plugin of ours, where we inject a metabox on the order edit screen (non-HPOS). The add_meta_box() callback function receives an object of type $post, which is supposed to be the post of that order.
Whenever your plugin is activated, and the wps_store_get_store_admin() function is called on wps-functions.php, function wps_stores_fields(), line 357, for some reason that we still haven’t been able to reproduce, the $post object that gets into our metabox is a Store and not the Order post, which means that (again, for some reason we haven’t been able to reproduce), the wp_reset_postdata() function is not doing what it should and the runtime global $post is replaced.
If we comment the query on that function, the problem goes away.
]]>I would like to know if I can upload an excel file with multiple locations. I have about 500 locations nationwide we would ship to. How does the customer choose a pickup location? can it be through zip code to choose the nearby location?
]]>Our challenge: There are 5 pickup stores, but not all products can be picked up and those that can be picked up are not available in all stores.
This raises the following questions:
Many thanks for the clarification!
]]>When our customers complete an order, they are not required to choose the store, most of them simply complete the order and the confirmation email doesn’t contain any shop.
]]>Hello,
It seems that the pick-up selection store wasn’t displayed when the order total exceeded $100. You can test this by using the postcode 9999.
I’m unsure where I made an error, and I hope you can assist.
Thank you.
]]>Hello,
I have just activated the plugin.
However, as I do so, the main menu disappears alltogether.
Even, when I am using the default and recommended WooCommerce theme (storefront).
As I deactivate the plugin, the main menu appears again.
Any ideas ?
Woocommerce will release new update “High Performance Order Storage (HPOS)”, the “WC Pickup Store” plugin is not supported yet, Are you planning to upgrade to support it?
It is very important since I, like many other users, use the extension.
If there is anything we can help with to make this possible, we will be attentive.
]]>Here in the admin panel, I can’t see any setting field. I am able to add stores, but there’s no settings at all.
Would you please help us with this issue? We need to install this plugin.
We have checked by deactivating other plugin still it is not working.
]]>Why are the products out of store able to be chosen at the “Pickup at the Store” location?
I have a product that is out of stock in store 1 and 2, but in stock in store 3. I tested to try to pickup this order from store 1 and 2 and it works. How can I fix that?
thank you so much!
For some reason when I activate this it makes my main menu dropdown menu icon (the little arrow) to rise to the top instead of its usual spot of being in the middle of the text. Also it causes a white box to appear over the menu items on hover. Using Divi theme.
]]>Good morning,
I am using your plugin (version 1.8.5) and woocommerce plugin (version 7.9.0).
The bug I encounter: when I am in my backoffice and I go to woocommerce products, I click on one of the products to modify the information of a product, it is not the correct information that comes up (all the information is incorrect, and the information displayed is information from one of the items in my store). The ID in the URL is the one corresponding to my product, but no information corresponds to it.
As a temporary solution, I decided to downgrade your plugin (version 1.8.4). This solved my problem.
Do you have a solution or do you plan to fix this bug in a future update?
Thanks in advance.
]]>Hello there,
is it possible to integrate field in the user-settings for registered shop users, where the user can save the preferred store.
It should be possible if the logged-in user go to checkout that this store will be selected automatically.
Kind regards
Bernd
I have issues with this Plugin and Apple Pay and Google Pay. We have 2 stores for local pickup but they are not visible when using Google Pay.
Image: https://prnt.sc/LLwQXAWTIUGq
As I discovered, the Shipping methods are pulled from: ?wc-ajax=wc_stripe_get_shipping_options
And result looks like this:
"shipping_options": [
{
"id": "wc_pickup_store",
"label": "Click & Collect",
"detail": "",
"amount": 0
},
{
"id": "flat_rate:3",
"label": "Flat rate Ireland",
"detail": "",
"amount": 495
}
],
I would expect 2 stores as options not just a blank Click & Collect option. To make the problem worse, the Pickup is the first on the list and we have to call customers to check where they want to pick up the order.
]]>Can I use the name of a store location in the subject field when sending an woocommerce mail?
I can now only use normal variables such as order ID, name, etc.
]]>The plugin doesn’t appear on mobile browsers but on desktop works perfectly. If anyone has any suggestions or insights regarding this issue please feel free to share.
]]>