Close

Profile: todor.atanasov

Avatar

User posts

3 years ago

rbrons wrote:
Dear all,

When I configure a product with product type Grouped I don't see the short description in the webshop. I see the picture and the title of the product but my short desctiption is gone. How can I add my short description? The full descript is working as it should be.

Thank you.


Greetings,

By design, in the emporium theme, the short description of a Grouped product is not displayed.

You can customize our template file \Themes\Emporium\Views\Product\ProductTemplate.Grouped.cshtml to add it. You can use:

@Html.Raw(Model.ShortDescription)

Bear in mind that you might have to write custom CSS code in order to make it fit your needs.

Popup
3 years ago

Bizkaze wrote:
I have a need for a popup where users can say yes or no to being above 18 years.
Also this popup should be shown whenever a enters the site including from a google link where they might end on a particular product. What widget zone should I use for a popup?

This is the java script - not final version - that roughly has the need functionality.
<script>
function myFunction() {
  var txt;
  if (confirm("Jeg erklærer at jeg er over 18 år i forbindelse med køb af spiritus.")) {
    txt = "Ja, jeg er over 18 år.";
  } else {
    txt = "Jeg er under 18 år.";
  }
}
</script>


Greetings,

You can use any of the widget zones available in the HTML widgets plugin. You can even define your custom widget zone and include it in the SupportedWidgetZones.xml file of our plugin and after a restart, you will see it available.

For scripts that should be active on every page, I assume you can either use head_html_tag or footer depending on your needs.

Dakosta wrote:
[/b]Hi,

I guess you are missing some files or maybe the versions of the plugins and the Core plugin are different.
Please make sure you have the Core plugin as well all other plugins having the same version.
Simply download the product package from our website and update them.

Hi!
It looks like I have a similar issue:

[b]ReflectionTypeLoadException: Unable to load one or more of the requested types.
Return type in method 'SevenSpikes.Nop.Plugins.AnywhereSliders.Models.SlidePublicModel.<Clone>$()' on type 'SevenSpikes.Nop.Plugins.AnywhereSliders.Models.SlidePublicModel' from assembly 'SevenSpikes.Nop.Plugins.AnywhereSliders, Version=4.4.640.34233, Culture=neutral, PublicKeyToken=null' is not compatible with base type method 'Nop.Web.Framework.Models.BaseNopEntityModel.<Clone>$()'.



I've downloaded and updated with the latest package version 4.4.951.34845. And I've got the same error but with the new version:
ReflectionTypeLoadException: Unable to load one or more of the requested types.
Return type in method 'SevenSpikes.Nop.Plugins.AnywhereSliders.Models.SlidePublicModel.<Clone>$()' on type 'SevenSpikes.Nop.Plugins.AnywhereSliders.Models.SlidePublicModel' from assembly 'SevenSpikes.Nop.Plugins.AnywhereSliders, Version=4.4.951.34845, Culture=neutral, PublicKeyToken=null' is not compatible with base type method 'Nop.Web.Framework.Models.BaseNopEntityModel.<Clone>$()'.


To be honest, after a spiritual ritual and rainmaking ( manually remove dll and bin folder, clean, restart, build etc.) it started working but after full build fails out again.
The problem is I can't make it work again as before.
I checked the version of SevenSpikes.Nop.Core.dll and SevenSpikes.Nop.Plugins.AnywhereSliders.dll - they are the same

This problem appeared when I migrated from VS2019 to VS2022.
Switch back to VS2019 didn't help.

Please, give me the clue


Greetings,

Thank you for your reply!

This is a known issue in nopCommerce 4.4 and unfortunately, we don't have any control over it. It is not only with our products but other third-party plugins as well:

https://www.nopcommerce.com/en/boards/topic/92619/error-method-clone-in-type-on-start-when-loading-some-plugins

The only solution is to build the project with Visual Studio 2019

Bugs
3 years ago

zacmaclean wrote:
When I set a specific category as a top level item in the menu, the items in the category do not show up when I hover/click the menu item.  But if I have all categories as a menu item, my subcategories all show up fine.  Does this not show the items in a category if the category is set as a menu item?

I have double checked all my item settings, and restarted the site. "Include in top menu" is checked for the category I want to display.

I am running Nop 4.40.4 and plugin was purchased this week (NopCompletePluginCollection_4.4.941.34671)


Greetings,

Thank you for reaching out to us!

Please raise a ticket in our support system and provide us with administration access, in order for us to investigate further.

Bizkaze wrote:
Hi I would love to use the store locator without images from the shops.

We have images for 2 shops, but for the rest of our shops we do not have images and found that it just a missing image icon!

I it is not possible to retrieve images from all shops since we do not own these shops, they just resell our product in their shop.

Is there a way for the store locator to look good without the use of images?


Greetings,

Thank you for reaching out to us!

If you raise a ticket and provide us with details like which theme you are using and what is the nopCommerce version your store is running, I might be able to provide a simple CSS code that you can use to hide the images.

However, for any further layout/styling customizations, you would need to hire a developer.

3 years ago

Greetings,

This customization would require a custom script and depending on the theme you are using, the script itself might also be different.

You can request a quote for more details from our sales team at [email protected]

ajax filter
3 years ago

ventzislav wrote:
Hi

From where do you get "data-option-ids" may I use this to get products, I need something to filter by Attribute combination.


Greetings,

If you wish to get any data from the database, you would need to modify our source code.

Please check with our sales team at [email protected] for any further details if you wish to modify our source code.

3 years ago

[email protected] wrote:
I have bought the prisma theme. I followed the instructions from: https://www.nop-templates.com/how-to-install-a-nopcommerce-theme

The installation from the theme was succesful. After that the website was working, still the old theme was visible, but it worked.

I've created a new database. The demo-database is restored succesfully, the json files I also modified.

I cannot get it up and running. Failure is: HTTP Error 500.30 - ASP.NET Core app failed to start.

Please help me out.

Kind regards,
Johannes




Greetings,

Thank you for reaching out to us and happy new year!

If you wish to have our demo database for your clean nopCommerce installation, you don't have to install our theme through the administration.

Once you have clean nopCommerce installation and the database restored, you need to:

1. Change the database name in the dataSettings.json file
2. Replace the plugins.json file
3. Unzip our theme's archive and place the content of its Themes/Plugins folder in your clean nopCommerce installation's Themes/Plugins folder respectively
4. Then, you can run the application through IIS and it should be working

If the above steps do not work, please raise a ticket and provide us with more details.

ajax filter
3 years ago

ventzislav wrote:
Hi

Is it expected to be modify the plugin to work with "Iventory method: Track inventory by product attributes" and Attribute combination stock quantity?


Greetings,

Thank you for your reply!

It is a nopCommerce functionality that returns 0 for the quantity of any given product with that inventory method.

I assume you may make such customization of your nopCommerce but you would need some development knowledge, as other issues might occur.

3 years ago

swalsh46711 wrote:
Hi, need to know where the subscribers are stored, if they need to be a registered customer first, and if the list of subscribers can be exported.   I have a client who has an informational only site using nopCommmerce and does not require customer accounts to be created.

Thanks


Greetings,

Thank you for reaching out to us!

You can find them under Promotions -> Newsletter subscribers You can read more about the newsletter subscriptions in the nopCommerce documentation.