Jump to content

Block Guest Orders / Widget bar


bysabotaj

Recommended Posts

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 by bysabotaj
  • Like 1
Link to comment
Share on other sites

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.

123123.jpg

 

 

 

Edited by Gerom119
Link to comment
Share on other sites

"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.

123123.jpg

Edited by Gerom119
Link to comment
Share on other sites

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.

123123.jpg

 

 

 

I found problem , it was my fault. I tried to "display : none" for footer area , it is effected widget bar icon too

Edited by bysabotaj
Link to comment
Share on other sites

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

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 by bysabotaj
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...