WP Scripts
Forum Replies Created
-
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Pick Up discountHello,
Food Store has the option to enable recommended shipping based on the service option selected by the customer.
It hides the delivery option when Pickup is selected and selects the local pickup (if enabled in woocommerce settings). Similarly when Delivery is selected it removes the “Local Pickup” option from the shipping area. Hope this helps.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] delivery methodHello,
Food Store by default applies the recommended shipping method based on the service type selected by the customer. You can disable the option under Food Store -> Services section.
Hope this helps.
Regards,
Team WP ScriptsHello,
The error you are explaining is not properly understood. Can you please create a ticket at http://support.wpscripts.in/, so that our Development team can look into it.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Cart value not updatingHello,
The menu page is designed to be active throughout the ordering process. All the functionalities are done with Javascript and Ajax. Being that said, if users will use the left menu which you have modified to make them separate pages, then cart value will show, but using the Back Button of browser will just represent the page in it’s original state, thus it will not show the added items.
We have tried certain ways to overcome this, but there are issues in calculation with that, that’s why it can not be added to plugin. Hope this makes sense.
Regards,
Team WP ScriptsHello,
Please put this code on the functions.php of your active theme. You can adjust the value 100 based on your requirement.
add_filter( 'wfs_scroll_top_offset', 'function_wfs_scroll_top_offset' ); function function_wfs_scroll_top_offset() { return 100; }Regards,
Team WP ScriptsHello,
Please check 2 places for this. One is the general settings area as you mentioned. 2nd is the individual product edit screen.
http://prntscr.com/1hnjxgc
http://prntscr.com/1hnkzjuRegards,
Team WP ScriptsHello,
We can see that the order note is there for your 2 items.
http://i.prntscr.com/0cQX8HBdQz6qUNGoD7SVMA.pngAre you referring to any other place ? Let us know.
Regards,
Team WP ScriptsHello,
Thank you for the update. Tickets can not be deleted. It’s Ok for this ticket to stay here.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] AddonsHello @mrdanish @rallemann
Some compatibility issue was there with WP 5.8. It has been fixed and new version of the plugin has been released. Please do update and share your feedback.
Thanks & Regards,
Team WP ScriptsHello,
That should not be an issue. Please create a ticket at http://support.wpscripts.in. Our technical team can look into it.
Regards,
Team WP ScriptsHello,
With Food Store plugin you can create your custom menu page. Food Store does not control anything on the default WooCommerce Shop page.
You can see this article to set up your menu page.
http://food-store.wpscripts.in/knowledge-base/setting-up-your-restaurant-menu-online-order-shop-page/Please let us know if you need any help with Food Store plugin functionality or UI.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] How to display description?Hello,
With Food Store plugin you can create your custom menu page. Food Store does not control anything on the default WooCommerce Shop page.
You can see this article to set up your menu page.
http://food-store.wpscripts.in/knowledge-base/setting-up-your-restaurant-menu-online-order-shop-page/Please let us know if you need any help with Food Store plugin functionality or UI.
Regards,
Team WP ScriptsHello,
It should not happen that way. Please make sure that you are editing in the proper addon section where the taxonomy name is product_addon.
Also, please check once if there are other plugins for a similar purpose are not active and also your theme must not have that taxonomy with inbuilt functionality.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] AddonsHello,
It should not happen that way. Please make sure that you are editing in the proper addon section where the taxonomy name is product_addon.
Also, please check once if there are other plugins for a similar purpose are not active and also your theme must not have that taxonomy with inbuilt functionality.
Regards,
Team WP Scripts