Close

Profile: Boyko

Avatar

User posts

10 years ago

Lokesh wrote:
I need filters available for all pages on my site. Now it just shows on subcategory page. I want the filters to show on homepage, new products page and other pages too.

Can please someone throw some light on it?


Hi Lokesh,

Nop Ajax Filters plugin have support for category, manufacturer and vendor(the just released version 3.21) pages. If you want support for other pages then please suggest your idea in our UserVoice portal. There are already a few ideas suggested i.e this one.

Thanks

t.ent wrote:
We just installed the Ajax filter plugin.  It is displaying on the category page but when we click an option we get the following error below.  We have made some changes to the Category.cshtml page and other pages.  Maybe we have removed a field that is needed?  Can you tell us what section needs to be present when an option is clicked.

An exception was thrown while invoking the constructor 'Void .ctor(Nop.Services.Catalog.ICategoryService, Nop.Services.Catalog.IManufacturerService ...


Hi t.ent,

You have probably modified the constructor of the Catalog controller. Please use properties instead of parameters in the constructor of the Catalog controller as described in this post.

Best Regards,
Nop-Templates.com Support Team

ellerlor wrote:
Hi,
OK it is clear.. but what means " you need to create a new action" ..
First of all I have some problem to reference into your _ProductView.cs page my new development because I have not the project of Quick Tabs in my solution...

Thanks in advance for any better clarification


Hi ellerlor,

By creating a new action I meant to add a new method in one of the existing controllers in nopCommerce or in your own plugin controller. Then you can call this action from the Tabs view just like this:

@Html.Action("YourActionName", "YourControllerName", new { productId = Model.ProductId })


Your action will return some html that you can show in a tab. There is no need to reference any custom types in the Tabs view.

Hope this is clearer now!

Best Regards,
Nop-Templates.com Support Team

10 years ago

JIDHA wrote:
Hi
I have uploaded the Nop Alfresco Responsive Theme for nopcommerce website,but when uploaded into azure shows error that the resource file in plugins cannot be accessed

Can i get a copy of source code of Plugin files of Nop Alfresco Responsive Theme??I have Single Domain License for this theme,Awaiting your response

Jidha S


Hi Jidha,

Please check your email as we replied to you via email. Please note that there is no need to do both - write in the forum and send emails at the same time. One of these is enough as we are monitoring the forum and the emails.

Thanks

10 years ago

shvager87 wrote:
Hello! I need to insert code of creditpay system to quick view. It has own API? I need only paste simple block
<div class="buy_in_credit" razmer="78x21" cena="@defaultProductVariant.ProductVariantPrice.PriceWithDiscountValue" nazva="@Model.ProductDetails.Name" tovarpage="@Url.RouteUrl("Product", new { SeName = Model.ProductDetails.SeName })"></div>

but it does not work because external script was not attached. On main site this script wroted in Root,Head
<script type="text/javascript" src="http://creditpay.com.ua/api/js/script.js"></script>


Where I must to write this to this script will work?
Thank You!


Hi shvager87,

You need to add your html in the Quick View first.
Here are the files for Simple and Grouped products (if you use older version it is Single and Multi).
Plugins\SevenSpikes.Nop.Plugins.QuickView\Views\QuickViewCatalog\

You need to add your button in the _Single.cshtml file for example.
You can also link your scripts there as well.

Hope this helps!

Best Regards,
Nop-Templates.com Support Team

rread wrote:
Running Nop 3.2.  Price range filter is posting to /Catalog7Spikes/GetFilteredProducts.  All products in categories are filtering properly, except the first one in the product grid for that category.  This issue occurs across multiple categories.  


Hi rread,

This sounds really strange as we have never seen the described behavior in the Ajax Filters.
Are you using the latest version of the Ajax Filters?
The only possible problem for this is to be a caching issue. Can you check if you still have this issue if you click "Clear cache" in the administration or "Restart Application"?

Best Regards,
Boyko Bonev
Nop-Templates.com Team

cyberspy wrote:


So far, I've been very impressed with the quality of your plugins and themes, but this has really knocked my confidence in my ability to use your plugins and to continue to extend nopCommerce.

Surely there must be a better way of doing this?


Hi cyberspy,

If you explain what you would like to achieve exactly then we will be able to advice and to return your confidence back :)
As stated before it is a breaking change to add new parameters to a method no matter if it is an optional one or not. Our plugins rely on these methods and you should not change them if you want the plugins to work.
Please let us know what exactly your goals are and we will help.

Best Regards,
Boyko Bonev
Nop-Templates.com Team

10 years ago

fakeplacebo wrote:
Hi,

that would be great, I think I found related string: "shoppingcart.selectattribute"

but it's still does not work.

I could give you this link as an example:

http://hepsidantel.com/dagi-sutyen-takim-5634

if you click on "buy now" button without selecting any attirbute, you going to get a warning message  box which is only contains attribute name.


We found out why you don't see the "Please select ..." message. That is because you have set Text prompt for this attribute in the administration. nopCommerce does check if there is a text prompt it show it rather than the "Please select ..." message. We just removed the text prompt for the Rank attribute for this particular products and the message is now shown as you want it.

fakeplacebo wrote:

an another problem is my facebook shop using Default Clean theme instead of Nop NeoFashion Responsive theme as you may check from that link:

http://hepsidantel.com/facebook/shop

so what is your suggestions?


The Nop NeoFashion theme is a desktop theme in terms of nopCommerce. It is not a facebook theme or a Mobile theme. If you enable the mobile support in nopCommerce and open your web site from a mobile device you will see the Mobile nopCommerce theme that uses JQuery Mobile rather than the Neo Fashion theme. The same is about the Facebook shop. Currently we do not offer facebook shop themes.

Best Regards,
Boyko Bonev
Nop-Templates.com Team

10 years ago

fakeplacebo wrote:
Hi
Sory about that but I sent you my login info via pm.

Best regards


Hi fakeplacebo,

Can you check if you are missing this resource "shoppingcart.selectattribute" for you languege?
Here is a video from our video tutorials section that explains how to work with resources.

Thanks

jaxuk wrote:
Hi,

I have just noticed that the Attributes filter does not take into account whether an attribute combination is in stock or not.

This is not how I would expect the filters to behave, I would only want to see products which are in stock - otherwise it's a bit pointless.

Is there any plans to implement this?

Thanks


Hi jaxuk,

Please vote for this idea in our UserVoice portal.

Thanks