Close

Profile: Deni

Avatar

User posts

9 years ago

nonam wrote:
Hello:  In some of my categories, I would like to display the product in list, rather than in grid with a picture. Because the application does not have the ability to manage Events, I am using the Products and Categories to manage this.

As an example: Under my Category "Craft Shows", I have 3 products with a picture (one for each Craft Show". These are displayed with their respective picture, in Grid format. But I would also like to add another product "Exhibitors" without having a picture. The problem is that the template or application forces me to add a picture since otherwise it shows on website with a picture frame indicating that there is no picture for that product. Is it possible to simply have an option allowing either a title only OR a picture for the products?

In the Nop ArtFactory Team page from the admin menu, I can only select one option in the view mode: by "Grid" or by "List". Is there any way we can set it up so that it's a combination of the two like this: by "Grid or List", which I thought was available in version 3.5.

Thanks!


Hi, 

I think that this combination of "Grid and List" is not possible and it was never available.
    Each product should have a picture. Otherwise it will show the default "No Picture Available" picture. The first reason for this behaviour I can think of is styling. If you do not have image for some of the products the page will look terribly.

The "default image" is fine practice and many sites are using it.


I hope this helped !

9 years ago

nonam wrote:
Hello: I have added a sticky category to my Mega Menu but to ensure that it would fit in a single line, I had to remove some of the Mega Menu items. It seems that, although you can add several topics to that Mega Menu, only 6 items PLUS a sticky category can show up on one line.

Please help to work around this. The issue is that in French, text is much longer!

Thanks a lot!


Hi, 

This is something that can not be foreseen. It is up to you to modify the french resources so that the items become smaller. One possible workaround is to reduce the space between the menu items, but this can look strange and unclear.

For example try to add this code in the theme plugin "Custom Head Styles" setting:
@media (min-width: 1001px){
  .header-menu>ul>li>a, .header-menu>ul>li>span{
    padding: 9px 7px;
  }
}


Modify the bold "7" if you want different space between the elements.

I hope this helped you !

9 years ago

Hi, 

The fix for 3.50 is to find the row:

map.fitBounds(bounds);


and edit it like this:

allShops.length > 1 && map.fitBounds(bounds);


I hope this helped !

9 years ago

justinhof wrote:
Hello,

I downloaded the latest version for 3.50, uninstalled plugin and re-installed new version with no change for that setting of NopAjaxFiltersSettings.PrepareSpecificationAttributes. Is it in the 3.5 version? 

I have the Plugin Collection license, maybe it is not in that version?

Thanks,
Justin


Hi, 

Well, you have not specified which version you are using, so we made this modification only in 3.60. But, as you are using 3.50, we just merged the changes and you can update the plugin now.

9 years ago

Hi, 

I am talking about the latest version of the plugin for v3.60. We have just deployed the fix, so please update the plugin and everything will work fine.

DO on 3.6 ??
9 years ago

yohanes wrote:
Do you have any future plan to have themes for 3.6? It would be nice if you guys have that, for both classic and darkorange. 

Or, do you know if someone has developed those themes support for 3.6?

I am using NopCommerce 3.6, I thought that's the best one based on what I see in the release note, but I am stuck having one free default theme :( I am trying to play around with those other free themes before deciding of buying other themes. 


Hi, 

    As you may know we have developed the new Default Clean theme for nopCommerce 3.60. The new Default theme is better in every aspect - better HTML structure, better CSS organization, Responsive design support, nice and clean design, suitable for every type of online shop. For this reason we have just stopped supporting the DarkOrange and NopClassic themes.
    We have created the theme to be great example to learn from and a solid foundation to do outstanding customization with as few modifications as possible.

9 years ago

illutian wrote:
I see another had this issue.

---

I have one shop and the Google Map is pretty useless because it's defaulted to zoom right up on the building and if you're, well, a typical Internet User. You won't know to zoom out.

I've changed the 'zoom' in both the AllShop and Shop JS scripts to 50 with zero affect.

It's completely beyond me as to why the Admin JS is set to 'zoom' 15 and correctly displays a slightly zoomed in map, which clearly shows the intersection,, road names, and surrounding businesses. Why can't I have THAT map? :(


Hi, 

After taking into consideration your case, we found that when there is only one shop, the Google Maps "fitBounds" method should not be used, because it causes the zoom issue. We will fix this ASAP.

If you want to fix it on your own, just go to the StoreLocatorAllShops.min.js file,
search for: 
"addMarker(allShops[e], !1); map.fitBounds(bounds)"

and replace it with this:
"addMarker(allShops[e], !1); allShops.length > 1 && map.fitBounds(bounds)".

Thank you for reporting this !

mukumarshah wrote:
Nop commerce 3.5 verstion is used.


Hi, 

We have replied to your ticket in our ticketing system.

9 years ago

ldoyle wrote:
Hello,

How would I go about changing the phone number listed in the phone block in this theme?

Thanks!


Hi, 

This is a resource, which can be modified from the language in the administration. Just go to Configuration > Languages -> View String Resources and search for this resource name: "SevenSpikes.Themes.Nitro.Footer.Phone". Then edit the resource value by your taste.

I hope this helped !

Hi, 

Please submit a ticket providing more information about your version of nop and the version of the theme package you are using. This way it will be easier for us to help you solve this issue.