Hi!
Quote:
Originally Posted by Gromet
1) How do I create/Edit a Contact us page? I have enabed the Contact Us module under Extensions, Created the Google ReCAPTHA Info etc... but that is all I see.
|
I have written a basic article about how to edit Contact Us page:
http://kb.x-cart.com/display/XDD/Editing+Contact+Us+page
Please check it out and let me know if it works for you.
If you need to display HTML code in the description, you can either wait for X-Cart 5.1.5 or apply simple mod:
- enable Custom Skin mod in your admin area
- add the skins/custom_skin/default/en/modules/CDev/ContactUs/contact_us/body.tpl template with the following content:
Code:
<div class="contact-us-description">{t(#To contact us please fill the form below#):h}</div>
<hr class="contact-us-description-hr" size="1" />
<widget class="\XLite\Module\CDev\ContactUs\View\Form\ContactUs" name="contact-us" />
<div id="contact-site-form">
<list name="contact-us.send.fields" />
</div>
<widget name="contact-us" end />
Quote:
2)Is there a way to get products with a O Quantity to automatically hide? I don't want customers browsing stuff thats not in stock...
thanks!
|
There is no such option at the moment, but we expect to add it in 5.1.5.
Tony.