Close

Profile: hristian.dimov

Avatar

User posts

6 years ago

Hi,

This is not how the plugin works. The plugin filters the products it does not change/flip the product images. When you select a filter from the left column, this will filter the products in the right column to only those which have the selected filter.

Hope this helps!

6 years ago

cesare.marasco wrote:
Hi,
There is a way to show account name (email or full name) of loggedin user on the right top of the page after that user has been logged in ?
Thanks in advance


Hi,

Sorry for the late reply!

Open the Themes/Tiffany/Views/Common/HeaderLinks.cshtml file, find this:

@T("Account.MyAccount")@*@Model.CustomerName*@

and change it like this:

@*@T("Account.MyAccount")*@@Model.CustomerName

Hope this helps!

a.zoremba wrote:
(NOP 3.7)

I encountered weird problem on Azure web application with azure when adding product to cart, nothing in logs.

1. Add to cart popup
2. Product added to cart
3. Empty popup instead of summary with "go to cart".

{"PopupTitle":null,"Status":"success","AddToCartWarnings":"","ErrorMessage":"","RedirectUrl":"","ProductAddedToCartWindow":null}

So I downloaded database bacpac to debug, and it works on local SQL Express. It also works for another azure instance with same codebase, theme and plugin set.
I managed to replicate issue by connecting to Azure database from local instance under debug, execution is not reaching ProductAddedToCartPopupDialog.cshtml, to test I edited it to empty <div class="productAddedToCartWindow">Hello!</div>, still empty popup.

Apparently something weird goes wrong in plugin code and instead of being logged returns null.

Any ideas?


Hi,

Could you please submit a ticket and provide a URL to your store and admin credentials to it so that we can inspect it?

Looking forward to your reply!

Bugs
6 years ago

santoshbpathak wrote:
We have applied nop ajax filter on our live site and it was working fine, but before few days it was not working on one page  and giving error like " Cannot read property 'toLowerCase' of undefined TypeError: $(...).attr(...) is undefined in  Filters.min.js file" in browser console.  

Page url is "https://dermawear.co.in/all-products" on which it shows error.

Need help to resolve this issue as soon as possible.
Refer these Screenshots :
http://prntscr.com/h77e9i
http://prntscr.com/h77erf




Hi,

I can see that you have made a lot of modifications to the plugin markup and one of them is breaking it. You have multiple "<div class="nopAjaxFilters7Spikes">" elements on the page while there should be only one <div> element with that class and it should contain a lot of data-attributes. Please remove that class from the rest of the <div> elements and everything should be fine.

Hope this helps!

6 years ago

baloghc wrote:
Are you unable to replicate if you add a JCarousel to the homepage of a stock installation of Pavilion? This doesn't occur outside of when the theme is selected. The only difference I see is that the theme carousel uses owl.carousel.css.


Hi,

sorry for the late reply, but we are very busy with the upcoming 4.0 upgrade.

Anyway, I tried this on a clean install with Pavilion theme and I don't have any missing images neither on homepage nor on any other page. Can you please check if you have any other 3rd party plugins installed that might interfere?

Looking forward to your reply!

6 years ago

baloghc wrote:
Did you figure this out nethumans?

We're seeing this issue as well on Pavilion:
https://i.imgur.com/GikE6Gi.png

We do not have a public facing site for you to review this on at this time though.


Hi,

I'm not sure how we can track this without checking the actual site where this is happening. Can you by any chance make it public?

Looking forward to your reply!

6 years ago

baloghc wrote:
Hello, I noticed the ability to add custom links and structure the menu however you like from the admin in the 3.9 version of the plugin. Basically, it gives admin full control over the menu.

Is there any possibility to backport that functionality to 3.7, or will we have to upgrade the website? It's a feature many of our sites would love to utilize so we're just going over our options.

Appreciate the help!


Hi,

Unfortunately, this cannot be ported to 3.70 version because there is some missing functionality in nopCommerce that we are using. This new MegaMenu is available in 3.8 and above versions.

You will need to upgrade your nopCommerce version. In this way, you will be able to use the new MegaMenu as well as others enhancements in nopCommerce.

Hope this helps!

Bugs
6 years ago

markokrstic wrote:
Hello guys,

we have issue with traction theme for 3.80, username is not shown. I go t fix from Andrey for default theme and works, but it do not work with your theme. Can you please help?

https://www.nopcommerce.com/boards/t/48890/username-missing-under-my-account-ver-380.aspx

Any update on this?

Hi,

If you have successfully merged the change from Andrey this should take effect in Traction theme as well because the Traction theme does not override this view which means that it will use the default view in nopCommerce.

So, basically, if Customer Setting -> Usernames enabled setting is checked, you should be able to see the read-only username.

Hope this helps!

Hello Hristian, unfortunately it doesnt work with traction theme. Fix works only for default theme.

Hi,

Could you please submit a ticket with a link to your site and admin credentials so that we can inspect it?

Looking forward to your reply!

Hello Hristian, unfortunately we can not provide admin access to our website cause of sensitive clients data.


Hi,

Did you check the styling of this element after you applied the changes? I'm pretty sure that the styling is the problem. Just add style="font-size: 14px;" to the <div class="inputs"> above so that the element will be visible.

6 years ago

bcdiesel wrote:
Please add the ability to select whether a slider can be desktop only/mobile only/both. This would be awesome as sliders designed for desktop views can be difficult to see on a mobile screen. 

Cheers


Hi,

Please submit your idea in our UserVoice portal so that other people can vote for it.

In the meantime, you can workaround this by creating 2 sliders. Set a "Theme class name" for the first one to be "desktop" and "mobile" for the second one. Then with CSS and appropriate media queries you can easily show/hide the sliders for certain resolutions e.g:

@media all and (min-width: 1281px) {
    .theme-desktop {
        display: block;
    }
}

Hope this helps!

Bugs
6 years ago

markokrstic wrote:
Hello guys,

we have issue with traction theme for 3.80, username is not shown. I go t fix from Andrey for default theme and works, but it do not work with your theme. Can you please help?

https://www.nopcommerce.com/boards/t/48890/username-missing-under-my-account-ver-380.aspx

Any update on this?

Hi,

If you have successfully merged the change from Andrey this should take effect in Traction theme as well because the Traction theme does not override this view which means that it will use the default view in nopCommerce.

So, basically, if Customer Setting -> Usernames enabled setting is checked, you should be able to see the read-only username.

Hope this helps!

Hello Hristian, unfortunately it doesnt work with traction theme. Fix works only for default theme.


Hi,

Could you please submit a ticket with a link to your site and admin credentials so that we can inspect it?

Looking forward to your reply!