kaeverens / kvwebme

kvwebme
4 stars 5 forks source link

Form Fix #12

Closed Patrickbmccabe closed 11 years ago

Patrickbmccabe commented 11 years ago

Hi Kae, you asked me to remind you to Fix the form element on the Mohan Memorials website, I need to change the add to cart Button to "More information" button, which will then collect un verified email information from the user

I would also like to Email them a PDF of the Gravestone that they clicked about, , ,

Patrickbmccabe commented 11 years ago

Also, , I need to add a contact form to the site, , , am I missing something? formelement

kaeverens commented 11 years ago

nice screenshot! that makes a brilliant bug report.

all you need to do is re-enable to Form plugin (in Site Options > Plugins)

kaeverens commented 11 years ago

whoops - accidentally closed when it wasn't quite completed.

kaeverens commented 11 years ago

to change the "Add to Cart" to "More Information", you just need to change this code: {{PRODUCTS_BUTTON_ADD_TO_CART}}

to this code: {{PRODUCTS_BUTTON_ADD_TO_CART text="More Information"}}

to see a list of possible codes, click on the "codes" link under the Single-View Template form in Product types.

I've made the change.