Close

Profile: Deni

Avatar

User posts

9 years ago

baloghc wrote:
I noticed in 3.6 the sliders "title" box now allows for rich HTML, images etc. I have not been able to test it yet though. What was the purpose of making this change? We were looking to track click events on our sliders, can HTML code be placed in that box in order to accomplish that?

Thank you!



Hi, 

We have allowed HTML for the slide title, because many clients wanted it.
This can give them the ability to apply some special styling on the title, which will make the slide to look better.

If you want to track clicks on the sliders, I suggest you to add the JS in the sliders View or JS files. If it is in the view, you can even pass the ID and name of the slider - this could be of help for tracking.
For example: the files: \Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Views\AnywhereSliders\NivoSlider.cshtml or \Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Scripts\nivo\jquery.nivo.slider.js.


I hope this helped !

Hi, 

Sorry for the late reply, but we were waiting the deploy.

We have found the problem and have fixed it.

Actually it was strange case, because you have grouped product, but it does not have any associated products.

Please update your theme and you will get the fix.

Thanks for reporting this !

9 years ago

gavinramm wrote:
Hi,

Purchased the urban theme and running through the installation i want to reset to defaults but the button doesn't show on my store.

NopCommerce version 3.5
Urban Version downloading today 10-11-15 Australian 

Cheers
Gavin


Hi, 

This feature is available since version 3.60.

If you have installed your theme last, you do not need to reset the settings. You can simulate the settings reset by re-installing the theme. It applies its specific settings automatically on install.

I hope this helped !

9 years ago

infiniti wrote:
How can I make the categories always shown as  items in the top level of the menu?


Hi, 

You can show the Categories as top menu items by unchecking this setting in the administration of the Mega Menu plugin: Show categories in a single menu.

Make sure that you have main categories marked as shown in top menu.

9 years ago

jakubz wrote:
Hi! i don't remember where I change it. I want on topic pages 2 columns (left menu, and content).
Actually in smart theme, I have only one column on topics page. Where can i change it?


Hi, 

To show the topic details page in two columns you need to follow these steps:

1. Since the TopicDetails view is not overridden in the Smart theme, you need to do it - copy the Topic folder and the TopicDetails.cshtml file from the Default Clean theme Views folder and paste it in the Smart theme views folder.


2. You should get this structure:

/Themes/Smart/Views/Topic/TopicDetails.cshtml.


3. Now open the TopicDetails view and in its beginning you will find this row:
Layout = "~/Views/Shared/_ColumnsOne.cshtml";


Modify it like this:
Layout = "~/Views/Shared/_ColumnsTwo.cshtml";



4. Save the file. That is all.


I hope it helped !

9 years ago

kwestground wrote:
Hi,

Please vote on Store Locator: Product Mapping
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/10546191-store-locator-product-mapping

I also think an Address field would be great to have.
https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/10546212-store-locator-address-field



Hi, 

We will think about integrating this in the future.

Thanks for your feedback !

9 years ago

kwestground wrote:
This is an simple Task i made for updating GPS Code from Google Maps API, using the ShortDescription field for address.

I'm using nuget package: Geocoding.net

https://gist.github.com/kwestground/deb56bda54a5453d18e8


It would be great if nop-template could add an Address field so you don't need to user Short Description.


https://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/10546212-store-locator-address-field


Hi, 

We will think about integrating this in the future.

Thanks for your feedback !

Excel import
9 years ago



Hi, 

Thanks for your contribution. We will plan to integrate this in the near future !

ssikora wrote:
Configuration error on my part...please disregard.


Ok,

No problem. Let us know if you need any help !

9 years ago

RonM wrote:
I recently tried to upgrade a Nopcommerce 3.4 site to 3.6 and had some issues. After I ran the upgrade scripts, the upgraded site came up, but had multiple customer roles for the system roles. Administrator was duplicated about 10 times, and the guest roll had a couple dozen repeats. You can not delete duplicate system roles inside of nopcommerce, so to fix would require directly making changes on the database. NOT GOOD. After looking at a similar issue posted on the nop forum, I can be fairly certain that the cause of this was due to plug-ins. I do have a couple other plug-ins installed that are not NOP-Templates, however I wanted to check to see if it is recommended to uninstall all plugins BEFORE doing a nop upgrade on a live site. This certainly adds to the pain of performing an upgrade!



Hi, 

I can assure you that this is not caused by our plugins. Otherwise our forum would have been flooded with similar complaints. 


The best way to upgrade nopCommerce is this one:

1. Back-up your existing database.

2. Copy the InstalledPlugins.txt and Settings.txt.

3. Download the desired version of nopCommerce and place it any folder.

4. Paste the InstalledPlugins.txt and Settings.txt into the new folder of nop.

5. Go to our site and download our plugins for the desired version, then place them in the new nopCommerce folder.

6. For each "mid-version" run the nopCommerce upgrade script, then run ours if there is one.
Example: You upgrade from 3.40 to 3.60. So, for 3.50 run nopCommerce upgrade script, then run ours. After that - for 3.60 run nopCommerce upgrade script, then run ours.

7. Now, if you start nopCommerce everything should work fine.


You do not need to remove/uninstall any of the plugins.

For test purposes you can back-up your database, then uninstall and remove all the plugins (not only ours) and try to upgrade the database. Then you can check how many records you have into the CustomerRoles table.


I hope this helped !