Close

Profile: todor.atanasov

Avatar

User posts

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.

2 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
2 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.

2 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
2 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.

2 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.

Bugs
2 years ago

[quote=ghdcteam2]We have the NOP-Template pavilion theme and accompanying plugins loaded and enabled.
We're seeing this error (details below) on the site all the time, and we haven't figured out what's generating it. We looked through forums as well, but there was no information.

Log level: Error
Short message: Image cannot be loaded. Available decoders:
- TGA: TgaDecoder
- PNG: PngDecoder
- BMP: BmpDecoder
- JPEG: JpegDecoder
- GIF: GifDecoder

Full message : SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders:
- TGA: TgaDecoder
- PNG: PngDecoder
- BMP: BmpDecoder
- JPEG: JpegDecoder
- GIF: GifDecoder

   at SixLabors.ImageSharp.Image.Load(Configuration configuration, Stream stream, IImageFormat& format)
   at SixLabors.ImageSharp.Image.Load(Configuration configuration, Byte[] data, IImageFormat& format)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.GetCloudZoomPictureModelForPicture(ProductDetailsModel productModel, MediaSettings mediaSettings, Picture picture, MemoryStream stream)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.GetCloudZoomPictureModel(ProductDetailsModel productModel, MediaSettings mediaSettings, Picture picture)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.PopulateCloudZoomModel(ProductDetailsModel productModel, CloudZoomModel cloudZoomModel)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.Invoke(String widgetZone, ProductDetailsModel additionalData)
   at lambda_method(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeSyncCore(ObjectMethodExecutor executor, ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
   at AspNetCore.Views_Shared_Components_Widget_Default.ExecuteAsync() in /app/Views/Shared/Components/Widget/Default.cshtml:line 4
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.ViewViewComponentResult.ExecuteAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
   at AspNetCore.Themes_Pavilion_Views_Product_ProductTemplate_Simple.<>c__DisplayClass11_0.<<ExecuteAsync>b__1>d.MoveNext() in /app/Themes/Pavilion/Views/Product/ProductTemplate.Simple.cshtml:line 194
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.GetChildContentAsync(Boolean useCachedResult, HtmlEncoder encoder)
   at Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper.ProcessAsync(TagHelperContext context, TagHelperOutput output)
   at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count)
   at AspNetCore.Themes_Pavilion_Views_Product_ProductTemplate_Simple.ExecuteAsync() in /app/Themes/Pavilion/Views/Product/ProductTemplate.Simple.cshtml:line 197
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
   at Microsoft.AspNetCore.Mvc.

2 years ago

phredinstruments wrote:
I just want to say that I followed the instructions in the Documentation and got the Instagram Feed to display on my website.

Instructions at https://www.nop-templates.com/social-feed-plugin-for-nopcommerce-documentation.  
The only thing that tripped me up was that my browser was blocking the Instagram popup window after clicking Generate Token.

Greetings,

Thank you for reaching out to us!

Are you having issues with running the Instagram feed on your store? If so, do you get any errors on any of the steps in the documentation?

No errors.  However, the social feed disappears from view and I have to restart the application to get it to display again.  I think the theme and plugin might need updating as I'm on the latest build of nopCommerce.


Hi,

The only issue related to Instagram that is not related to configuring your Facebook API or without having any error in nopCommerce in regards to the Social Feed plugin, where images suddenly disappear is having an expired token for the user.

If that is your case, you can renew it, alternatively, please raise a ticket and provide us with more details on the version you use and the URL of your store.

2 years ago

dv8dug wrote:
Our Support Staff have replied to your ticket # PD-3270496
[Reply Time 12/2/2021 8:50:08 PM]
-----------------------------------------------------------------------------
Dear Customer,

Sorry, it is not allowed to disable IIS overlapped recycle on the shared server.

Thank you.


Greetings,

Thank you for your reply!

It is a known issue in nopCommerce and this is the only solution we are aware of and if you disable our products, your access to another plugin in the list of plugins will be denied. Please read more about it here.

Please consider switching to a VPS server where you will have full control over your server or switching to a hosting company that allows this configuration in a shared environment.

2 years ago

shoecake wrote:
I want to enable infinite scrolling on my category pages rather than a paginated view. However I am concerned this may affect Google indexing.

I.e. if the products are loaded as the user scrolls, is the google indexer going to be able to follow these links as they wont be on the page on the initial load.

If you search google for "infinite scroll seo" you can see lots of articles warning against using infinite scroll unless there is a way on the page to also load the product links.


Greetings,

Thank you for reaching out to us!

In that case, you can disable the Infinite scroll feature and use pagination for the catalog pages.