Close

Profile: hristian.dimov

Avatar

User posts

9 years ago

deselt wrote:
1. it would be nice if it have option select only certain category in menu (not everyone want to filter all store)
2. be able hide category filter ( don't make sense show category selection if you have filter on category page)


Hi Deselt,

Thank you for the suggestions.

Please suggest them in our UserVoice portal and we might consider adding them in the future releases of the plugin.

9 years ago

ylechasseur wrote:
Hi Guys,

I have a small problem with the product insertion. I did an interface to manage the products imported. In this interface, I add product specification, product pictures, text.... When I am saving, the pictures is added, mapped to the product_picture mapping, move to the FTP site and so on. When I look at the product on the web site, it is there, but when I click on it.. nothing happen. When I use the Quick Look, then no problem but then from this window, if I click on Go to Product Description, again nothing happen. I realized that I had to update the URLRecord table with the required information, but then, If I do it manually to test, I have an Error. If I open the product from the admin console and save it, then I found the entree into the able URLRecord in double and often with the same information as I did prior. I probably missing an insert in an other table, but I didn't find where.

Any idea what I could missed ?

Also, the Motion theme is great and very easy to work with as is.. very happy with my purchase...as usual with you guys.

Have a nice day

Yves
www.liveforsailing.com


Hi Yves,

You are on the right tracks about this.

After you insert your product you need to mimic the behavior of inserting into the UrlRecord table. I would suggest you to see what the Create method of the ProductController ( admin controller ) do and try to do it with your script. Before inserting into the UrlRecord table there is a method that validates the SeName of the product (check ValidateSeName method).
This means for example, if the product name is "just a new product" the generated SeName should be "just-a-new-product" and this is the SeName you need to insert into the table as a slug.

Hope this helps!

9 years ago

mail2mhm wrote:
hello
Dear hristian.dimov
We have 2 languages for our website and also We have 3 name s for our products, first one is Standard, that can not be left blank, second name is English, and third name is Arabic.
So When we choose Arabic for our site, local name means Arabic, and when we choose English for our site, the local name means English....
So we want to have a result in nop.instant.search in Both Standard name and local name.
Regards


Hi mail2mhm,

Unfortunately this is not possible. These 3 names are depending on what language you are currently using. Example: if you choose English then the product will be with English name;if you choose Arabic -> it will be in Arabic. So when the product model is prepared it will take the name for the currently selected language ( this is the way nopCommerce works ).

Hope this helps !

9 years ago

mail2mhm wrote:
Hello guys and support team
I have a request:
Is there any way to show both "Name" and "Local Name" of a product In nop.Instant.Search, in two separate lines?


Hi mail2mhm,

What do you mean by "Local Name". There is no such field in the Product entity. Please elaborate on this.

Bugs
9 years ago

joster wrote:
Well...unfortunately, I did update my web.config, and it does already have that line in it...

What else could be the problem?



Hi joster,

thank you for reporting this issue.

It's fixed now, please download and update the plugin to the latest version.

9 years ago

haknesh wrote:
Hello Boyko,

I dont have a Product folder in Themes\Fashion\Views\   ....?


Hi haknesh,

please create a directory called Product in Themes\Fashion\Views\ and place the ShareButton.cshtml view there.

Best regards,
Hristian Dimov

9 years ago

toanhnt wrote:
Hi nop-template team,

Can your nop quick tab be used with nopcommere furniture official theme? Could you please check this link and give me some advise to fix the problem. thank you
http://pedichair.com/acacia-foot-spa-massage-chair


Hi toanhnt,

this is a styling issue from the furniture theme.
In order to fix it:

1. Open styles.css
2. Find .product-details-page .full-description
3. Remove float: right;

Please, next time when you have a issue use our ticketing system providing more information about the problem.

toanhnt wrote:
Hi,

It does work with the furniture theme, only the text in the product overview  stay in the box area.


Please do not duplicate forum posts.

9 years ago

DJ_Balogh wrote:
I'm having an issue with the Customer Plugins reminder not sending emails out as well. I am testing it on the DEV site with my personal account. I have left items in my cart and the message report lists emails but the message state is "Not Sent" for each.  They were created on June 18th and June 20th respectively.

Are my settings okay?

I have it set to 1 message per customer.
Condition Met Date Later Than: 5 Days
Condition Met Date Earlier Than: 1 Day
Interval Between Messages: 2 Days


Hi DJ_Balogh,

Yes, your settings are correct.

Please keep in mind that the customer reminders plugin does not send emails, but puts them in the queue. The email sending functionality is in the nopCommerce system. You can check if your email account settings are correct. Please also check if your "Send emails" schedule task is running every 60 seconds.

Hope this helps!

Best regards,
Hristian Dimov
Nop-Templates.com

Bugs
9 years ago

joster wrote:
Hello-

I finally solved the problem with my server that was causing issues with the scheduled tasks, and have upgraded to version 3.3.

Reminders are sent as configured...no problem....however...I have a bug with the Reminders Messages Report.

Upon initial load of the page, it shows (for example) 750 messages in the list...but when i click on any item in paging routine, like 2, 3, 4 or Next it shows no results in list..click back..now only shows first page of results...refresh page...shows 750 results with paging...but always fails to load page 2 or 3 (or whatever number) when clicked..

Is this a known bug, or maybe I missed something when upgrading?

Thanks!


Hi joster,

Thank you for reporting this !

We fixed it. Please update the plugin following this article.

Best regards,
Hristian Dimov
Nop-Templates.com

9 years ago

banater wrote:
I just downloaded the trial version of the Customer Reminders Plugin and successfully installed it. However, when I click on Manage Reminders and Reminder Messages Report, it returns a 404. I tried to search for the folders and cshtml from the downloaded zip and couldn't find it anywhere. I am missing something?

Please help


Hi banater,

Can you try adding a few empty spaces in your Global.asax file (as described here)?

Thanks