Hello,
We are looking to add filters so that you can achieve this requirement. This will be ready by this weekend positively.
Thank you for trying out the plugin.
Thanks & Regards,
Team WP Scripts
Hello @pliniohenrique
To enable the description on 2 colums layout settings, add the following css,
.fs-2-columns .wfs-food-item-description {
display: block !important;
}
To enable desciption on mobile view, add the following css.
@media (max-width: 480px) and (min-width: 320px) {
.wfs-food-item-description {
display: block !important;
}
}
You can add these css in the Food Store plugin customiser present at Food Store > Layout & Styling > Customize. Please give us good rating if the plugin is helpful.
Thanks & Regards,
Team WP Scripts
I already did, but it still appears on the order print unfortunately.
Hello
We are not able to get you at all. Can you provide any screenshot mentioning what you need.
Thanks
Hi
Thanks for the great plugin! The above code works, however I want to have the price first & description below that. Can you please make it?
Thanks!
Hello @shoaib17
Food Store plugin supports templating just like WooCommerce. YOu can create a folder called food-store inside the theme folder and can modify any content with the templates or filters available.
Thanks & Regards,
Team WP Scripts