Close

Profile: Boyko

Avatar

User posts

10 years ago

BlueMed wrote:
Dear Support Team,

Is there any other way get formatted sitemap . If so please provide .css for formatted sitemap layout for nop.Traction Template.

I want the site map look like the following

http://support.bell.ca/site_map#INT=OTH_hmpg_TXT_footer_site-map

Regards,
Ela
BlueMed Development Team


Hi Ela,

It is neither a matter of css changes only nor changes in the markup in the Razor view (Views\Common\Sitemap.cshtml).
It will require changes in the nopCommerce source code.
For example the categories returned in the Sitemap model are just a list of categories and you don't know which category is a top category and which category is a child category, so that you can group them as in the sample web site you have provided.
So this should be suggested in the nopCommerce forums and be supported by the nopCommerce framework. Then it will be only a matter of css changes.

10 years ago

garry34 wrote:
I've noticed on this template there's a feature where if you click on a product attribute with variant combinations the main product image switches to match the variant. So, as an example, if you click on the color drop down and choose "black", the image switches to a product image displaying the black product in that style.

I'm wondering how this feature works without any other changes outside the theme. As far as I'm aware, there's no way for the application to distinguish between product images once they've been added other than by their display order so I don't see how this is possible.


Hi garry34,

This is supported in nopCommerce out of the box. You can associate pictures with attributes. Please refer to this nopCommerce documentation article (point 5).
All our themes support this and it is also integrated to work with the Cloud Zoom plugin.

10 years ago

[email protected] wrote:
Hi All,
I am trying to apply discount filter on the page but it is not showing under the filters widget. I have created discount attributes for the products....Please tell any one about how to use the discount filters after created of discount attribute on the product ???


Hi,

I guess you are talking about the On Sale filter in the Ajax Filters.
Please note that it uses only Old price/Price of the products. It does not use any discounts applied to products. So if you select On Sale filter this means that only products that have some Old price set will be returned.

Bugs
10 years ago

BlueMed wrote:


Dear Support Team,

We have installed the Nop.Traction Template. The Nop Cloud Zoom also enabled. Product Quick View Page the there is no zoom option.Kindly help me on this. The version of  nopcommerce and Nop Cloud Zoom  is 3.4

Regards,
Ela
BlueMed Development Team


Hi Ela,

I guess you are talking about the Zoom in the Quick View plugin. Please note that the Zoom in the Quick View has nothing to do with the Cloud Zoom plugin, so this is not the right topic.
You can enable the Zoom in the Quick View from the Quick View settings page in the administration like on our admin demo.
Open the "Quick View Popup Appearance Settings" panel and enable the first setting "Enable the cloud zoom on the main product image".

10 years ago

Hi fatihayyildiz,

The Product Ribbons plugin does not have support for adding custom tokens.
You can suggest this feature in our UserVoice portal.

nabeel1983khan wrote:
Hi , I was upgrading the plugins from 3.3 to 3.4 ... after downloading the plugin several times the 7Spikes_upgrade script file is empty 0kb.

Please help its urgent as I have upgraded the database just the plugins need upgrading . thanks


Hi nabeel1983khan,

Yes, it is empty as there is nothing to be upgraded in our plugins from 3.3 to 3.4. We haven't made any database changes between these two releases. We have left the file for consistency only as usually (except this time) we do have something to be upgraded.

nopmstr2014 wrote:
Hi Everyone
Is there any way we can display only certain selected Manufactures in Mega Menu Manufactures?
Thanks


Hi nopmstr2014,

Unfortunately there is no way to tell which manufacturers to be shown in the Menu.

micheletucci wrote:
It's possible to have custom modify , with the manufacturers information to ProductOverviewModel.


Hi micheletucci,

It is possible but you need to modify the nopCommece source code to add this information to the model. Please keep in mind that this will most probably slow down your category/manufacturer or any pages that use this model as you will have to make additional database calls to the database to get this information.

10 years ago

hayden wrote:
hi,

i've always used sqlpublishingwizard (tool for visualstudio) to copy databases - great tool.
...


Hi hayden,

Yes, this is a great tool. Actually anything that saves time especially with script generation is a great tool for us as developers. I personally use the Schema and Data comparison options available in visual studio Tools -> SQL Server menu when I want to compare two databases.
But we usually use the backup and restore options in SQL Server when we need to copy a database. There is no problem to backup/restore databases with encrypted stored procedures unless you use Azure database.
I can confirm that:
- there are no other stored procedures in all other plugins/themes.
- uninstalling the Ajax Filters plugin will remove the stored procedure.
- installing the Ajax Filters will create the stored procedure.

There is no much to be configured in the Ajax Filters as this plugin doesn't have any database tables (it is safe to be uninstalled and installed again without loosing data) and it only has a couple of settings that you probably don't need to change anyway.

micheletucci wrote:
Hi,

I need to insert the manufacturer image in the _ProductBox for the tyre site,
I have Traction theme.


Thanks


Hi micheletucci,

This is not possible in nopCommerce as you don't have manufacturer information in ProductOverviewModel which is used in the _ProductBox view.