WP Scripts
Forum Replies Created
-
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Transalation Not workingHello
Pickup and Delivery labels are not part of translation file and you can change them in admin settings itself.
Please check it and let us know.
Thanks & Regards,
Team WP ScriptsHello @hashimsamnan
Sorry for the inconveniences. You said you were trying some coding so I just guided you. You can get this done with some custom work. For paid support please reach us at [email protected].
Thanks & Regards,
Team WP ScriptsHello,
You can check this article. You will get a list a all fields here. By checking the cookie value of “service_type” you can unset the required fields. Hope, this helps.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Default value not working etcHello,
I checked the error. I think you should check the variation again and if possible delete it once and recreate fresh. That should fix the issue. This is just an assumption that something is wrong in creating it. Because we have never faced such issue or heard from any user of Food Store. Unless we check the settings how the variation is created, it’s hard to tell.
Regards,
Forum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Default value not working etcHello,
The above code will keep the default variation unchecked. So, you can select that only available variation and click on add to cart. Is this flow not working for you ? Please do share the URL, so that we can check it as well.
Regards
Forum: Reviews
In reply to: [Food Store - Online Food Delivery & Pickup] Great plugin, perfect supportHello @cdsigns
Thank you for your valuable feedback. We continue to enhance the plugin with users feedback and requirement. Hope to make it fully stable and flexible asap.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Change css when store is closedHello
Thank you for the update. Please do review the plugin if you like the plugin and our support.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Hidden Menu ItemsHello @seoptseseo
We are going to look into it. If any quick solution can be provided we’ll post it here. Otherwise you can expect a fix with next version update.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Customised Timings not workingHello @cdsigns
Yes, the extension will over rule the general store hours which is set in free plugin. You can also set up different sets of timings for each day. I would request you to check through settings once again. If nothing works out please reach out at [email protected].
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Print ticket on thermic printerHello Julien,
No, currently Food Store does not have any such functionality. But as Food Store is built for WooCommerce you can use any WooCommerce plugin which are prepared for this purpose.
https://ww.wp.xz.cn/plugins/woocommerce-pdf-invoices-packing-slips/
Hope this helps.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Change css when store is closedHello @cdsigns
This code will help you. Make sure to put it in functions.php of your activated theme.
function my_body_classes( $classes ) { if( wfs_check_store_closed() ) { $classes[] = 'class-name'; } return $classes; } add_filter( 'body_class','my_body_classes' );Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Default value not working etcHello,
jQuery(document).on('found_variation', function(e,t) { var variation_id = t['variation_id']; var $variations_default = jQuery(e['target']).find('.wfs-variations-default'); if ($variations_default.length) { if (parseInt($variations_default.attr('data-click')) < 1) { setTimeout( function() { $variations_default.find('.wfs-variation-radio[data-id="' + variation_id + '"] input[type="radio"]').prop( 'checked', false ); }, 100); } } });Above jQuery code can temporarily keep the default one unchecked. Please make sure to put it in js file out of the plugin, preferably put it in a custom js file in your activated theme. Hope this helps.
Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Default value not working etcHello @cdsigns
Thank you for reaching out. We got the issue of inactive add to cart button when some value is selected by default from backend. It will be fixed with next version update.
Regarding missing variations, we could not verify the scenario under which this could be happening, we are not able to recreate this issue. If you can give us little more idea then it would be helpful. In the same time please check that the variations which are missing are created properly with all valid data and prices.
There is no way to add simple items directly cart skipping the popup. As other users have also given feedback on the issue, we will look in to it as soon as the major bugs and planned things are done for the plugin. Looking forwards to hear back from you.
Thanks & Regards,
NisargHello,
We hope that you have found the solutions for your query. As there has been no response from your side, we are closing this ticket. Please feel free to reply or create new thread if you have any other concerns.
Thanks & Regards,
Team WP ScriptsForum: Plugins
In reply to: [Food Store - Online Food Delivery & Pickup] Product Add onsHello,
We hope that you have found the solutions for your query. As there has been no response from your side, we are closing this ticket. Please feel free to reply or create new thread if you have any other concerns.
Thanks & Regards,
Team WP Scripts