Close

Profile: Deni

Avatar

User posts

9 years ago

e3io wrote:
I would like to place the product attributes in a tab.
What code can be placed inside the _ProductDescriptionTab.cshtml file to do this?
I'm not interested that the description is on a tab, I would replace it with the product attributes.
Any guidance would be welcome.

Thanks...!


Hi, 

The Quick Tabs plugin can show the specification attributes in tab.

The product attributes are not made in tabs, because they have more specific purpose. For example any of them can be made required and when the customer click the "Add To Cart" button he will see for example "Please select HDD". But the customer does not know that the attributes are below in the tabs and this can be confusing and make the customer leave this page. That is why we have decided to not make "Product Attributes" tab.

Anyway, you can suggest this functionality in our user voice portal.

I hope this helped !

9 years ago

GreatAdventure wrote:
Based on Google speed test it appears that the full size HomePageSlider is being used on mobile devices and is only being resized. Is it possible for the sliders to use scaled down picture sizes for mobile devices?

Here is what it says on the speed test.

Compressing and resizing http://www.adventuregear.ca/content/images/thumbs/0008177.jpeg could save 56.9KiB (90% reduction).

The 0008177.jpg is one of the homepage slider images.

Thanks,
Shawn


Hi, 

Yes, the Anywhere Sliders plugin does not support mobile scaling of images.
But I think there is a reason for this. If you open the site on mobile device in portrait mode, it will be let`s say 400px wide and you will load the slider images with width 400. Then if you rotate the device in landscape the images will be blurred.

There is a variant to make the sliders work via ajax. When they load, they just check the dimensions of the screen and then send an AJAX request to the server to load the images with the specified width.

You can suggest this in our user voice portal !

Bugs
9 years ago

jakubz wrote:
Hi I have trouble with NopFilters 3.50. 

I want to create page with products with discounts (only).

I Choose category all products, click filter "products with discount". Now I have generated link, but when I paste this on "private/incognito mode" browser, filter is cleared and shows all products (checkbox is unchecked).

Is this problem solved in 3.60? or maybe 3.60 have new functionality where i can do this? or maybe you have another idea how can i do this?

You can look how this is works here: http://www.godstoys.pl/promocje-3 and click second image. 


Hi, 

I have tried what you have described, but I did not reproduce the problem. I have opened incognito browsing and when I clicked on the second image the filter was applied.
I see that you are using bit.ly. Please check if there is no any settings inside it that should be changed.

I hope this helped !

gnik wrote:
yes it is a custom theme. Is it possible to somehow determine why, after filling the fields and clicking send, nothing is happening?


Hi, 

I suggest you to raise a ticket in our ticketing system.

There, you will be able to securely provide a link to your site and we will be able to check it for you and let you know what is missing.

9 years ago

objecta wrote:
Hi

We have problems with the Motion Responsive Theme and Google snippets.

Please see the details here https://developers.google.com/structured-data/testing-tool/?url=http://www.bikeuniverse.dk/da/fizik-m5b-donna-mtb-cykelsko.

It looks like the price itemprob is not part of the offers itemprob?

We are using NopMotionTheme_3.6.774.17394

Best regards
Objecta Data
Klaus E. Frederiksen


Hi, 

We have found this problem before few days. We have fixed it and the fix was deployed in the same time you wrote this post.

Update your theme and you will get the fix.

NOTE: There is a known bug with the ratings schema, which we have reported to the nopCommerce team here.

9 years ago

ernest wrote:
Hello everyone,



We have added an attribute set called Availability (Availability , Not Available ) The problem is , that with Nop Ajax Filter we use v3.5 ( not pro version) , even when this attribute is set as Default Product Sort Option is not forcing  on the load of page to sort products by this attribute. Only when click is made on checkbox on left sidebar , page resorting products properly .

My question is :  does PRO version solves this ?


Hi, 

If I understood correctly, you are talking about the Ajax Filter setting "Default Product Sort Option". 

Please explain how you have made the product attribute as Default Product Sort Option, because I can see that the sort options are predefined in the nopCommerce code: Position, Name ASC, Name DESC, Price ASC, Price DESC, Created On.

Waiting for your reply !

gnik wrote:
Good afternoon.

The new design does not respond to the button to send the message to contacts. How can I find out why?

http://1drv.ms/1iQpk95

http://1drv.ms/1iQp4ah

Thank you.


Hi, 

By the mark-up you have sent, I think you use a custom theme. That is why the button is not styled for it. The plugin comes with styling for the Default Clean theme.

I hope this info was helpful !

9 years ago

mettugoud wrote:
Hi,

We have purchased your theme and its working fine, we have requirement to change the UI design and we need to show the Administration link in customized format.

We have UI  (HTML and CSS ) which needs to be embedded into this theme.

Kindly guide us where we can change the design elements.

Awaiting for your response.

Thanks,
M Surender Goud


Hi, 

The Traction theme does not override the view for the administration link. So, you can find the mark up for it in the default nopCommerce file: "/Views/Common/AdminHeaderLinks.cshtml".

Let us know if you need any further assistance !

9 years ago

cbaldo wrote:

Hi

I have a similar problem. I need to add in mega menu (motion template) an item for each of our 4 tags. For each tag I need to display all the categories that have products with that tag. Is there a way to embed those tags and categories in mega menu?


Hi, 

The template of the Mega Menu has changed a little bit. It should look something like this:

<li>
  <span class="with-subcategories">Products</span>
  <div class="plus-button"></div>
  <div class="sublist-wrap">
    <ul class="sublist">
      <li class="back-button">
        <span>back</span>
      </li>
      <li>
      <a href="/computers" title="Computers" class="with-subcategories">Computers</a>            
      <div class="plus-button"></div>
      <div class="sublist-wrap">
        <ul class="sublist">
          <li class="back-button">
            <span>back</span>
          </li>
          <li>
            <a class="lastLevelCategory" href="/desktops" title="Desktops">Desktops</a> 
          </li>
          <li>
            <a class="lastLevelCategory" href="/notebooks" title="Notebooks">Notebooks</a> 
          </li>
          <li>
            <a class="lastLevelCategory" href="/software" title="Software">Software</a> 
          </li>
        </ul>
      </div>
      </li>
    </ul>
  </div>
</li>


This is needed to make the menu looks fine on mobile devices.

The functionality you want is not supported out of the box, so you have to write it and populate the menu item with it.

Let us know if you need any further help !

9 years ago

justinhof wrote:
Yes, I was able to get it working. However, in order to have it so I could still use the template pages, I had to modify the minified version of the Filter.js file to include a new class that is looked for in addition to the item-box class.

I think it would be great to have it wrapped as a variable so upgrades to the plugin won't break the site now.

Thanks!


Hi, 

Yes, we were thinking of implementing a setting for this too. We are glad that you have managed to modify the JS.

Thanks for your suggestion !