Close

Profile: iliyan.tanev

Avatar

User posts

9 years ago

Hi,

Could you give us a little more information what exactly you want to change ? 
Do you want to change the theme color or you want your customers to have the option to select the color ?

equal ranking
9 years ago

Hi,

Sorry my bad. The above answer is for the AjaxFilters.
Unfortunately in AjaxFilters Pro you could not have equal ranking for filter options.

9 years ago

Hi,

On which theme are you trying this ?
On Default Clean is appearing.
If you are using some third party theme, please check if the price class of the div wrapping the price is not caching some styles that it shouldn't. Keep in mind that if this price class is not used you could use it to apply some styles to the price. 

Bugs
9 years ago

Hi,

We are not experiencing this problem locally and your site doesn't seem slow.
Could you provide us with a link to page that appears slow ?
How did you find out that the JavaScript is the problem ? 
Could you specify what part of the JavaScript is slowing down your site (some code fragment or file which causes the problem) ?

9 years ago

Hi,

You could edit the content from Themes/Nitro/Views/Common/Footer.cshtml

9 years ago

Hi,

The class is added to this element of the slider:

<div class=slider-wrapper theme-YOUR_THEME_CLASS_NAME">


You can give a link to your site, so I can check it for you. If you do not want to expose it here, you can submit a ticket in our ticketing system.

9 years ago

Hi,

Yes, you can easily do it.
Open Views\Product\RelatedProducts.cshtml view and change the item-box div to the following:


<div class="item-box">
                @Html.Partial("_ProductBox", item)
                <div class="price">@item.ProductPrice.Price</div>
</div>

9 years ago

jakubz wrote:

Only "new address" should be works better. Now I have preselected last address but can't choose "create new". When i click on it, nothing change... I need click in other address to be start working ;) 


This bug is fixed and deployed. You should update your plugin.

Bugs
9 years ago

Hi, 

We are glad you like OnePageCheckout plugin! 
You could update now and the bugs related to points 3 and 4 will be gone. 

9 years ago

Hi,

Probably your server has cached the old version of the filters JavaScript. You should restart your site or edit Global.asax by adding few spaces, which will trigger full restart and should clear the server cache.
If you are using some service like CloudFlare you should clear your cache in there too.