WP Scripts
Forum Replies Created
-
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] TranslationHello,
Please use plugins like Loco Translate to scan and find all the strings you need to translate. The plugin is fully translatable.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] EssentialsHello,
This is not something to change manually. Are you facing any issues with those? Let us know what is your goal by modifying that. Maybe with that, we can help you.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] EssentialsHello,
We are not sure if we understand you properly. The ID which belongs to the addon remains the same all the time.
Also, Freemius detects it with the domain you are using. As you have an unlimited license, it should not matter because you can add as many websites as you want with a single license. Let us know if we are wrong in explaining.
Let us know if you mean something else by the ID. Please provide a screenshot if possible.
Regards,
Team WP ScriptsYes. That remains same everytime.
Hello,
You need to maintain 2 shortcodes on 2 different pages.
Shortcode 1 – [foodstore category=”indian-bread,breakfast,desserts”]
Shortcode 2 – [foodstore category=”lunch, dinner, special-combo”]Please note that the option for service modal, bottom cart bar, checkout page remains the same. The above is only for presenting the different menus.
Regards,
Team WP ScriptsHello,
Let’s communicate here then.
Technically 2 stores under the same domain are not possible. But it’s the menu that you need differently then you can assign different sets of categories and place 2 shortcodes in 2 different pages with the specific categories mentioned in the slug itself.
Regards,
Team WP ScriptsHello,
You had contacted on support email from “sim****[email protected]”. We have already replied to the same there. Please don’t ask the same question in multiple places.
Regards
We are closing this thread, as you are already discussing the same in another thread.
Hello,
Please change the $chosen_service to following,
if( function_exists('wfs_get_default_service_type') ) $chosen_service = wfs_get_default_service_type(); else $chosen_service = $_COOKIE['service_type'];We can’t check the URL as the website is under construction. The selection of shipping method works as follows. When pickup service is selected from the menu page, it will pick the Local pickup. If you try to change it to delivery on the checkout page itself, it won’t update until you change the address field. Because woocommerce works in this way, the shipping method stays selected until you change the address or that session is expired.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Images not showingHello,
There is nothing really on the specified line of the file. Those are the comment lines. Please make sure that there have not been any recent changes to any other file or theme.
Please provide a screenshot of the error log.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Anchor TextHello,
We not using the exact slug of category or #{slug} to scroll directly. We have the ID selector (#) with this format.
{ID of Category}_start.So, for Pizza it will be 32_start. And your URL will be https://sonipizza.co/order-online-3/#32_start. Similarly you need to find the IDs of other categories and set the URL manually wherever you need them.
Let me know if that helps.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Anchor TextHello,
Clicking on the Categories on the sidebar will scroll the menu page to a specific category. Which is working fine on your website.
Are you trying to achieve something else on that. We are not sure if we understand it clearly. Can you provide any screenshot if possible?
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Delivery & pick-up methodsHello,
We have provided you a customized version of Food Store plugin in reply to your query in another thread. We have also removed the shipping manipulation there to help you with this query.
https://ww.wp.xz.cn/support/topic/top-menu-items-get-hide-when-click-on-menu-category/
Please use that version for now. We are adding necessary settings to admin so that the shipping method update can be turned off from admin settings.
Thanks & Regards,
Team WP ScriptsHello,
Please download this modified version.
https://www.dropbox.com/s/3n7bd4p86yos6wg/food-store.zip?dl=0We will release all these changes with next version. Now after this version is installed, please add the following code in your theme functions.php just like previous code for category titles.
function function_wfs_sidebar_top_offset() { return 100; } add_filter( 'wfs_sidebar_top_offset', 'function_wfs_sidebar_top_offset' );You can modify the value 100 as per your requirement.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Pickup and deliveryHello,
Can you please verify that the modal settings are set correctly in Food Store > Services section?
Regards