Close

Profile: hristian.dimov

Avatar

User posts

Search by SKU
8 years ago

shoecake wrote:
Amendment to my question, I have realised that it will search by sku, but my issue is a little more complex. Most of my products are setup as grouped products.

i.e. I have 2 variations of a product which are setup as separate products which are hidden. There is a grouped product also setup which is the one shown to the customer with the 2 hidden  products associated to it.

see https://www.stitchtastic.com/store/harley-davidson-circ-1933-cross-stitch as an example.

the grouped product has an sku of KAS-0470-GRP which works,but I also need it to work with skus of KAS-0470 and KAS-0470-K




Hi,

In the Instant search plugin administration, there is a setting called "Visible Individually Only", could you please uncheck it and see if there are any difference?

Looking forward to your reply!

8 years ago

gsiddiqi wrote:
Ok I have figured it out, the issue is with the StartDateUTC column in Blogpost table, on home page if the column is not populated the widget is showing only 5 latest blog posts we upgraded to NOP 3.8 and the column was not populated. Once I updated the date column from DB and cleared the cache it started to work. On home page however the category will have no effect and it will display the posts on the most recent order. So if you create a category with 15 posts and the dates on those posts are not in order then it will not show those posts.

Glad was able to figure it out, on a side note I do like all the good work you have done with theme. I would suggest that you have the anchor text colors in category description and Topic pages as they do not stand out if you have a link in those areas. I have edited the style.css in the theme on our site to address this issue.


Hi,

Yes, the latest blog posts are ordered by their StartDate ( if there is no StartDate for certain blog post, then the CreateDate is used instead ).

Thank you for the suggestion, I will forward it to our front-end team.

Hope this helps!

8 years ago

gsiddiqi wrote:
Hi,

We have purchased pavilion theme and the rich blog is only displaying maximum of 5 blog posts on home page. I have changed the home page setting to display 15 posts but it does not seem to work. I have stopped started the application and even deleted the home page category but it continues to display the 5 images. I changed the images to display to 2 and that worked. Not sure what is going on please help.

To see this live google cricket equipment usa and look at the home page at the bottom where blog appears.


Hi,

What nopCommerce version do you use? Because I tested it on 3.80 and everything is working fine. Also, it will be very helpful if you could tell us your plugin version. You can do this by going to Administration -> System -> System Information, click Show button next to "Loaded assemblies" and search for this: SevenSpikes.Nop.Plugins.RichBlog, Version=3.*.***.***, Culture=neutral, PublicKeyToken=null

Looking forward to your reply!

nopking wrote:
I should also add that this is when using the %Order.ProductsWithPictures% token. We also use the %Store.Name% token in the same message and that outputs the correct store. The abandoned cart email uses the %ShoppingCart.ProductsWithPictures% token.
Thanks.


Hi,

I double-checked the code and it appears that the tokens weren't use the correct store id. Thank you for reporting this.

We fixed it and it is deployed on our servers.

Please download and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin

Hope this helps!

JayC wrote:
Steps to Recreate: Reload https://www.infectioncontrolproducts.com/order/checkout multiple times until error occurs

Details: I have determined that the error is caused during call to the api 'GetPaymentMethods?countryid='. When the page fails to load, it is supplying 'undefined' to the 'countryid' parameter. I have also determined this happens when the call to 'GetPaymentMethods' is called BEFORE 'GetCustomerAddresses?addressesFor=Billing'. Every time it works, GetPaymentMethods is called afterwards.


Hi,

What third-party Payment Method plugins do you have? Recently, there was a problem with Nop-Payments plugins to work along with OnePageCheckout but it was fixed 2 weeks ago.

nopking wrote:
(Just downloaded the latest version.)
We are seeing a weird issue.  When we use the Abandoned Shopping Cart reminder the link to the product is going to the correct store that the user was shopping at, but when we use Completed Order reminder the link always goes to Store Id 1, no matter where the customer placed the order.  This seems weird since both use the same underlying code:
var storeUrl = _storeService.GetStoreById(Model.StoreId).Url;
Anyone else see this?


Hi,

I can confirm that the StoreId is using in the Completed order reminder.

Could you please tell us what is your exact version because "latest version" does not give us any information about what version you are using. You can see it in the Administration -> System -> System information -> Click "Show" button next to the Loaded assembly and search for "SevenSpikes.Nop.Plugins.CustomerReminders, Version=3.*.***.***, Culture=neutral, PublicKeyToken=null"

