WP Scripts
Forum Replies Created
-
Hello,
The code we provided is specifically for that particular location (to show the prices in addon). It does not apply to any other place in whole system. Can you please specify what is the error you are facing in cart ?
Regards,
Team WP ScriptsHello,
Please replace intval with floatval on 2nd line. That should fix the problem.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Service typeHello,
Currently Food Store plugin is not altering any settings for shipping. Delivery and Pickup are used only to display the information associated with order.
Also, replying to your last query on same topic we mentioned that we are looking for a way to fix this and make some arrangement to related selected service with shipping. But there has not been any successful result yet. Once prepared the new version release will be updated. Till then we are keeping all your tickets open.
https://ww.wp.xz.cn/support/topic/store-pickup/
Thanks & Regards,
Team WP ScriptsHello,
With Food Store – Essentials addon you can show all the addons on top and it will stick to the top when scrolled down. Yes, you can show all your categories there.
Please find the addons at Food Store -> Add-Ons on your wordpress admin dashboard.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Can’t buy addonAre you being charged every time ? What is the error message you are seeing ?
Regards,
Team WP ScriptsHello,
Please provide the website menu page URL where we can check the issues directly.
Are you using any filter to hide the addons whose price is 0. If so, it could be result of that one. Need to check the condition properly. May be its interpreting 0.75 as 0. We don’t see any other reason behind this issue.
Let us know.
Thanks & Regards,
Team WP ScriptsHello,
This was a known issue from last update and has been fixed with version 1.3.9.1. Please update and check once with new version and do let us know your feedback.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Can’t buy addonHello,
We have tried to communicate with you via email did not get any response from you.
Is your PayPal or CC has been charged during the purchase ?
We have not received any emails yet regarding the purchase. Kindly check once if the website from where you are trying to purchase has an valid email or not. Do let us know from which email you are trying to purchase so that we can check from our side as well.
Regards,
Team WP ScriptsHello @mediavi
Using a filter you can add your correct offset value.
function function_wfs_scroll_top_offset() { return 100; } add_filter( 'wfs_scroll_top_offset', 'function_wfs_scroll_top_offset' );Please put this code in functions.php and adjust the value 100 as per your need. Hope this helps.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] composite productsHello,
Food store is only supported for Simple and Variable product. There is no option to handle composite products as of now.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Displaying. categorie nameHello,
This can be achieved with custom work. If you are familiar with coding you can get similar codes from various articles by searching “show product category in cart and checkout”.
You can also reach us at [email protected] for paid support.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Product Short DescriptionHello,
Description area is hidden by default for 2 columns layout. You can enable it by following piece of code in the custom CSS.
.fs-2-columns .wfs-food-item-description { display: block; }Please make sure to put this in customizer or style.css of activated theme. !important is needed if the above code didn’t work.
Thanks & Regards,
Team WP ScriptsHello,
The issue has been resolved with the new version 1.3.9. Please update the plugin and let us know your feedbacks.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Add to cartHello,
The issue has been resolved with the new version 1.3.9. Please update the plugin and let us know your feedbacks.
Thanks & Regards,
Team WP ScriptsHello,
The issue has been resolved with the new version 1.3.9. Please update the plugin and let us know your feedbacks.
Thanks & Regards,
Team WP Scripts