skylerdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Create user compte and loginShortcodes here:
https://docs.restropress.com/shortcodes/
If you want to create an Edit Account page, use this shortcode (this is undocumented, I found it in a thread):
[rpress_profile_editor]
To force a user to login or register on checkout (if I am interpreting your question correctly), go to Restropress > Settings, click the Checkout Settings link, then check the ‘Disable guest checkout’ option.
- This reply was modified 4 years, 6 months ago by skylerdesign.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Change the look of buttonYour theme’s CSS is stomping over the button styles.
Try adding this in Appearance > Customize > additional css
.rpress-add-to-cart.button {
padding-left: 20px;
padding-right: 20px;
}Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Unable to Add to Order/CartHappy to help ??
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] New currencyGood morning,
You should not be editing the plugin files directly as your edits will get overwritten with the next update.
The proper place to put this snippet is in your active theme’s functions.php. However, this will get overwritten too if you update your theme. I would recommend using a child theme so your changes are safe from updates.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Unable to Add to Order/CartIt looks like you are using a Bootstrap theme which is causing a conflict.
In Restropress > Settings, try checking the box “Remove restropress bootstrap script”
Good luck!
Also @sagarseth9 – is there a way to get notified on the Plugins page that a new update is available, similar to how other plugins (paid or free) work? This would be better than having to manually check the downloads section + reinstall, which would save a lot of time and headache.
Thank you!!