Close

Profile: Boyko

Avatar

User posts

11 years ago

[email protected] wrote:
i don't think it should be that difficult to show the amount of products that have a certain specification attribute option; maybe enabled by option in plugin settings.
For example: if I have 10 products which have color specification attribute. 5 of them have the option green, 3 have option red and 2 have option brown it should show:
COLOR
- green (5)
- red (3)
- brown (2)


Hi [email protected],

Could you please share your idea in our UserVoice portal and let others vote for it?

Best Regards,
Nop-Templates Support Team

11 years ago

ylechasseur wrote:
Hi Guys,

My site has been moved and faster than ever.

I have this error message when Google Crawl the site:

System.Web.HttpException (0x80004005): A public action method 'ProductReviewsTabAddNew' was not found on controller
http://www.usnautic.com/producttab/productreviewstabaddnew/7545

What do you think, did I miss some files when I moved my domain ?

Best regards

Yves


Hi Yves,

This has been fixed. The problem is that the Googlebot parses the inline javascript in the tabs and finds this url that is used to submit reviews via ajax. So the action is available only for POST requests and when the Crawler tries to open it via Get request it says that there is no such Controller. The fix is to move the inline Javascript in a separate js file. You can simply download your package again and replace your Quick Tabs plugin folder with the new one and don't forget to merge any changes you have made to the styles of the tabs back.

Best Regards,
Nop-Templates Support Team

11 years ago

[email protected] wrote:
Will the mega menu be integrated in the Electronics theme?


Hi [email protected],

We will add the Mega Menu to the Electronics theme but first we need to have it styled. We have planned to style it for our current iteration, so it should ready till the end of the next week.

Best Regards,
Nop-Templates Support Team

11 years ago

refurb.tech wrote:
hi there, i have installed seo and have been using it, as is without any modifications, however i cannot see any seo in the boxes at all and was wandering if i am not doing something ? i am presuming that it happens automatically ?

regards

kev


Hi refurb.tech,

The Smart SEO plugin adds the metadata automatically at runtime.
The Smart SEO plugin simply provides you with a Template for the SEO meta data for all your products.
You can read this documentation for instructions as to how to use it:
http://www.nop-templates.com/Help/NopSmartSEO/Version_2_6/lessons/Working_with_Nop_Smart_SEO.html

I would like to summarize it for you so that you have a quick answer to your question below.
Nop Smart SEO does not keep meta data in the database. It only keeps the SEO templates in the database.
It generates the meta data on the fly based on the SEO templates and the properties of the entity (category, product, manufacturer).
If you look at the html source of the pages, you should see the generated meta data.
Please note that Nop Smart SEO takes into account tokens like ${meta-title}, ${meta-description}, ${meta-keywords} and ${se-name}. So if you
already have meta data entered in the backend for the different entities, you can instruct Nop Smart SEO to make use of this meta data,
by including these tokens into the SEO template for the entities.
For example let’s say you entered a meta title for one of your products: “My Product”
and you have a Product SEO template that goes like this: ${name} for ${price} by ${manufacturer}.
The Nop Smart SEO will look at the localized name of the product and replace the ${name} token with it.
But if you would like to make use of your meta title “My Product” you can change the template to be like this:
${meta-title} for ${price} by ${manufacturer}
Now Nop Smart SEO will take the meta title entered in the backend for the product and replace the ${meta-title} token with it.

It is best to play with the plugin a little bit and examine the generated metadata on the product/catalog pages.

Hope this helps!

Best Regards,
Nop-Templates Support Team

11 years ago

[email protected] wrote:
Hi there,

Is there anway I can put the manufacturer filter at the top, or choose where it can be placed?  At the moment if you have a long list of specification filters, it tends to hide to the bottom.

Please advise.



Hi,

You can simply change the order of the filters and move the @manufacturersFilter at the top:
@priceRangeFilter
    @specificationsFilter
    @attributesFilter
    @manufacturersFilter


The view that needs to be modified is NopFilters.cshtml located here:
Plugins\SevenSpikes.Nop.AjaxFilters\Views\NopAjaxFilters\NopFilters.cshtml

Best Regards

11 years ago

mwoffenden wrote:
I like Quick Tabs, however, would like to see it fully integrated into the product information.

For example instead of what I see now: before

I would like to see the following: after

Please advise if this would be available in Quick Tabs in the future.


Hi mwoffenden,

You can add your idea in our UserVoice portal and let other users vote for it.
If the community votes for it we will implement it.

Many thanks again.

11 years ago

mwoffenden wrote:
I think for your customer base it would be easier and less confusing to have a 2-item template that in fact displays 2 items.

Or even better, have the plugin automatically change the appearance (size) based on the number of items displayed.


Hi mwoffenden,

Thank you for the suggestion. I agree with you.
Probably it is not that clear to clients why we have 3 predefined skins and that they are named after the horizontal style.
Our intention for having 3 predefined skins is so that they are used on different places.
The different skins are suitable for different locations in the store:
default-3-items - home page main column, category page main column
default-4-items - product page main column
default-5-items - any page before or after the content (takes the whole site width)

That's why we don't have 2-items as we don't see where we can place them (horizontal).

Many thanks

11 years ago

mwoffenden wrote:
Opera V12


Hi mwoffenden,

To be honest we haven't tested this with Opera.
We usually test with Chrome, Firefox and IE.

Thank you for reporting this we will test it and fix it.

Best Regards,
Boyko

11 years ago

mwoffenden wrote:
Only shows 2 items in vertical mode.


Hi mwoffenden,

Yes, this is by design. Probably it will be better to have separate skins for vertical mode, so that there are no confusion but we wanted to keep things simple and keep the number of the skins to a minimum.
You can simply copy the defaul-3-items skin folder into a new folder called default-3-items-vertical folder and then rename the file as well as make a string replace to all default-3-items with default-3-items-vertical in the skin.css file.
Then amend the css styles to show 3 products.

Best Regards

11 years ago

mwoffenden wrote:
The spacing and top-alignment of JCarousel when used in vertical mode with the Nop Electronics Theme is off.  

I did some tweaks to Themes\Electronics\Skins\default-3-items\skin.css to fix most of the issues:

.carousel_holder h2 {
    height: 39px;
    margin: 0px 0px 0px 0px;
    padding: 0 10px;
    background: url('images/block_topbg.png') repeat-x;
    color: #000000;
    display: block;
    font: bold 13px/1.5 Arial,Helvetica,sans-serif;
    line-height: 39px;
    border-radius: 5px;
    text-shadow: 1px 1px 0 #FFFFFF;
    border: 1px solid #d8d8d8;
    z-index: 5;


Hi mwoffenden,

Can you specify in which browser you have issues with the title.
We have a vertical carousel on the demo site and don't see any problems with the title:
http://themes.electronics.nop-templates.com/p/3/hp-probook-4530s

Many thanks