Close

Profile: Boyko

Avatar

User posts

Bugs
12 years ago

Morphy989 wrote:
Hi,

i have noticed a customer reminder behavior that is either a bug or a bad activity.
We are running Nop v3.0 with plugin v3.0.680.8287

When I create a customer reminder and set it as enabled, the message template that is created is not set as active. I have to go to message templates and set it as active there. Now, this is not that big of a deal. The bigger problem is that when, after some time, I edit the reminder, any setting, or for testing i don't change anything and just press "Save" or "Save and Continue Edit" the message template deactivates and it has to be manually activated again.
Please try to review this, it is not a big problem but is rather inconvenient.

Thank you,

Morphy.


Hi Morphy,

That is because there is no need for the message templates that are created via the Reminders to be active. You don't need to set them as Active manually as this doesn't really matter at all as the Reminders are what matters and not the Message templates. In nopCommerce if the Message Template is not active this means that it won't be sent but for the Customer Reminders this is no relevant as the reminder itself could be active or not.
Actually the message template should be marked as inactive as otherwise it could confuse the store owner that these message templates could be used somewhere else outside the customer reminders. These templates could not be used outside the reminders as some of the message tokens are not relevant if not used within a customer reminder.

I am not sure if I made myself clear enough but I hope this makes sense.
If you have additional questions don't hesitate to ask.

Best Regards,
Nop-Templates.com Support Team

12 years ago

lftalero wrote:
CSS Class for Filters

Hi

I'm changing colors and styles but can't find the CSS class for the following items:
AJAX FILTERS background (for example the price filter and the attributes filter)

I saw the ir a class called filter-block specificationFilterPanel7Spikes but it is not in the styles.css file.

Thanks.


Hi lftalero,

The styles for the Ajax Filters in the Alfresco theme for example can be found here:
Plugins\SevenSpikes.Nop.AjaxFilters\Themes\Alfresco\Content\AjaxFilters.css

You can use FireBug for FireFox or the Chrome inspector  for Chrome to see from where the styles of the various elements are loaded.

Hope this helps!

Best Regards,
Nop-Templates.com Support Team

CISParts wrote:
Is there a setting to remove these from the main page?  I found a setting to remove them from the Catalog.  Also I would like to remove the RSS Feed link from the main page?  Thanks, Will

Hi Will,

If you want to remove the share button in the footer you can do so by removing this code:

<li>
                <div class="addthis_toolbox addthis_default_style ">
                    <a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2">
                    </a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4">
                    </a><a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style">
                    </a>
                </div>
                <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f91a0022e9275e4"></script>
            </li>


and the RSS div block:

<div class="footer-info-panel-rss">
...
...
</div>


from this file:
Themes\ShopAll\Views\ShopAllCommon\FooterInfoBlock.cshtml

Best Regards,
Nop-Templates.com Support Team

Bugs
12 years ago

rcsnop wrote:
Ok, but when i launch "settings", i receive an error page with the ASP.NET informations,
i said above (see the var error which name is "First" )
?


Hi Mike,

Are you using the official nopCommerce 3.1 or the work in progress from Codeplex?
Did you restarted the application as described here?

Thanks

Bugs
12 years ago

Hi Mike,

You can access the Settings of the Menu from Plugins -> Nop Categories Header Menu -> Settings.

Thanks

Bugs
12 years ago

hitnet wrote:
In your demo the tabs are not working.
Tested in IE 10 and Firefox 23.0.1

Not working with multiple images
http://themes.alfresco.nop-templates.com/dewdrop-treetent

Working with 1 image
http://themes.alfresco.nop-templates.com/classic-outdoor-pack

Regards.


Hi hitnet,

I was testing with Chrome and that's why I have missed it.
We will let you know when this is fixed.

Many thanks for reporting this issue!

12 years ago

drcomputer wrote:
How to add addtocart button when we are searching the product in search box?


Hi drcomputer,

That is not possible.

Thanks

12 years ago

Hi mstuart,

No, they are not available anymore as this was slowing down the Mega Menu a lot and we decided to drop this as it is not commonly used in favor of the better performance.

Best Regards,
Nop-Templates.com Support Team

12 years ago

Hi,

By design in the Alfresco theme we have added default styling for the Ribbons to be a yellow circle that is centered. You can change the default styling from this file:
Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Themes\Alfresco\Content\Ribbons.css

You can simply delete everything from this file and leave it empty. This way the default common styles will be applied. You can also change them if you want from this file:
Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Styles\Ribbons.common.css

Best Regards,
Nop-Templates.com Support Team

12 years ago

zjerry wrote:
If you resize (narrow) non empty cart, then instead of table headings you'll have mysterious numbers (probably set by data-title attributes of <td> tags).  

Concerns strings like: Product(s), Price, Quantity, Total etc

Same effect can be noticed in the resized comparision page.

Since I did not noticed this effect at demo site I assume that this happens when you use  localization e.g. Polish @ http://www.elegantis.pl


Hi zjerry,

Thank you for reporting this. We will investigate and let you know when it is fixed.

Best Regards,
Nop-Templates.com Support Team