Close

Profile: Boyko

Avatar

User posts

11 years ago

[email protected] wrote:
I have modified the Register and Log in view nop3.2. But after I change the theme it only works for the 'Electronics', the other theme it does not work. I have The following themes:
Alfresco
Alicante
Beauty
Electronics
Fashion
Jewelry
Lighthouse
NeoFashion
Playground
ShopAll

So, What can I do when I change the default view of nop system.


Hi [email protected],

Please note that some of the themes override the Login and Register pages, so you need to make your changes in their views. For example if you want to modify the Login page in the Alfresco theme you need to modify this file:
Themes\Alfresco\Views\Customer\Login.cshtml

The same applies to the other themes.

Best Regards,
Nop-Templates.com Team

11 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

11 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

11 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

11 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

11 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

11 years ago

jeffahart wrote:
I cannot get the 2D carousel to filter by store in multi-store configuration.  Everything else switches on and off per store checked.  Just this one is giving me trouble.  Cannot figure what I'm doing wrong.  I've switched to a banner in the homepagetext Topic for now.  But I like the Carousel2D because the Topic automatically puts a <p> around my image html and has twice the white space above and below, and even that small real estate is critical.

Thanks,
jeff


Hi jeff,

This is fixed now. Please update the plugin to get the fix.

Thanks