Close

Profile: hristian.dimov

Avatar

User posts

9 years ago

illutian wrote:
In case the User Voice doesn't get heard.. :P

---

I feel requiring CS Staff to look under 'My Account' to monitor tickets is very inefficient. Why not have something in the /Admin/ side under Help Desk that allows anyone with access to view all tickets (complete with the same color coding as seen under 'Manage Tickets').


This way, not only can the staff members see the tickets that need responses, but also the Staff Managers can see how the entire CS Department is doing.

---

I'm really surprised there isn't a Hub area for all the tickets to be looked at. :(


Hi,

I don't quite get what is the difference between going to Administration -> Nop Help Desk -> ( for example ) Manage tickets and going to My account -> Manage tickets for checking the tickets. Either way, you need to go somewhere to check them.

What about, if you don't want to give your staff members an admin access to your site? How are they going to check the tickets? In the moment, the store owner is not obliged to provide access to admin area for the staff members.

Looking forward to your reply!

DonGadiano wrote:
Hi Thanks for the info, we don't rename anything, we just copy the Catalog folder from the default nopCommerce and paste in inside our theme, Themes\Views\VisionHub\Catalog, so, we don't rename any file name, we just edit the CSS.. so i guess we don't need to add anything from the admin\system\templates\category templates.. if we remove this "nop7SpikesAjaxFiltersGrid", which i already mentioned above, the filter will not work.

and for the infinite scroll, we already have the pager.. but its not working..

Thanks,
Don


Hi Don,

I don't think that it is possible to find the problem without inspecting your site. Everything that I already suggested was just assumptions based on past experience.

If you need to keep the conversation private ( e.g. share a link to your site ), you can submit a ticket where the conversation won't be visible by anyone except you and our staff.

Hi Don,

you should not add any classes in order to make the Ajax Filters to work.

It is hard to identify the problem without checking your site, but I will start with the most common mistakes.

If you have custom category templates please follow this article: https://www.nop-templates.com/ajax-filters-plugin-for-nopcommerce-documentation#addcategorytemplate

About the infinite scrolling, again you should not add anything ( neither classes nor elements ). The only thing that needs to be present in the code is the pager. It should be something like this:

<div class="pager">
<ul>
<li class="current-page"></li>
<li class="individual-page"></li>
<li class="next-page"></li>
</ul>
</div>


Hope this helps!

d.frankenberger wrote:
What can I do if I need additional info like the name of the corresponding productgroup name and link for the products shown in the filter?


Hi,

Could you please elaborate more on this? It would be very helpful if you explain what are you trying to do and what do you exactly need so that we can advise you.

Looking forward to your reply!

DonGadiano wrote:
Hi, I'm new to nopCommerce, so please be patient with me :) thank you!

I downloaded your AjaxFilter demo version, to feel if its really what we need on our project, when we installed it, it's working perfectly with the default themes of nopCommerce, but when we use our customized themes, i don't know what happen, the filter is not working, do i need to configure something or maybe i missed something?


Hi,

Could you please give us a little more information on what is not working. Are there any errors while you filter the product?

A link to your site would be very useful as in this way we can inspect what is not working.

Looking forward to your reply!

[email protected] wrote:
Hi All,

https://www.handbagwatch.com

please order something like https://www.handbagwatch.com/amani-61 then check out, the country is not selectable now... 

Please help


Hi,

Please do not duplicate forum posts - https://www.nop-templates.com/boards/topic/2865/multistore-error-while-running-latest-3753619934#11984

[email protected] wrote:
Hi All Supporter !!

I am running on multi store https setup.

https://www.luxurylowprice.com/amani-61 - try order something and go checkout, onepage checkout problem.. stuck at check out loading..

https://www.handbagwatch.com/amani-61 - try order something and go checkout, able to load one page checkout but the country field is not selectable now..

I am using the latest version NopUltimatePluginCollection_3.7.536.19934

Thanks  !


Hi,

I'm glad that everything is ok now. We have changed a few javascript files, which were probably cached on your site after you update the plugin and this is why you have experienced these problems.

9 years ago

richardbautista wrote:
Thank you for the reply! 

I am not really a coder so it may be difficult for me to digest the thread you suggested. 

Say below is the code I get from Google Adsense, how do you go about it:L

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- SAL-e, Bottom Banner -->
<ins class="adsbygoogle"
     style="display:inline-block;width:728px;height:90px"
     data-ad-client="ca-pub-8453972048291109"
     data-ad-slot="4726471878"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>


Hi Richard,

You may try with this:

<!-- SAL-e, Bottom Banner -->
<div id="google-ads"></div>
<script>// <![CDATA[
(function() {
    var script = document.createElement("script");
    script.src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
  script.async = true;
    document.body.appendChild(script);
  
  var ins = document.createElement("ins");
  ins.class = "adsbygoogle";
    ins.style = "display:inline-block;width:728px;height:90px";
  ins.setAttribute("data-ad-client", "ca-pub-8453972048291109");
  ins.setAttribute("data-ad-slot", "4726471878");
  
  var googleAds = document.getElementById("google-ads")
    googleAds.appendChild(ins);
  
  (adsbygoogle = window.adsbygoogle || []).push({});
})();
// ]]></script>


but I'm not sure that it will work. When you create an HTML Widget, you need to paste the code above into Tools -> Source code form as otherwise the code will not be executed.

Hope this helps!

9 years ago

gavinramm wrote:
Testing done.
NEW NopCommerce 3.5 Instance (downloaded today)
NEW Urban Theme for 3.5 (Downloaded today)

Setup new shop and enabled SevenSpike Core , Urban theme and AjaxCart.

Test 1 : Default theme
Add Product to cart fine using normal cart.

Test 2 : Default theme + Ajax Cart Enabled.
Product added via the ajax cart popup.

Test 3 : Urban theme + Ajax Cart Enabled
Product added via DEFAULT POPUP, ajax cart popup not used and the error is generated in the log.


Hi,

Thank you for reporting this.

We fixed the problem and the theme is ready for download.

Please download and update the theme to the latest version following this article:
https://www.nop-templates.com/how-to-update-a-nopcommerce-theme

Hope this helps!

d.frankenberger wrote:
Can you give me more information about building my own controller and action to use jCarousel with the ProductOverviewModel? Me and my company are interested in this plugin, but we need more product information in the view from ProductOverviewModel. Please let me know how to manage this, so that we are able to use this plugin for our solution.


Hi,

We do not support manual integration anymore and you don't need it actually. You can use ActionFilters to hook after the ProductOverviewModels are prepared and then you should add your additional information there.

Hope this helps!