bysabotaj 1 Posted April 4, 2019 Share Posted April 4, 2019 (edited) Hi Question 1: Guest can visit store , this is not problem but I don't want guest can order. Because I blocked space(blank character) in account name(example : test test) but still people can register account name with space character . Because they can register on order page. So , how can disable guest orders ? Don't misunderstand me. I don't want block them for store. I just want force register before order. Question 2: I logged in with admin account but I can't see widgets bar. There is no bar icon on left. Edited April 4, 2019 by bysabotaj 1 Link to comment Share on other sites More sharing options...
Gerom119 2 Posted April 5, 2019 Share Posted April 5, 2019 (edited) Question 2: check the Moderators permissions (add your administrator member or Administrator group to Moderators here if not added). Also check Administrators section if you are added there or not. Edited April 5, 2019 by Gerom119 Link to comment Share on other sites More sharing options...
Gerom119 2 Posted April 5, 2019 Share Posted April 5, 2019 (edited) "So , how can disable guest orders ?" It is not possible do set permission on Checkout for any group. So, either you disable the Shop from Guests, or you disable any particular product from being displayed to Guests. Edited April 5, 2019 by Gerom119 Link to comment Share on other sites More sharing options...
bysabotaj 1 Posted April 6, 2019 Author Share Posted April 6, 2019 (edited) Is possible disable register on store ? If they they are guests and if need register redirect them to register page Edited April 6, 2019 by bysabotaj Link to comment Share on other sites More sharing options...
Gerom119 2 Posted April 6, 2019 Share Posted April 6, 2019 (edited) It is not possible by the default means. Shop is not developed according to the modern time demands. Edited April 6, 2019 by Gerom119 Link to comment Share on other sites More sharing options...
bysabotaj 1 Posted April 7, 2019 Author Share Posted April 7, 2019 (edited) On 4/5/2019 at 1:32 PM, Gerom119 said: Question 2: check the Moderators permissions (add your administrator member or Administrator group to Moderators here if not added). Also check Administrators section if you are added there or not. I found problem , it was my fault. I tried to "display : none" for footer area , it is effected widget bar icon too Edited April 7, 2019 by bysabotaj Link to comment Share on other sites More sharing options...
Head Guru 106 Posted April 7, 2019 Share Posted April 7, 2019 11 minutes ago, bysabotaj said: Yes there is administrator group and member, no problem. But still I can't see Widget bar icon. I don't know when it is lost. and I don't know why You should not have a member group there, having a member group gives them all moderator permissions. You should only have Administrators and Moderators. Head Guru - Personal Blog: https://www.zacdrayson.com |Business Website: https://www.hydrawebservices.com Link to comment Share on other sites More sharing options...
bysabotaj 1 Posted April 7, 2019 Author Share Posted April 7, 2019 My problem fixed. Thank you Link to comment Share on other sites More sharing options...
titcrunch 182 Posted April 9, 2019 Share Posted April 9, 2019 you have a option in store parameter for force a account create and validate before buy in store Best Regards Titcrunch French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design. Link to comment Share on other sites More sharing options...
bysabotaj 1 Posted April 9, 2019 Author Share Posted April 9, 2019 (edited) 4 hours ago, titcrunch said: you have a option in store parameter for force a account create and validate before buy in store I wish you explained this I fixed problem manual. I changed button url find this <button data-action='newMember' class='ipsButton ipsButton_primary ipsButton_medium'>{lang="continue_as_new_member"}</button> and replace with this <a href='{url="app=core&module=system&controller=register" seoTemplate="register"}' {{if \IPS\Login::registrationType() == 'normal'}}data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="sign_up"}'{{endif}} id='elRegisterButton' class='ipsButton ipsButton_normal ipsButton_primary'>{lang="sign_up"}</a> But if there an option pls show me. if you talking about "Force users to make a purchase when registering?" I think this is not solve for my problem. this is forcing purchase for register ,but we need force register for purchase (same register form with register page) Edited April 9, 2019 by bysabotaj Link to comment Share on other sites More sharing options...
titcrunch 182 Posted April 9, 2019 Share Posted April 9, 2019 no the option force guest to registrer before buy is exactly was you want Best Regards Titcrunch French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design. Link to comment Share on other sites More sharing options...
Recommended Posts