View Single Post
  #707  
Old 10-13-2014, 08:51 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Pitak,

Quote:
1. When the phone is in the portrait position, the language button does not show. No problem with Landscape.

skin/reboot/custom/header/header_account_menu.tpl

Replace...

Code:
{if $all_languages_cnt gt 1} <div class="btn-group hidden-xxs">

With...
Code:
{if $all_languages_cnt gt 1} <div class="btn-group">

Quote:
2. The featured categories icons does not arrange tidily. There's a white space in the middle.

That's not helped by you having different icon heights. You could always add a fixed height div container around the icons to compensate, or try a different featured category style.

Or set the max-height of your icons. See skin/reboot/custom/widgets/home_featured_categories.tpl

Code:
{assign var='max_h' value='100'}

Quote:
3. The featured category names are in English even when the language is set to other languages.

Single language only at the moment, sorry. It may be multi-language capable in the next version.

Quote:
4. Please add Redactor HTML Editors support for the Category Description forms (admin)

ok.

Quote:
5. Do you think you can include an option to subscribe users in the product list pages when items are not in stock (product notifications module)?

Not when it already exists, you can purchase the Qualiteam module here. It's also included in X-Cart Gold Plus / Platinum.
__________________
xcartmods.co.uk
Reply With Quote