Looking forward to your reply!

Bugs
9 years ago

soheila2014 wrote:
hi
when i install a new theme (for example Nitro), when i click on "Nop Nitro Theme-->Settings", The following error occurs:



Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'SevenSpikes.Theme.Nitro.Models.Admin.NitroThemeSettingsModel' does not contain a definition for 'EnabledAsWidget' and no extension method 'EnabledAsWidget' accepting a first argument of type 'SevenSpikes.Theme.Nitro.Models.Admin.NitroThemeSettingsModel' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 120:"html", 800, 47, false);
Line 121:
Line 122:           Write(Html.FieldIdFor(model => model.EnabledAsWidget));
Line 123:
Line 124:EndContext("~/Views/NitroThemeAdmin/SevenSpikes.Theme.Nitro.Views.NitroThemeAdmin.Settings.cs" +


Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\vs\eb212c0b\98b85492\App_Web_sevenspikes.theme.nitro.views.nitrothemeadmin.settings.cshtml.a158a3bc._49_xm6b.0.cs    Line: 122


Hi,

It looks like that you are using a different version of the Core plugin and the Nop Nitro theme plugin. Please download the latest version of our site and you won't have any problems. You can follow this article if you need any help: http://www.nop-templates.com/how-to-update-a-nopcommerce-theme

Hope this helps!

Bugs
9 years ago

Sizzler wrote:
The standard NopCommerce filters sorts alphabetically by option name as a secondary Order By after the display order. In the event that two or more options have the same "display order" value. Its a simple matter of just having a secondary field name in order by clause.  Switching from the core Nop filters to the Ajax filters breaks that functionality and the sort order is no longer correct.  This is a very simple fix and it needs to be fixed.



Hi,

Yes, you are right. We have fixed the issue. At the moment, the plugin is deploying to our server and it will be ready in a few hours when the builds are completed. Please download it ( after 2-3 hours ) and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin ( https://www.nop-templates.com/how-to-update-a-nopcommerce-theme )

Hope this helps!

gnik wrote:
if I have two stores in each of their products, I see the drop-down list of all products from all stores

Hi,

Thanks for reporting this.

We fixed it, please download and update the plugin to the latest version following this article: https://www.nop-templates.com/how-to-update-a-nopcommerce-plugin

Hope this helps!


you upgrade 3.5.855.15571 ? I just need to download?

Hi,

yes, you just need to download the latest version from our site ( from 'My Downloads' page ). The version that contains the fix is 3.5.***.21008

Hope this helps!

hi! I downloaded the plug-in in your account for the version 3.50 but there is still the old version of the plug-ins 3.5.855.15571


Hi,

Unfortunately, your license has expired in February 2015. This means that after this date you are not eligible to receive updates and therefore you cannot download the latest version of the plugin. You would need to renew your license in order to be able to download a newer version of the plugin.

P.S. - if you want you can contact the sales team ( [email protected] ) for more information.

Hope this helps!

9 years ago

objecta wrote:
Hi

Last Year we made som customizations the RichBlog plugin adding the following div to the skin Home index.cshtml

<div class="rb-cats">
  @Html.Action("RichBlogCategories", "RichBlog")
</div>

Now we are triyng to uddate the site to nop 3.80 and the only missing customization is for the RichBlog plugin where we are getting an error telling us the "RichBlogCategories" action does not exists on the "RichBlog" controller.

Has this action been removed and if so, is there any action we can use instead getting the same kind of data?

Best regards
Objecta Data
Klaus E. Frederiksen


Hi Klaus,

Yes, we made this action private because we changed how the plugin is integrated to the page(s). Now it is using widget zones.

Here is what you should do:

1) Add your custom widget zone in the code e.g:

<div class="rb-cats">
  @Html.Widget("your_custom_widget_zone_for_rich_blog_categories")
</div>

2) Add your (new) widget zone in the \Plugins\SevenSpikes.Nop.Plugins.RichBlog\SupportedWidgetZones_BlogCategoryNavigation.xml file - e.g:

  <WidgetZone>your_custom_widget_zone_for_rich_blog_categories</WidgetZone>

3) Restart the application

4) Go to Rich Blog Administration -> Category Navigation Settings tab and select your widget zone from the drop-down.

That's it.

P.S. Please do not duplicate forum posts and tickets.

Hope this helps!