Close

Profile: Deni

Avatar

User posts

Bugs
9 years ago

nopnopgogo! wrote:
maybe a bug ? when you set 'Append Product Names to ...' and you browse a manufacturer/category with many pages the keywords are always that of the first page. I think it's better  to have in each page the keywords for the products presents in it.


Hi,

Please explain further what exactly is your setup and what behaviour do you expect.

Thanks for your feedback !

9 years ago

hkreklame wrote:
Hi.

Is there any way to add a widget zone for the ajax filter? I will do the required css changes for my new placement.

EDIT: I found the file "SupportedWidgetZones.xml" in the folder SevenSpikes.Nop.Plugins.AjaxFilters. This worked fine after a rebuild of my solution.


Hi,

Yes, this is the correct way to add a widget zone.

If you want to add a specific widget zone only for one of your themes, just go to the Ajax Filters plugin folder > Themes > YourTheme and add a file AdditionalSupportedWidgetZones.xml and inside it add the specific widget zone(s).
Once you change the working theme from the administration, you will see the widget zone in the drop-down with available widget zones.

Bugs
9 years ago

Mediacross wrote:
I'm creating a Category Product Collections using the Nop Smart Product Collections plugin. It works, but every time I restart the application pool, it disappear from the home page. I can still see it on the administration page, but when I click edit nothing show up.
I have repeated the process of creating it many times, but with the same results. It works until the application is running, but when I had to restarts it disappears.


Hi, 

Please submit a ticket and provide admin credentials to your site in it, so we can test this behaviour.

9 years ago

alibak wrote:
Hi,

Wanted to set up the custom colours, but I cannot see this option in Administration -> Plugins -> 7Spikes Themes -> Nop Pavilion Theme -> Settings Additional settings. I am on nopCommerce 3.6


Hi, 

Unfortunately, this feature is available in 3.70.

If you do not want to upgrade your site to 3.70, you can do the following:
In 3.60 you can open the theme`s color-presets.css file and edit any of the predefined colors with your own.

I hope this helped!

9 years ago

hkreklame wrote:
Hi.

I need to be able to sort size attributes in the filter. Is this possible?

At the moment my size attributes(product attributes) have the current sort order:

39, 32, 46, 43

I need it to be 32,39,43,46.


Hi, 

We have added the option to sort the attribute values by their display order in March. I am not sure if you are using the latest version as you have not specified it. So, please update the plugin to the latest version.

Now you can use the attributes predefined values of an attribute and sort them as you want.


I hope this helped ! 

dtkubal wrote:
Hi, Could you provide us the google api which the plugin is using.


Hi, 

This is the Google API which the Store Locator plugin is using: Autocomplete Search Box.

I hope this helped!

9 years ago

ehubcap wrote:
Hi Mladen, I had to take some time off due to a emergency situation.
Back to the custom tab, Is there any development paid service that you or some other developer at NopTemplates want to offer to help me with this?
I need this done to have my traction website fully operational, I feel that I'm trailblazing on this specific category so any help will be beneficial for the improvement of NopTemplatse themes.
advise on how much it will cost  and i will be providing the funds right away
Thank you
Jose Plunkett


Hi, 

As far as I know we do not have resources to do customization work, but I suggest you to contact our sales team for more information.

9 years ago

Marcos wrote:
Thank you so much! I'll be making the changes soon.

Is there any way to show a texture from an image instead a color box defined by RGB values?

Thanks!


Hi, 

No, this is not possible out of the box in nopCommerce.

Bugs
9 years ago

ronenl wrote:
Do you have a fix on recaptcha ver 2.0 in order to validate in quicktab contact us? 


Hi, 

We have removed the captcha validation in previous version and currently it is not available in the plugin.

We are still looking for the best solution to add the captcha into the plugin.

9 years ago

Marcos wrote:
Hello,

Thank you for your answer!

I still can't figure a way to make the top menu show the subcategories included in jackets. I added the categories to be shown on the main page and could remove the footer.

However I have a few more other questions:

1) How to make it to show the subcategories when hovering on the top menu.
2) How to put the contact us at the end of the top menu. (which file should I edit)
3) Is there a way to configure the number of products per page to be divisible by 3? (It's configured to 4, 8 and 12)
4) How to add the color boxes on the products colors instead of only the name of the attribute.

I was able to solve No. 1 and No. 3. So.... I'm adding No.5!

5) Is there any way to get rid of the tags appearing on the left side when searching for products?

Thanks!


Hi, 

2. I think you have managed to do it too as now I see the Contact Us link as a last menu item.

4. When adding an attribute to a product you can choose its control type - just select ColorSquares and you will see the colors. You can read more about product attributes here.

5. Go to this file: /Themes/Tiffany/Views/Shared/_ColumnsTwo.cshtml

and find this row (it is present on two places):
@Html.Action("PopularProductTags", "Catalog")


and comment it like this:
@*@Html.Action("PopularProductTags", "Catalog")*@


I hope this helped!