Close

Profile: Deni

Avatar

User posts

Bugs
9 years ago

ernest wrote:
I have added to custom robots.txt



Disallow: /catalog7spikes/getfilteredproducts
. But problems still persists, because other crawlers than Google do not respect it.


Hi, 

We will investigate this further for other crawlers.

Thanks for your feedback !

9 years ago

[email protected] wrote:
Hi All,

Just bought this theme and my site nowhere looks like the demo site, 

there are a lot of settings needs to be done , and documentation is not adequate

Can i have a  demo of admin please ?

Cheers
M


Hi, 

Yes, we provide the demo databases, the only thing you need to do is to submit a ticket and we will provide all the demo data you need.

Bugs
9 years ago

Hi, 

We were taking into consideration the setting "IncludeFeaturedProductsInNormalLists" - that is why you do not see your products. Let me say that it is strange that all products in your category are featured.


We have decided to ignore this setting, so that all products be shown in the Facebook Shop category page. We are going to deploy this functionality in the next few days.


Thanks for your feedback !

9 years ago

Juson wrote:
Hello


I want to change date order, from day/month/year to year/month/day.

I've got homepage rich blog date changed by modifying richblog.cshtml, but not blog post page.


<div class="page-body">
        <div class="post-date">
            @Model.CreatedOn.ToString("D")

I think above is the source code of blog post page, but I don't get what this means.

What should I do? Could you help? Thanks.



Regards,

Juson


Hi, 

Yes, this is the code showing the date. Just edit the row like this:

@Model.CreatedOn.ToString("yyyy/MM/dd")



I hope this helped !

9 years ago

sdvariations wrote:
I see the option "Click for dropdown" or the option "Include topic" (which is the one i'm interested) but none "Show Topics Body In Dropdown" in 3.20 version

i've seen in the MegaMenu.cshtml this code regarding MegaMenuTopic, I have modified it to get the topic i wanted but i would like to add more topic like this one so i've tried to copy the following code but get an error at the end.

MvcHtmlString megaMenuTopicBlock = Html.Action("TopicBlock", "MegaMenu", new { systemName = "MegaMenuTopic" });
    if (Model.Settings.EnableMegaMenuTopic && !MvcHtmlString.IsNullOrEmpty(megaMenuTopicBlock))
    {
        <li>
            @megaMenuTopicBlock
        </li>
    }


After the reply of Boyko i tried with the code :

<li><a href="@Url.RouteUrl("Topic", new { SystemName = "topic system name" })">Link Title</a></li>


It works Well But there is no dropdown like the MegaMenuTopic.

Sorry if my previous e-mail wasn't clear and thanks in advance for your help


Hi, 

This setting is not available in 3.20.

You were on the right way when trying to copy the code and use it with your own topic, you just need to use different names. Try this code and for each topic change the "customTopicBlock1" name:

MvcHtmlString customTopicBlock1 = Html.Action("TopicBlock", "MegaMenu", new { systemName = "CUSTOM_TOPIC_NAME" });
if (!MvcHtmlString.IsNullOrEmpty(customTopicBlock1))
{
    <li>
        @customTopicBlock1
    </li>
}


I hope this helped !

9 years ago

sdvariations wrote:
mmmh sorry to bother again.
I would like my topic to have a dropdown like the option MegaMenuTopic.
What would be the code ?


Hi, 

The Mega Menu has a setting "Show Topics Body In Dropdown". Please check it and you will see the topic dropdown.

9 years ago

jakubz wrote:
Hi I add on User Voise suggestion. 
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/12459105-realonepage-checkout-add-xxx-to-free-delivery

Please Vote ;)

"Hi Guys! maybe is possible to add this feature. Example: "Add XXX more to free delivery" support? This should work:


1. We have some discounts like: free delivery, when customer has cart with greater value than 200$, or 15% discount when client spend 300%, etc.

2. Customer is on real one page checkout with 180$ value in cart so he see information: "Add XX$ more to free delivery", or another information with our discounts (we can enable / disable this information on discount page).

What are you thinking about it? :)"


Hi, 

It sounds more like Discount plugin integration, but we will think about it.

Thanks for your suggestion !

9 years ago

Deni wrote:
In add product, it would be good to have an add by Product SKU , similar to the Product admin module where you can jump straight to SKU. This would make it much easier for me to add products. I have many products with similar names so the existing search capability in JCarousel for add product does not suit.


Hi, 

We have planned this and we will integrate it soon.

You can also suggest it in our user voice portal so you can check its progress.


Thanks for your feedback !



Hi, 

We are happy to let you know that we have added "search by SKU" filter in our product mappings popup. It is available in v3.70.

Thanks for your feedback !

9 years ago

Hi, 

We have just checked your site.
We have managed to see the JS error related to the URL formatting when the advanced search is on.

About the conversion of the symbols in the URL - this is a browser feature to handle specific characters.

It looks like the other things are working fine.

We will take a look at the JS error and will let you know.
I do not think it is something to worry about, because it is not breaking any part of your site.


Regards, Deni !

9 years ago

ronenl wrote:
Having problem with the advanced search - which is as described always true specially when searching hebrew language.
 the encodeURIComponent translate the hebrew search term into somthing like this %u05db%u05d9%u05e1%u05d5%u05d9&
 and also gives the following error
 filterSearch?adv=false&cid=0&q=%u05db%u05d9%u05e1%u05d5%u05d9&sid=False&isc=false:170 Uncaught TypeError: 
eventhough my advanced search is set to false - it still open the advance search checkboxes and the toggleadvanced search script in search.chtml is not working.
what should I do to fix this ? 


Hi, 

Please submit a ticket with link to your site, so we can test it and let you know what is the problem.