does anyone using SCA Vinson know how to turn on c...
# suitecommerce
c
does anyone using SCA Vinson know how to turn on customer initiated returns from My Account? Is there a button in the configuration or setup files? I can't seem to figure out how to allow our customers to initiate a return of their own products through My Account.
p
Check your customer role has "Return Authorization:create" permissions
Then the return option should appear in the order details page, of fulfilled orders.
c
thank you Pablo. Would you happen to know how to edit the customer center role?
p
Setup -> USer/Roles -> Manage roles
unfortunately if you don't have your own customer center role (You only have the default one configured) then you'll find out in the hard way why NS recommends to clone roles when you implement the account.
So if you only have the "Customer Center" role and not "Custom customer center" or "CompanyName customer center" then you'll have to create a new role (by clicking customize on the native role) and then ... assign that role to all your users.
you can start by assigning it to one user and test, of course.
And then if everything works you'll need to set that new role as the default customer center role (in general preferences) so new users will have that role too.
c
yeah i have the customer center role setup correctly but it's still not showing in my account
message has been deleted
message has been deleted
p
Check: 1. the user you log in with has that role 2. the order is already fulfilled and is an order of fulfilleable items.
c
trying to check the role now
not seeing it on the customer record
do you know what tab, by any chance?
p
Switch to "Standard Customer Center" form
it will be under Access tab
(&cf=-2 in the url works too)
c
hmm we must have the access tab hidden
change the general preferences customer center form to "standard customer center"?
p
no that's not needed
try appending &xml=T to the url
c
to which url?
p
the NS url for the customer you're looking at
example: /app/common/entity/custjob.nl?id=3006&xml=T
and look for accessrole in the xml
look also for <machine name="contactroles"
c
<origaccessrole>1106</origaccessrole>
p
is that the id of the role we were looking at?
c
yeah
i have two recent orders that were just fulfilled too
p
have you checked www.yoursite.com/sca-src-vinson/myaccount.ssp (the reference app with no customizations) ?
c
that url by itself doesn't appear to get me anywhere but when i go to my account it does say myaccount.ssp
message has been deleted
p
change "b2c" in that URL to "sca-src-vinson"
c
now i can see the functionality to return
message has been deleted
p
Ok, so it's hidden via customization in your SCA code.
👍🏻 1
I can't help you much more than that because i don't know how that was achieved for your particular site.
c
that's ok. thank you very much for your help. i had asked ACS if there was custom work to hide it but nobody knew
p
👌🏽