Close

Profile: Deni

Avatar

User posts

Bugs
10 years ago

jakubz wrote:
Hi again! Now I can show it on my page http://www.godstoys.pl

Problem is with "mega menu" in mobile version when it "hiding" behind a form search search. This happens when we start scrolls down the page.

I think it's something different, on demo page it's works fine. I download newest version of plugin, but Mega Menu css doesn't change... I copy dll, but this don't help. Maybe now, when you can look for it,  you can me help to fix it?


Hi, 

You need the update the Core plugin. The code about this functionality is placed there. I suggest you whenever you update a plugin, also to update and the core plugin with it. I hope this helped!

10 years ago

Hi, 

This setting was left for cases when you have only one store. But since you have 6, then this setting is not used. The Google map is clever enough to take all the six shop markers and zoom the map to fit all them in. And that is why you do not need zoom level.

10 years ago

Rönning wrote:
Is it not possible to edit the zoom level of the map on the AllShop page?
How would I do that, I tried changing the zoom level set in the javascript file (StoreLocatorAllShops.min) but that didn´t change anything.


Hi, if you are talking about the All Shops page, then you have to go to this file: \Plugins\SevenSpikes.Nop.Plugins.StoreLocator\Scripts\StoreLocatorAllShops.min.js and find this: "zoom: 15". Edit it per your taste (maybe 11-12 will be OK).

10 years ago

jakubz wrote:
Hi Guys. I don't found it on forum. I want to create in mega menu list with few topics in it. 

Tree should look like this: 

Mega menu Main Topic: Information 
Include: 
1a) About Us
1b) FAQ
1c) Contact Us
etc.  
   

Is this possible to do? 

I have actually do it on: http://godstoys.pl "Informacje".


Hi,

If you are using v3.50, in the Mega Menu (\Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu\MegaMenu.cshtml) file you will find a comment about this: 
#TOPICS IN DROPDOWN: You can comment the code above and uncomment this in order to have all topics in dropdown!

Just follow these instructions and you will have the wanted behaviour.

chrisADK wrote:
Hi,
Oh great That's how I did it on the custom category and product template pages. Looks like the only way to do it at this point which is unfortunate. Is there any possibility of creating a plugin that can do a proper product configuration page that uses "associated products" for product attributes while properly and logically showing the dynamic price total on category and search pages?
The way is works now suck to inventory and pricing control
Chris


Hi, 

You can suggest these features in our User Voice portal, where all customers can vote for them.

10 years ago

BlueMed wrote:
Hi,

We are using  [Categories] [Manufacturers] [Specification_1] [Specification_2] ... [Specification_N] as UI mode. But Manufacturer list is not loaded based on the category selection. You can check it on our website

Kindly help us on this.

Regards,
Ela


Hi, 

On the first look everything is working fine. As I do not know your category and manufacturer structure, I can not say it for sure. If you want, you can submit a ticket, providing admin credentials - this way, we will be able to find if you really have a problem.

10 years ago

jakubz wrote:
Hi! how can i change footer block with information "about us"? I want insert another topic (shorter/without photo etc.), but don't have idea how to do this?


Hi, 

To do this, you should go to this file: \Themes\Smart\Views\Common\Footer.cshtml and find this row (in the beginning of the file): @Html.Action("TopicBlock", "Topic", new { systemName = "AboutUs" }). Just change "AboutUs" with the system name of the topic you want to show.

10 years ago

ezrussmith wrote:
When I choose the category menu template "Categories in grid (with pictures)" from the settings of the Mega Menu, no pictures of the category appear in the menu. But when I select "Categories in a list", the names of the categories appear just fine.

View this at dev.beyondjustpets.com. You will see the categories have images, but the menu item for Categories does not show them. I am using the Alicante theme and nopCommerce 3.2. This is done with a default install, except for changes in CSS and one product template. I have done nothing with categories except make them.


Hi, 

Please submit a ticket with your problem and also provide admin credentials, so we can find what is causing your issue.

10 years ago

haknesh wrote:
Hello,

When selecting the 'Manufacturer in grid(with pictures) in mega menu setting, you don't see the 'View all' link (standard). Is there a easy way to make this?

Thanks in advance.


Hi, 

The link "View All" is not included in the "Manufacturers in grid" template, because this will break the styling. You can add it easily, by modifying this view: \Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu\ManufacturerMenuTemplate.WithPictures.cshtml. Before the closing tag of the <div class="row-wrapper"> add this code:

<div>
  <a class="view-all" href="@Url.RouteUrl("ManufacturerList")" title="@T("SevenSpikes.MegaMenu.ViewAllManufacturers")">@T("SevenSpikes.MegaMenu.ViewAllManufacturers")</a>
</div>


I hope that helped.

10 years ago

IvanSlater wrote:
Dynamic prices should be dynamiclly updated inside add to cart modal window.


Hi, 

I have tested this and it is working just fine. Make sure that this setting is checked: Catalog Settings > Enable dynamic price update.