Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Customer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2013 at 07:17 UTC
Updated:
27 Feb 2014 at 17:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
acrazyanimal commentedComment #2
acrazyanimal commentedComment #3
sportel commentedHi acrazyanimal,
I'm sorry, but the patch hasn't got any effect on the help text for me. It still doesn't show up.
(I've patched the file, cleared all caches, no effect)
Comment #4
acrazyanimal commentedDo you have the core help module enabled? and the system help block configured to display in your admin theme somewhere you can view it?
Comment #5
sportel commentedYes, I have the core help module enabled and I tried the help block in different regions of my site, without any luck. It does work on your site?
Comment #6
acrazyanimal commentedYes, it shows up for me in the admin theme. So for example to see the help text for myprofile type "test_profile" I go to admin/commerce/customer-profiles/add/test-profile and the block displays there at the top of the page.
The Bartik theme has a help region and the block is by default in that region for my test site.
Comment #7
sportel commentedMy mistake!!! I didn't realize that the help text was only for the admin theme. Your patch works.
I assumed it was meant for every user (customer) who makes a new order and thus fills in a new customer profile. Isn't that what the help text is supposed to be for? When (as an admin) creating a new customer profile type, it says "Enter some help text to aid users in filling out the customer profile form on checkout." where the help text should be entered.
Comment #8
rszrama commentedWorks for me.
@sportel - there is no help text there by default. You'd have to either alter it in or else use a module that lets you define customer profile types with help text.
Comment #9
acrazyanimal commented@sportel your question would be more appropriate in the customer_profile_type_ui issue related to this one. You are correct though that the description would make more sense. The latest dev version of the customer profile type ui module has updated help text for the 'help' parameter that makes this more clear. In terms of adding help on the profile edit forms, my suggestion is still to simply add a markup field to the profile and style it to look like help text or however you like.
I've added an issue to also update the commerce customer api descriptions for these parameters as well.
Thanks for committing Ryan. :)
Comment #10
sportel commented@acrazyanimal,
Thanks for your help and work. I'll keep using a markup field to show some help text.
Comment #13
rszrama commented