Close

Profile: baloghc

Avatar

User posts

11 years ago

We had the reminder set to 1 as you stated. Still this was showing in the report.

http://oi58.tinypic.com/1571wfr.jpg

11 years ago

The settings are a little confusing. Abandoned cart reminders were being sent to customers repeatedly, some received 6 reminders in 20 minutes. We've adjusted the settings below:

Can you explain how it would work at in this instance to confirm we resolved this issue.

Number of Messages to Send Per Customer: 1

Condition Met Date Later Than: Days
Condition Met Date Later Than: 2

Condition Met Date Earlier Than: Hours
Condition Met Date Earlier Than: 4

Interval Between Messages In: Days
Interval Between Messages In: 1

I accomplished this in the Deafault Clean theme using the following CSS:

.mega-menu .sublist .noBackgroundClass {
  background: white;
}

.mega-menu .sublist .noBackgroundClass a {
  color:black;
}

.mega-menu .sublist .noBackgroundClass:hover {
  background: white;
  color:black;
}

Thank you for all your help!!

I added a background image of an arrow to our subcategories. (Seen here: http://oi40.tinypic.com/28jwv7o.jpg)

Is there a way to remove it from the final "child" or level of each drop-down, whether that be at level 3, 4, etc?

11 years ago

Awesome! Thanks for the help!

Figured it out. I just added this to the MegaMenu.css file.

.mega-menu .sublist li:hover {
background: rgba(0,0,0,0.05);
}

.mega-menu .sublist li:hover > a {
color: #FFFFFF;
text-decoration: none;
}

Thanks for the help!

11 years ago

Is there a way to remove the Alt Tags from the Menu?

All that happens is it hovers and displays what the text already reads.

Thank you!

Is there a way to change the highlight (hover) color of the subcategories in the unlimited subcategories version of the 3.2 Mega Menu?

This was the ".mega-menu .box li a:hover {" in the previous Mega Menu version.

11 years ago

Do you happen to have an estimate as to when this feature will be available?

11 years ago

Support wrote:
With the Nop Mega Menu you can show categories up to 3 levels of depth. This can be done if you uncheck the "Show products in a single menu" and use the CategoriesWithPictures option for showing the categories.


Thank you for the response. We would only need three levels but do not want to use images.

What we're looking for is something like this

Is this possible?