kaeverens / kvwebme

kvwebme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Fix

Patrickbmccabe opened this issue · comments

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, , ,

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

nice screenshot! that makes a brilliant bug report.

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

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

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.