Close

Profile: hristian.dimov

Avatar

User posts

ezzat2k wrote:
I just purchased this plugin, and unable to have it display under the quick_tabs_product_attachments_tab widget-zone, I'm running NOP 3.40 with quick tabs installed. I have tried setting the quick_tabs_product_attachments_tab as the default (which never actually works for any Zone), and I also added the dame zone again under that specific attachment Zones. Please Advise, (do I need to modify/change anything under Quick tabs settings?!)


Hi,

This work out of the box, you don't need to modify anything. Here are the steps:

1. Enable this setting from the Nop Quick Tabs settings page - Enable Product Attachments tab
2. Edit each of your attachments and from the Widget Zones tab  add quick_tabs_product_attachments_tab.

P.S. The "Default Widget Zone" setting is taking into account only for newly created attachments, it does not change the widget zone for the attachments which are created before changing the default widget zone setting.

Hope this helps!

9 years ago

TimCools wrote:
3.6

Could be. But why does it need access rights on the folder if I want to store them in the database?


Hi Tim,

While investigating this, we found an issue. The plugin wasn't taking into account the setting "Files are stored in" and it was always saving the files on the file system.

We fix it, but it will be ready for download tomorrow morning.

Thank you for reporting this.

9 years ago

TimCools wrote:
I try to add an attachment on a nopcommerce instance on Azure. 

Setting: Files are stored into...:: database

Log: Error  Could not find a part of the path 'D:\home\site\wwwroot\Content\Files\Attachments\12_SampleVideo_1080x720_1mb.mp4'.  

In UI: SampleVideo_1080x720_1mb.mp4   1.1MB Retry Upload failed

Any idea what happened?

Thanks in advance,

Tim



Hi Tim,

What is your nopCommerce version? 

I guess, the plugin does not have permissions for uploading files in "Content/Files/Attachments" directory.

petemitch wrote:
Hello.
Some of our product ribbons aren't displaying.  After a bit of investigation of narrowed it down to the Ajax request to RetrieveProductRibbons being passed an empty array.  To reproduce, go to this page on your demo site:http://demos.nop-templates.com/apple-icam.  Open Chrome developer tools, click the Network tab and filter the request types by XHR and reload the page. You should see the RetrieveProductRibbons request getting redirected to the custom errors page.

This image shows the error as I see it when testing on localhost: http://imageshack.com/a/img538/5283/xPWZnB.png

I also get this error in the error log:
System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.Distinct[TSource](IEnumerable`1 source)
   at SevenSpikes.Nop.Plugins.ProductRibbons.Controllers.ProductRibbonsController.RetrieveProductRibbons(Int32[] categoryPageIds, Int32 productPageId)
   at lambda_method(Closure , ControllerBase , Object[] )
   at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
   at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
   ...

Regards, Pete.


Hi,

It's fixed now. Please update your plugin to the latest version.

Thank you for reporting this!

rdclabs wrote:
Hello, is it possible to have specification filters with a numeric slider like price?
Because we have many specification attributes with numeric values which is impossible to show every value on the filter. 


Hi,

Unfortunately, it is not possible.

You can suggest your idea in our UserVoice portal  and if people vote for it we will implement it.

Blank Line
9 years ago

RichardS wrote:
On the home page of the motion theme, there is a blank line (or row) between the home page slider and the featured categories. It is in between WidgetSlider-home_page_main_slider-12 and master-wrapper-page.  There is some javascript code in there, but I cannot figure out how to delete the space or row.  Can you help me?

Richard


Hi Richard,

Could you please submit a ticket in our system providing a url address to your site, so that we can inspect the problem?

richhoude wrote:
I am getting the same exception but after I deployed the site the first time.


Hi,

We have already answered you in your ticket. Please do not duplicate forum posts and tickets!

9 years ago

toanhnt wrote:
Hello Nop-template support team!

If you could, please provide step by step how to submit facebook shop app for review!
Thank you


Hi toanhnt,

Did you follow the provided instructions in the plugin ? You can find in the Administration -> Plugins -> Nop Facebook Shop -> Configure and in the bottom of the page you will find a section called Configuration Notes.

9 years ago

richhoude wrote:
I added the Plugin to my Presentation\Nop.Web\Plugins folder but when I reload list of plugins, I am not seeing the core or the Sales campaign plugin. Not sure what I am doing wrong. Any help is appreciated.


Hi,

Did you follow the documentation of how to install a plugin - http://www.nop-templates.com/how-to-install-a-nopcommerce-plugin ?

9 years ago

DIV wrote:

hi,I try to customize code but still it's not display in proper format
(here is my code) :
<script type="text/javascript">
    jQuery(document).ready(function() {
        jQuery('#carousel').jcarousel({
            vertical: true,
            scroll: 1,
            orientation: vertical,
            numVisible: 4,
            wrap: 'both',
            size: @imagesCount,
            rtl: @supportRtl.ToString(System.Globalization.CultureInfo.InvariantCulture).ToLower()
        });

        jQuery(".jcarousel-prev, .jcarousel-next").disableTextSelect();
    });




any idea ?


Hi,

Could you please elaborate on this "it's not display in proper format".

Looking forward to your reply.