Close

Profile: Boyko

Avatar

User posts

Bugs
9 years ago

jakubz wrote:
Hi guys! I reported this issue when I talked with Milen and it's was fixed on demo page, but I don't know why in my version (I downloaded all after you fixed it) still works wrong. 

I talk about Mega menu on small (mobile) page. When I start scroll page "mega menu" is move to up and "hidding" after "search"... and i can't click it. I Need to scroll down page and then menu is move down and i can click it. 

Maybe you know where I should change it?


Hi jakubz,

Maybe the fix has not been deployed yet when you have downloaded the theme package.
You can download the latest package and update the theme or you can update only the Core plugin as the fix is there.

9 years ago

ron.richardson wrote:
I've built a custom rule, and it shows up just fine.  I've configured it and debugged it to verify that results are coming back.  However, nothing is getting queued up in the Reminders report.  As long as my query returns back values, it should be as simple as returning a List<CustomerReminderInfo> records from GetCustomerReminderInfos, right?  


Hi ron.richardson,

Please note that after you return the list of info objects they are then processed and checked against the time intervals. So one possible reason is that they don't match the time rules.
I would advice you to do the followings just to make sure that this is the problem:

1. Crate a new reminder for one of the predefined ones.
2. Make sure this reminder adds messages in the queue.
3. Then add the same time intervals for your reminder using your rule.

Then your info objects should have the same times and they should be queued as well.

9 years ago

bizsoft wrote:
Hi

I have looked at this further and found the following:
1) I have one product where the Add To Cart is not visible: http://www2.fabricmeastar.com/tilda-painted-lily-pink-fat-quarter-50x55-3-2
2) On all others, when out of stock they are showing: http://www2.fabricmeastar.com/mini-come-what-may-quilt-pattern-2

I have looked into the setup of the product and they are the same ??

Thanks


Hi bizsoft,

Please see my answer here.

9 years ago

bizsoft wrote:
Another thing I have noticed. The Pre-order button is showing up in the Catalog view, but in the Product Detail View it is not showing up.

Catalog view: http://www2.fabricmeastar.com/fabrics
Filter on Collection, Painting Flowers.. 1 product is shown

Click on it to go into Product Details, no Pre Order button.

This is essential for us.

Thanks


Hi bizsoft,

You have another post that is similar to this one. I don't want to duplicate posts, so I will write in this post only.

I don't think this is related to the ArtFactory theme.
Could you please change the theme from the administration to be Default Clean theme?
Then restart nopCommerce and see if you still have the described malfunctions.

9 years ago

ezzat2k wrote:
Greetings,

I have small question, is it possible to add an NOP action in a widget?! for example @Html.Action("HomePageNews", "News") if I want to add the NOP news to a certain widget zone.

Thanks a bunch. 


Hi ezzat2k,

No, it is not possible to have Razor code inside an HTML widget. HTML widgets can contain only HTML.

9 years ago

ITM wrote:
When a customer isn't logged into their account, the "My Account" should read "Login/Register" instead. That should help encourage new people to actually register.

Thanks!


Hi ITM,

Thank you for the suggestion! Would you mind suggesting it in our UserVoice portal and let other vote for it.

9 years ago

Bellgate wrote:
I am already using the Smart theme and I just purchased the Store Locator and Attachments extensions.  Since I have the Smart theme installed I already have SevenSpikes.Core installed.  I am wondering, then, if I really need to overwrite the core with with the files that are included with the extensions?  And if I do, which, extensions files shall I copy last?


Hi Bellgate,

The update of the Core plugin is required in case you update any of the plugins or add new ones.
This is because a newer version may need something from the Core plugin that has not been present before. So we always recommend to update the Core plugin.
The Core plugin is the same as the one that comes with the theme or with any of the plugins, so it will work without any problems. Simply delete the old Core plugin and upload the new one.

9 years ago

bizsoft wrote:
I am using this theme and have set up No Backorders & disable Buy Button on low stock. However, when we have an item out of stock, the add to cart is still displayed.

Am I missing something?

Thanks


Hi bizsoft,

If the add to cart button is disabled then the Ajax Cart should not work too.
Can you disable the Ajax Cart button and see if the Add To Cart button is still displayed on the out of stock product? This way we can know what causes the issue.

9 years ago

DJ_Balogh wrote:
I saw on a post from 2013 that it was planned that you "will be enhancing the Nop Ajax Filters to work on the nopCommerce search page"

Has this been completed? Is it still planned?

Thank you!


Hi DJ_Balogh,

Although the Ajax Filters plugin is the plugin in which we invest most of our development time compared to other plugins we still didn't have time to do it. This is mainly because it is not that easy to be done and will take us a lot of development resources.
Since 2013 we have made numerous improvements to the Ajax Filters plugin:
- a lot of performance optimizations
- added On Sale filer to show only products with Old/New price.
- showed a panel with the selected filtered options

The biggest enhancement was the release of Ajax Filters Pro that are built on top of the Ajax Filters and provide a quick filter search navigation.

Most probably the next step will be to make the Filters work on the Search page as there is a big demand in it in our UserVoice portal but it all depends if we will have enough resources to do it for the next release of nopCommerce 3.6.

Bugs
9 years ago

ISESSoftpack wrote:
Hi,

I'm working with the theme for a customer and i'm trying to adapt the InstantSearch.cshtml. Now I see a strange value in the model, the model takes as standard theme the 'default clean' and not the theme that is selected. Is that on purpose ?


Regards, Machiel Broekman
ISES Softpack


Hi ISESSoftpack,

If you are using the Electronics theme then the name of the theme should be Electronics because in the plugin's Themes folder there is a folder named Electronics.
If you are using a different theme for which you don't have a specific folder inside Themes folder then it will defaults to DefaultClean.