开发者 | rajeshsingh520 |
---|---|
更新时间 | 2024年10月20日 18:17 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.6.1 |
add_filter('pisol_rm_disable_cart_page_overwrite', '__return_true');
Just make sure WooCommerce is pre-installed and active on your website
Plugin converts your WooCommerce cart page into your menu page, so your WooCommerce cart page is converted into the menu page.
Make sure you have set a cart page for your site from the WooCommerce > settings > Advanced (tab) -> Cart Page, if you have not set the cart page from WooCommerce setting then WooCommerce will show its own default cart page and this plugin won't work properly
By default, it will redirect your shop page to your cart or menu page. We have added this because we think you won't need shop page as all your product will be on the menu page, but if you still want that sho page then you can have our Pro version it has the option to disable this feature
All the single product will be redirected to the menu page, but if you don't want that redirect then you can use our Pro version it has the option to disable this feature
Pro version has the option to enable this feature
Say you have a category page and you want to link them to the menu page, but you want to show the menu specific to that category then you can do that, just add ?cat_id=(id if the category that you want to show) E.g https://woo-restaurant.com/menu/?cat_id=100 on our demo site, this will open "Magic of Basmati" https://woo-restaurant.com/menu/?cat_id=106 this will open "Indian food" If you add a nonexisting cat_id then it will show the default category (selected in plugin setting)
Now you can show a short description below the product name in the menu, this option is only in Paid version
Yes you can do that in the pro version, it gives you option of 4 different positions Cart to the left product on the right Product on right cart to the left Product on top and cart to the bottom Cart to top and products on the bottom
In the pro version, there is an option to remove out of stock product from the menu
Yes you can set a minimum item amount number in each of the side dish group, if you set minimum item amount then the customer won't be able to add that product to cart until he selects that many item from that particular group
No, side dishes can only be added to the simple product
In pro version there is option disable the variable product from appearing in menu
Variable product will open in a popup on the menu page itself and the user can select the variation and then add the product to cart
Yes you can sort it using WooCommerce default sorting method and it will follow that sorting
This can be done in the pro version, it will allow the user to see the hide the cart and view it when he want to see the product added
Yes, there is a Side dish template option, you can make template in there and reuse them on the product page
Yes, plugin allows you to change most of the plugin element color from within the plugin setting
We have introduced a option for food type you will have to enable it from plugn setting "Design Tab"
We have implemented caching to make the Ajax loading of the product faster, you have to enable this option in the Speed settings tab.
If you have caching enable in the plugin make sure to delete your cache after you have made changes in the plugin settings, Products, or Category
You can add custom product type using the filter function like below add_filter('pisol_rm_product_type_filter', function($type){ return array('simple', 'variable'); });
Yes from the version 4.7.9.3 we have given the option to allow customer to add side dishes from single product page as well
you can disable that feature by adding the below code in your theme functions.php file add_filter('pisol_rm_disable_cart_page_overwrite', '__return_true');
There is an option in the Design tab to enable the product image for the mobile devices as well
Yes the Free version and PRO version both are HPOS compatible