Close

Profile: hristian.dimov

Avatar

User posts

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.

8 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!

8 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!

8 years ago

richardbautista wrote:
Will Google Adsense work if it is placed inside a html widget? 


Hi Richard,

You may try to wrap the javascript code with CDATA. Here is an example: https://www.nop-templates.com/boards/topic/2483/how-do-i-include-a-script-in-a-tab-

Hope this helps!

8 years ago

Rönning wrote:
Hi there, I´m using Version 3.5 and I´m upgrading to 3.7
I have very large category with up to hundreds of products and I´m using the endless scroll feature and my customers are asking if it could be possible that after you scroll down a couple of pages and then select a product and go view that product page, that if you press the back button and go back to the category the filters would not reset the scroll but you would remain at the same scrolled spot you were before entering the product page.

Can I do something to make this happen?


Hi Rönning,

Thanks a lot for the suggestion, but it is not a trivial thing.

We want to implement it but our concern is that if you have scrolled down, for example, 100 products by clicking on a product and going back, the page will need to load these 100 products again which will definitely take some time, which might be confusing to the customers. Do you have any thoughts about this?

In the meantime, you can suggest your idea in our user voice portal.

Thanks.

Bugs
8 years ago

soheila2014 wrote:
Nop Cloud Zoom version 3.7 not working in product details page for me.
integration instructions is obsolete for version 3.7.
please help me.


Hi,

Could you please give us more information about your problem.

Did the plugin installed successfully? Do you have any errors on the page? Also, if possible, please provide a link to your site.

Looking forward to your reply!