X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Need help with 2 things... (https://forum.x-cart.com/showthread.php?t=69749)

Gromet 08-05-2014 09:16 AM

Need help with 2 things...
 
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.

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!

tony_sologubov 08-08-2014 03:30 AM

Re: Need help with 2 things...
 
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.

NHC-Adam 08-10-2014 08:21 AM

Re: Need help with 2 things...
 
Quote:

Originally Posted by tony_sologubov
Hi!

There is no such option at the moment, but we expect to add it in 5.1.5.

Tony.



Is there an ETA for the 5.1.5 release?

tony_sologubov 08-13-2014 10:54 AM

Re: Need help with 2 things...
 
Hi Adam!

Today is 5.1.5 release, but it's just to ship a hotfix for a problem with windows servers. 5.1.6 (with fix you need) will be shipped in September. We are designing AOM, so it will take some time to prepare.


All times are GMT -8. The time now is 05:51 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.