Close

Profile: hristian.dimov

Avatar

User posts

9 years ago

Jacob wrote:
Hello,

I know that this case is going to seem a bit weird, but at this moment, I don't really have a clue about what is going on. We are doing the last tests in a project with the Sales Campaign Plugin, still the demo prior to buying (although I don't really think that is related. We already have several NopTemplates plugins).

NopCommerce version is 3.50, the same for the plugin. The database came from the version 3.40 but has been updated to 3.50, apparently without errors.

I have a campaign, and I have manually added four products. Three of them were already in the database (3.40), and the fourth has been added by me manually, with the admin interface (3.50). 

When I activate the campaign, only one of the products (the fourth) shows the countdown. In the others three, the countdown is not shown. I know that the campaign is well configured because it's working at least in one of them.

I've seen that in the Preview tab, only one product is being shown. So I guess that the products that aren't being shown have something peculiar that the plugin is avoiding. I don't see exceptions or errors, and that makes me think that "normal" code is filtering these products. My problem is that I can't debug what condition is failing.

I would really appreciate a bit of help.

Thanks!


Hi Jacob,

If the products are not shown in the Preview tab, this means that they won't be affected by the campaign.

The Sales Campaign plugin ignores products which has an Old price or products which are grouped. I guess this is the problem.

Hope this helps!

9 years ago

shvager87 wrote:
It would be great to hide filters below if selected category don't use them.
 For example Category1 has filter F1, Category2 has filter F2. If I select Category2 then filter F1 will hide from panel
http://noptemplates.uservoice.com/forums/151226-nop-templates-com-products-feedback/suggestions/7577961-nop-ajax-filters-pro


Hi shvager87,

I'm not sure that I understand you. Currently, if you select Category 1 it will display the specification attributes of products that belongs to Category 1 only. Please explain it in more details and if possible provide some screenshots.

Thanks.

9 years ago

jakubz wrote:
Yeah i know. I use this. But can I there add link's to "create opinions" about bought products?



Hi Jakubz,

Unfortunately, there is no way to add such links in the template. Please suggest this idea to our User Voice portal.

Thanks.

Bugs
9 years ago

IvanSlater wrote:
Can you show me how are you getting the product id in your tab? Like this?

System.Web.HttpContext.Current.Request.RequestContext.RouteData.Values["Id"]

Thanks!


Hi,

Yes, this is the way that we get the product id, because the RequestContext is the only place where the product id is present.

object objectId = HttpContext.Current.Request.RequestContext.RouteData.Values["id"];

Bugs
9 years ago

IvanSlater wrote:
Hi.

Im using nop 3.3 and I didnt find any AdminTabStripCreated(this.Html, null). All AdminTabStripCreated found have both parameters.


Hi,

when this error started to appear ? Did you install some new plugins recently? I guess some other plugin is causing this ( probably it does not pass the second parameter ).

9 years ago

jakubz wrote:
Don't you think about this? 
http://www.nopcommerce.com/boards/t/17923/feature-request-review-products-bought-email-trigger.aspx




Hi jakubz,

we already have a reminder rule for this - CompletedOrder. Basically, it will send an email to the customers with completed orders in the interval that you can set up from the plugin.

For more informationa of how the plugin works, you can check our documentation: http://www.nop-templates.com/customer-reminders-plugin-for-nopcommerce-documentation

Hope this helps!

Bugs
9 years ago

IvanSlater wrote:
Im getting this error:

System.NullReferenceException: Object reference not set to an instance of an object. at SevenSpikes.Nop.Plugins.NopQuickTabs.AdminTabStripConsumer.AdminTabStripConsumer.HandleEvent(AdminTabStripCreated tabEventInfo) at Nop.Services.Events.EventPublisher.PublishToConsumer[T](IConsumer`1 x, T eventMessage)

When editing products.

Can you help?


Hi IvanSlater,

Could you please specify what is your nopCommerce version. Also, please make sure that there are no such calls like this "AdminTabStripCreated(this.Html, null)" in your code. 

Thanks.

Trial to Paid
9 years ago

bulutkartal wrote:
Can I use trial version when I set up my site on my local. Am I going to lose any data when switching from trial to paid?


Hi bulutkartal,

No, you are not going to lose any data. Just download the paid version of the plugin and replace the .dll file. After that you will need just to restart the application.

Hope this helps!

9 years ago

edcorusa wrote:
Is there a way to have it email you when someone submits a ticket?


Hi edcorusa,

Please suggest your idea in our UserVoice portal

9 years ago

bkowalchuk wrote:
I have a nopcommerce 3.4 site which I am upgrading to 3.5. I took a copy to work on
and all went well except for it crashes when I install the Alfresco theme. The Seven Spikes Core installs and runs correctly. However, installing the theme and opening the site produces the following error log.


Hi bkowalchuk,

Could you please restart the application and see if the error will disappear?

If not, please submit a ticket to our system providing us with admin credentials.

Thanks.